commit | ab33081a1880ae79eb3d1a0abd596ef1ab05d923 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Apr 21 21:14:32 2017 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed May 10 16:48:32 2017 +0300 |
tree | a60ee0b8b4c3a6e6ea09d4fd0dacd3b326c36b3b | |
parent | e93329a5c0830812f3c7bddcbf728aa83e78f42d [diff] |
drm/i915: Add support for sprites on g4x Now that the watermarks are in order, it should be safe to enable sprite planes on g4x. We alreday have the code in fact, we just call it ilk_. Let's rename to g4x_ and let it loose. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170421181432.15216-16-ville.syrjala@linux.intel.com Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>