]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/fbc: s/gen9 && !glk/gen9_bc || bxt/
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 27 Nov 2019 20:12:17 +0000 (22:12 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 9 Dec 2019 14:10:58 +0000 (16:10 +0200)
commitb71c50c49fecaf93719e7570a41c373c550ff3c1
tree6b5723d11c1bd04a3728ebfe8dc71604b9ec411c
parent31e59703085b3e892f71e08a338b9fdcaf6a42ce
drm/i915/fbc: s/gen9 && !glk/gen9_bc || bxt/

Replace the 'gen9 && !glk' with the slightly more obvious
'gen9_bc || bxt'.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191127201222.16669-10-ville.syrjala@linux.intel.com
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
drivers/gpu/drm/i915/display/intel_fbc.c