summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_pm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-261-1/+0
* Merge tag 'drm-intel-next-2022-07-06' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-07-121-4/+4
|\
| * drm/i915: Move dbuf details to INTEL_INFO->displayVille Syrjälä2022-06-271-4/+4
* | Merge tag 'drm-intel-gt-next-2022-06-29' of git://anongit.freedesktop.org/drm...Dave Airlie2022-07-011-5/+18
|\ \
| * | drm/i915/pvc: Add initial PVC workaroundsStuart Summers2022-05-311-1/+15
| * | Merge tag 'drm-intel-next-2022-05-20' of git://anongit.freedesktop.org/drm/dr...Tvrtko Ursulin2022-05-231-5/+24
| |\ \
| * | | drm/i915/dg2: Extend Wa_22010954014 to DG2-G11 and DG2-G12Swathi Dhanavanthri2022-05-191-4/+3
* | | | Merge tag 'drm-intel-next-2022-06-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-06-241-14/+134
|\ \ \ \ | | |_|/ | |/| |
| * | | drm/i915/wm: move wm state verification to intel_pm.cJani Nikula2022-06-171-9/+129
| | |/ | |/|
| * | drm/i915/pcode: Extend pcode functions for multiple gt'sAshutosh Dixit2022-05-201-5/+5
* | | drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* | | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-261-290/+255
|\| |
| * | drm/i915: program wm blocks to at least blocks required per lineVinod Govindapillai2022-04-201-0/+19
| |/
| * drm/i915/adlp: Fix register corruption after DDI clock enablingImre Deak2022-04-061-0/+3
| * drm/i915/display: Add HAS_MBUS_JOININGJosé Roberto de Souza2022-04-011-3/+3
| * drm/i915/display/adlp: Fix programing of PIPE_MBUS_DBOX_CTLJosé Roberto de Souza2022-03-301-0/+52
| * drm/i915: Remove total[] and uv_total[] from ddb allocationVille Syrjälä2022-03-211-60/+62
| * drm/i915: Pre-calculate plane relative data rateVille Syrjälä2022-03-211-151/+36
| * drm/i915: Tweak plane ddb allocation trackingVille Syrjälä2022-03-211-63/+45
| * drm/i915: Rename pre-icl SAGV enable/disable functionsVille Syrjälä2022-03-181-18/+14
| * drm/i915: Reject excessive SAGV block timeVille Syrjälä2022-03-181-0/+6
| * drm/i915: Probe whether SAGV works on pre-iclVille Syrjälä2022-03-181-0/+14
| * drm/i915: Rework SAGV block time probingVille Syrjälä2022-03-181-15/+21
| * drm/i915: Treat SAGV block time 0 as SAGV disabledVille Syrjälä2022-03-181-4/+6
| * drm/i915: Remove leftover cnl SAGV block timeVille Syrjälä2022-03-091-3/+0
| * drm/i915: Don't skip ddb allocation if data_rate==0Ville Syrjälä2022-03-031-18/+12
| * drm/i915: Use str_enabled_disabled()Lucas De Marchi2022-03-021-2/+2
| * drm/i915: Use str_yes_no()Lucas De Marchi2022-03-021-4/+6
| * drm/i915/wm: use REG_FIELD_{PREP,GET} for PLANE_WM_BLOCKS_MASKJani Nikula2022-02-281-2/+2
| * drm/i915/dg2: Tile 4 plane format supportStanislav Lisovskiy2022-02-241-0/+1
* | drm/i915: Fix -Wstringop-overflow warning in call to intel_read_wm_latency()Gustavo A. R. Silva2022-05-041-1/+1
* | drm/i915: Treat SAGV block time 0 as SAGV disabledVille Syrjälä2022-03-211-4/+6
* | drm/i915: Don't skip ddb allocation if data_rate==0Ville Syrjälä2022-03-081-18/+12
|/
* drm/i915: Pimp icl+ sagv pre/post updateVille Syrjälä2022-02-181-18/+17
* drm/i915: Split pre-icl vs. icl+ SAGV hooks apartVille Syrjälä2022-02-181-40/+74
* drm/i915: Correctly populate use_sagv_wm for all pipesVille Syrjälä2022-02-181-11/+11
* drm/i915: Polish ilk+ wm register bitsVille Syrjälä2022-02-181-29/+28
* drm/i915: Clean up SSKPD/MLTR definesVille Syrjälä2022-02-181-13/+13
* drm/i915: Move MCHBAR registers to their own headerMatt Roper2022-02-161-0/+1
* drm/i915: Unconfuse pre-icl vs. icl+ intel_sagv_{pre,post}_plane_update()Ville Syrjälä2022-02-161-4/+6
* drm/i915: Use {active,scaled}_planes to compute ilk watermarksVille Syrjälä2022-02-161-6/+2
* drm/i915: Extract skl_allocate_plane_ddb()Ville Syrjälä2022-02-111-17/+24
* drm/i915: Introduce skl_plane_ddb_iterVille Syrjälä2022-02-111-48/+49
* drm/i915: Fix plane relative_data_rate calculationVille Syrjälä2022-02-111-61/+2
* drm/i915: Extract skl_ddb_entry_init()Ville Syrjälä2022-02-111-19/+25
* drm/i915: Drop pointless dev_priv argumentVille Syrjälä2022-02-111-6/+5
* drm/i915/pm: hide struct drm_i915_clock_gating_funcsJani Nikula2022-02-091-0/+4
* drm/i915: Fix mbus join config lookupVille Syrjälä2022-02-081-1/+1
* drm/i915: Fix dbuf slice config lookupVille Syrjälä2022-02-081-1/+1
* drm/i915: Workaround broken BIOS DBUF configuration on TGL/RKLVille Syrjälä2022-02-071-0/+68