commit | 4f91fc6d2c1d98b3da7a8341ef5ec66ccf2916b9 | [log] [tgz] |
---|---|---|
author | Francisco Jerez <currojerez@riseup.net> | Wed Oct 07 14:44:02 2015 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Oct 07 16:37:48 2015 +0200 |
tree | 2cfd2529d25e3c7fdad3f324aca2400e90755c2d | |
parent | 02235808b61cd9382d224b0df263193006dd9913 [diff] |
drm/i915: Hook up ring workaround writes at context creation time on Gen6-7. intel_rcs_ctx_init() emits all workaround register writes on the list to the ring, in addition to calling i915_gem_render_state_init(). The workaround list is currently empty on Gen6-7 so this shouldn't cause any functional changes. Signed-off-by: Francisco Jerez <currojerez@riseup.net> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>