]> Git Repo - linux.git/commit
drm/i915: Use intel_ types more consistently for watermark code (v2)
authorMatt Roper <[email protected]>
Mon, 10 Dec 2018 21:54:14 +0000 (13:54 -0800)
committerMatt Roper <[email protected]>
Mon, 10 Dec 2018 23:00:19 +0000 (15:00 -0800)
commitcd1d3ee90e5e5dc4da50b6c5d50bc74872288789
tree1b5ea98f4f2a73f0040bceada5a754a537344a9f
parent0b5b45a61d3ff60b270126f1b5825654a5f9bab5
drm/i915: Use intel_ types more consistently for watermark code (v2)

Try to be more consistent about intel_* types rather than drm_* types
for lower-level driver functions.

v2:
 - Also drop the intel_crtc parameter from compute_intermediate_wm()
   since we can just extract it from the crtc_state parameter. (Ville)

Signed-off-by: Matt Roper <[email protected]>
Reviewed-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_display.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_pm.c
This page took 0.051689 seconds and 4 git commands to generate.