]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove some visibility checks from intel_crtc_update_cursor.
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Thu, 7 Jan 2016 10:54:08 +0000 (11:54 +0100)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Thu, 7 Jan 2016 12:50:35 +0000 (13:50 +0100)
commit927e5ed7919ffee99a8be7a8e8495cf484c62547
tree705c118e9ee4c208ecfadedd7c35adbc074aafcf
parent57015914da96732dafd9193e97b9b49e8996a23c
drm/i915: Remove some visibility checks from intel_crtc_update_cursor.

This is duplicated with intel_check_cursor_plane, and with all
non-atomic paths removed this should be dead code.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1452164052-21752-4-git-send-email-maarten.lankhorst@linux.intel.com
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
drivers/gpu/drm/i915/intel_display.c