]> Git Repo - linux.git/commit
drm/i915: Switch to per-crtc vblank vfuncs
authorVille Syrjälä <[email protected]>
Wed, 19 Jun 2019 17:08:40 +0000 (20:08 +0300)
committerVille Syrjälä <[email protected]>
Wed, 26 Jun 2019 16:23:28 +0000 (19:23 +0300)
commit08fa8fd0faa5716ed180e109a022e2c0f42c2e4a
tree3685671ad130887f5dcd401ed962c63ab3dd53e8
parent4c888e7bd26f58deb27c2e6ddc90000b89ee9393
drm/i915: Switch to per-crtc vblank vfuncs

Switch from the driver-wide vblank vfuncs to the per-crtc ones so that
we don't have so many platform specific vfuncs in the driver struct.

We still need to do something about the rest fo the irq vfuncs...

v2: s/INTEL_GEN>=3/IS_GEN3/

Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Chris Wilson <[email protected]>
drivers/gpu/drm/i915/display/intel_display.c
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/i915_irq.h
This page took 0.066017 seconds and 4 git commands to generate.