commit | dd8b3bdbdb748e1ae6a7025bf113ab08b09952bb | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Tue Jan 19 11:35:49 2016 -0200 |
committer | Paulo Zanoni <paulo.r.zanoni@intel.com> | Fri Jan 29 18:16:27 2016 -0200 |
tree | f4b73887d9c61b1a55ec71e4b8e8fbab8bdae88a | |
parent | 010cf73d4648df35585c0c326123b04ab79e4573 [diff] |
drm/i915: simplify struct drm_device access at intel_atomic_check() We already have a dev variable, there's no need to access state->dev. Also, I plan to add another dev_priv user here, so declare one for the current user. Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1453210558-7875-17-git-send-email-paulo.r.zanoni@intel.com