mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 21:53:28 +07:00
drm/i915: Use vblank_disable_immediate on gen2
The vblank timestamp->counter guesstimator seems to be working sufficiently well, so there's no reason not to disable vblank interrupts ASAP even on gen2. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190322180804.3300-2-ville.syrjala@linux.intel.com Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
d938da6b13
commit
0df3f09d00
@ -4642,13 +4642,7 @@ void intel_irq_init(struct drm_i915_private *dev_priv)
|
||||
else if (INTEL_GEN(dev_priv) >= 3)
|
||||
dev->driver->get_vblank_counter = i915_get_vblank_counter;
|
||||
|
||||
/*
|
||||
* Opt out of the vblank disable timer on everything except gen2.
|
||||
* Gen2 doesn't have a hardware frame counter and so depends on
|
||||
* vblank interrupts to produce sane vblank seuquence numbers.
|
||||
*/
|
||||
if (!IS_GEN(dev_priv, 2))
|
||||
dev->vblank_disable_immediate = true;
|
||||
dev->vblank_disable_immediate = true;
|
||||
|
||||
/* Most platforms treat the display irq block as an always-on
|
||||
* power domain. vlv/chv can disable it at runtime and need
|
||||
|
Loading…
Reference in New Issue
Block a user