summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_pm.c
AgeCommit message (Expand)Author
2019-02-11Merge drm/drm-next into drm-misc-nextMaxime Ripard
2019-02-07drm/i915: prepare for drmP.h removal from drm_modeset_helper.hSam Ravnborg
2019-02-06drm/i915: Just use icl+ definition for PLANE_WM blocks fieldVille Syrjälä
2019-02-05drm/i915: Fix wm latency==0 disable on skl+Ville Syrjälä
2019-01-31drm/i915: Don't use the second dbuf slice on iclVille Syrjälä
2019-01-30drm/i915: Use IS_GEN9_LP() for the linetime w/a checkVille Syrjälä
2019-01-30drm/i915: Drop the pointless linetime==0 checkVille Syrjälä
2019-01-30drm/i915: Drop the definite article in front of SAGVVille Syrjälä
2019-01-30drm/i915: Pass dev_priv to skl_needs_memory_bw_wa()Ville Syrjälä
2019-01-30drm/i915: Account for minimum ddb allocation restrictionsVille Syrjälä
2019-01-30drm/i915: Fix > vs >= mismatch in watermark/ddb calculationsVille Syrjälä
2019-01-30drm/i915: Fix bits vs. bytes mixup in dbuf block size computationVille Syrjälä
2019-01-30drm/i915: Reinstate an early latency==0 check for skl+Ville Syrjälä
2019-01-30drm/i915: Don't ignore level 0 lines watermark for glk+Ville Syrjälä
2019-01-22drm/i915: Tidy common test_bit probing of i915_request->fence.flagsChris Wilson
2019-01-21drm/i915/pm: switch to kernel typesJani Nikula
2019-01-14drm/i915: Mark up Ironlake ips with rpm wakerefsChris Wilson
2019-01-14drm/i915: Markup paired operations on display power domainsChris Wilson
2019-01-02drm/i915: start moving runtime device info to a separate structJani Nikula
2018-12-21drm/i915: don't apply Display WAs 1125 and 1126 to GLK/CNL+Paulo Zanoni
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi
2018-12-12drm/i915: Don't forget to reset blocks when testing lower wm levelsMatt Roper
2018-12-11drm/i915: Switch to level-based DDB allocation algorithm (v5)Matt Roper
2018-12-11drm/i915: Don't use DDB allocation when choosing gen9 watermark methodMatt Roper
2018-12-10drm/i915: Use intel_ types more consistently for watermark code (v2)Matt Roper
2018-12-07drm/i915: Remove dead update_wm_pre assignment from SKL wm codeVille Syrjälä
2018-12-07drm/i915: Remove bogus FIXME from SKL wm computationVille Syrjälä
2018-12-07drm/i915: Use explicit old crtc state in skl_compute_wm()Ville Syrjälä
2018-11-28drm/i915: Rename the confusing 'plane_id' to 'color_plane'Ville Syrjälä
2018-11-28drm/i915: Move ddb/wm programming into plane update/disable hooks on skl+Ville Syrjälä
2018-11-28drm/i915: Don't pass dev_priv around so muchVille Syrjälä
2018-11-28drm/i915: Clean up skl+ vs. icl+ watermark computationVille Syrjälä
2018-11-28drm/i915: Pass the entire skl_plane_wm to skl_compute_transition_wm()Ville Syrjälä
2018-11-28drm/i915: Remove some useless zeroing on skl+ wm calculationsVille Syrjälä
2018-11-28drm/i915: Fix latency==0 handling for level 0 watermark on skl+Ville Syrjälä
2018-11-16drm/i915: Disable LP3 watermarks on all SNB machinesVille Syrjälä
2018-11-13drm/i915: Move skip_intermediate_wm handling into ilk_compute_intermediate_wm()Ville Syrjälä
2018-11-09drm/i915: Generalize skl_ddb_allocation_overlaps()Ville Syrjälä
2018-11-08drm/i915: Move FBC init and cleanup calls to modeset functionsJosé Roberto de Souza
2018-11-01drm/i915/icl: Add WaEnable32PlaneModeRadhakrishna Sripada
2018-11-01drm/i915: Kill WA 0826Rodrigo Vivi
2018-10-29drm/i915: Simplify has_sagv functionRodrigo Vivi
2018-10-29drm/i915: Prefer IS_GEN<n> check with bitmask.Rodrigo Vivi
2018-10-24drm/i915: Don't apply the 16Gb DIMM wm latency w/a to BXT/GLKVille Syrjälä
2018-10-24drm/i915/gen11: Handle watermarks correctly for separate Y/UV planes, v2.Maarten Lankhorst
2018-10-24drm/i915/gen11: Link nv12 Y and UV planes in the atomic state, v5.Maarten Lankhorst
2018-10-24drm/i915: Fix unsigned overflow when calculating total data rate, v2.Maarten Lankhorst
2018-10-15drm/i915/icl: enable SAGV for ICL platformMahesh Kumar
2018-10-11drm/i915: promote ddb update message to DRM_DEBUG_KMSPaulo Zanoni
2018-10-11drm/i915: don't write PLANE_BUF_CFG twice every timePaulo Zanoni