]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Unconditionally apply the Broxton register workaround set
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 14 Nov 2017 13:43:40 +0000 (13:43 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 14 Nov 2017 15:16:31 +0000 (15:16 +0000)
commit70a84f3c6075031dbf004a1610ca2471f4c528aa
tree965d9c1336e8ed0f42a56c6641aa326b3d7b77b6
parentf3e2b2c540503fb6087d779b0633a10c79cb6d5c
drm/i915: Unconditionally apply the Broxton register workaround set

Having removed the preproduction Broxton support (see commit 0102ba1fd8af
("drm/i915: Add early BXT sdv to the list of preproduction machines")),
we know we then always need the production Broxton workaround set and do
not need a predicate upon revision.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171114134340.5439-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/intel_engine_cs.c