]> Git Repo - linux.git/commit
drm/i915: Track minimum acceptable cdclk instead of "minimum dotclock"
authorVille Syrjälä <[email protected]>
Wed, 30 Aug 2017 18:57:03 +0000 (21:57 +0300)
committerVille Syrjälä <[email protected]>
Thu, 31 Aug 2017 18:15:23 +0000 (21:15 +0300)
commitd305e0614601aefc6011ec60fd28b8184db09409
tree73d47d8a5a72cd7a55218fa3e1aa6fa0f2930fa5
parent5fcf34b1c58ea3e341a24c18759b000c38529ed5
drm/i915: Track minimum acceptable cdclk instead of "minimum dotclock"

Make the min_pixclk thing less confusing by changing it to track
the minimum acceptable cdclk frequency instead. This means moving
the application of the guardbands to a slightly higher level from
the low level platform specific calc_cdclk() functions.

The immediate benefit is elimination of the confusing 2x factors
on GLK/CNL+ in the audio workarounds (which stems from the fact
that the pipes produce two pixels per clock).

v2: Keep cdclk higher on CNL to workaround missing DDI clock voltage handling
v3: Squash with the CNL cdclk limits patch (DK)
v4: s/intel_min_cdclk/intel_pixel_rate_to_cdclk/ (DK)

Cc: Paulo Zanoni <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Cc: Dhinakaran Pandiyan <[email protected]>
Cc: Maarten Lankhorst <[email protected]>
Reviewed-by: Dhinakaran Pandiyan <[email protected]>
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_cdclk.c
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_drv.h
This page took 0.060534 seconds and 4 git commands to generate.