]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Simplify modeset_get_crtc_power_domains() arguments
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 1 Jul 2019 16:05:46 +0000 (19:05 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 11 Jul 2019 16:24:28 +0000 (19:24 +0300)
commitafe0c21b6228ac241a9e537f71db418771225090
treee84a6b2437a5c34c2cdae324d1b3b63361cda3e8
parent88016a9fb7417cb99c2e58e96ff943d59fa27099
drm/i915: Simplify modeset_get_crtc_power_domains() arguments

Pass just the crtc state to modeset_get_crtc_power_domains(). We
can get the crtc from therein.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190701160550.24205-2-ville.syrjala@linux.intel.com
Reviewed-by: Imre Deak <imre.deak@intel.com>
drivers/gpu/drm/i915/display/intel_display.c