]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/i915: Eliminate the RMW sprite colorkey management
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 19 Mar 2015 19:18:57 +0000 (21:18 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 20 Mar 2015 10:48:22 +0000 (11:48 +0100)
commit47ecbb208bf44be0e798495d08837fe7c4138201
tree02f1a27c129040a96804f2ce58ac0ddf145da2bc
parent08fd59fcc8c0f9732214fb93ad5cb09f67cb1124
drm/i915: Eliminate the RMW sprite colorkey management

Store the colorkey in intel_plane and kill off all the RMW stuff
handling it.

This is just an intermediate step and eventually the colorkey needs to
be converted into some properties.

v2: Actually update the hardware state in the set_colorkey ioctl (Daniel)

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_sprite.c