commit | 07ea0d85ac8adb87b817913d9720e3c76171b1f6 | [log] [tgz] |
---|---|---|
author | Ben Widawsky <ben@bwidawsk.net> | Thu Feb 07 13:34:19 2013 -0800 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Feb 15 10:30:36 2013 +0100 |
tree | ee296bab2f1753a491a1b52ef13f94487dbe33cd | |
parent | cf0a6584aa6d382f802f2c3cacac23ccbccde0cd [diff] |
drm/i915: Clarify HW context size logic This was a rebase error from when the patches originally landed. Since the context size is unsigned, there is also no use in checking if it's less than 0. The existing code is not really wrong, but it's not simple as it should be. Signed-off-by: Ben Widawsky <ben@bwidawsk.net> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>