summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_pm.c
AgeCommit message (Expand)Author
2021-10-14drm/i915: split out intel_pcode.[ch] to separate fileJani Nikula
2021-10-14drm/i915: split out vlv sideband to a separate fileJani Nikula
2021-10-04drm/i195: Make the async flip VT-d workaround dynamicVille Syrjälä
2021-10-04drm/i915: Extend the async flip VT-d w/a to skl/bxtVille Syrjälä
2021-09-29drm/i915: constify display wm vtableDave Airlie
2021-09-29drm/i915: constify clock gating init vtable.Dave Airlie
2021-09-29drm/i915: split watermark vfuncs from display vtable.Dave Airlie
2021-09-29drm/i915: split clock gating init from display vtableDave Airlie
2021-09-29drm/i915/wm: provide wrappers around watermark vfuncs calls (v3)Dave Airlie
2021-09-29drm/i915: make update_wm take a dev_priv.Dave Airlie
2021-09-29drm/i915/pm: drop get_fifo_size vfunc.Dave Airlie
2021-09-23drm/i915: Fix HPLL watermark readout for g4xVille Syrjälä
2021-09-22drm/i915: Apply WaUse32BppForSRWM to elk as well as ctgVille Syrjälä
2021-09-22drm/i915: Fix g4x cxsr enable conditionVille Syrjälä
2021-09-22drm/i915: Use u8 consistently for active_planes bitmaskVille Syrjälä
2021-08-25drm/i915/dg2: Memory latency values from pcode must be doubledMatt Roper
2021-08-12Merge tag 'drm-intel-next-2021-08-10-1' of git://anongit.freedesktop.org/drm/...Dave Airlie
2021-08-12Merge tag 'drm-intel-gt-next-2021-08-06-1' of ssh://git.freedesktop.org/git/d...Dave Airlie
2021-07-30drm/i915: remove explicit CNL handling from intel_pm.cLucas De Marchi
2021-07-22drm/i915/dg2: Add dbuf programmingMatt Roper
2021-07-21drm/i915: Make display workaround upper bounds exclusiveMatt Roper
2021-07-21drm/i915: Make GT workaround upper bounds exclusiveMatt Roper
2021-07-21drm/i915: Program DFR enable/disable as a GT workaroundMatt Roper
2021-07-14Merge branch 'topic/revid_steppings' into drm-intel-nextMatt Roper
2021-07-14Merge branch 'topic/revid_steppings' into drm-intel-gt-nextMatt Roper
2021-07-14drm/i915/dg1: Use revid->stepping tablesMatt Roper
2021-07-13drm/i915: Settle on "adl-x" in WA commentsJosé Roberto de Souza
2021-06-25drm/i915/display: use max_level to control loopLucas De Marchi
2021-06-25drm/i915/display: fix level 0 adjustement on display ver >= 12Lucas De Marchi
2021-06-24drm/i915: Clean up pre-skl wm calling conventionVille Syrjälä
2021-06-15drm/i915/adl_p: Add initial ADL_P WorkaroundsClint Taylor
2021-06-09drm/i915/adl_p: Same slices mask is not same Dbuf stateStanislav Lisovskiy
2021-06-07drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi
2021-06-04drm/i915: Initialize the mbus_offset to fix Klockwork issueManasi Navare
2021-05-19drm/i915/adl_p: MBUS programmingVandita Kulkarni
2021-05-19drm/i915: Introduce MBUS relative dbuf offsetsVille Syrjälä
2021-05-19drm/i915/adl_p: Add ddb allocation supportVandita Kulkarni
2021-05-19drm/i915/adl_p: Add dedicated SAGV watermarksMatt Roper
2021-05-17Merge drm/drm-next into drm-intel-nextRodrigo Vivi
2021-05-14drm/i915/adl_p: Implement Wa_22011091694José Roberto de Souza
2021-05-14drm/i915/xelpd: Increase maximum watermark lines to 255Matt Roper
2021-05-05drm/i915: Don't include intel_de.h from intel_display_types.hVille Syrjälä
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-04-27Fix misc new gcc warningsLinus Torvalds
2021-04-21drm/i915: Polish for_each_dbuf_slice()Ville Syrjälä
2021-04-21drm/i915: Use intel_dbuf_slice_size()Ville Syrjälä
2021-04-21drm/i915: Store dbuf slice mask in device infoVille Syrjälä
2021-04-21drm/i915: Handle dbuf bypass path allocation earlierVille Syrjälä
2021-04-21drm/i915: Collect dbuf device info into a sub-structVille Syrjälä
2021-04-20drm/i915/pm: Make the wm parameter of print_wm_latency a pointerJason Ekstrand