index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_pm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-18
drm/i915: Split pre-icl vs. icl+ SAGV hooks apart
Ville Syrjälä
1
-40
/
+74
2022-02-18
drm/i915: Correctly populate use_sagv_wm for all pipes
Ville Syrjälä
1
-11
/
+11
2022-02-18
drm/i915: Polish ilk+ wm register bits
Ville Syrjälä
1
-29
/
+28
2022-02-18
drm/i915: Clean up SSKPD/MLTR defines
Ville Syrjälä
1
-13
/
+13
2022-02-16
drm/i915: Move MCHBAR registers to their own header
Matt Roper
1
-0
/
+1
2022-02-16
drm/i915: Unconfuse pre-icl vs. icl+ intel_sagv_{pre,post}_plane_update()
Ville Syrjälä
1
-4
/
+6
2022-02-16
drm/i915: Use {active,scaled}_planes to compute ilk watermarks
Ville Syrjälä
1
-6
/
+2
2022-02-11
drm/i915: Extract skl_allocate_plane_ddb()
Ville Syrjälä
1
-17
/
+24
2022-02-11
drm/i915: Introduce skl_plane_ddb_iter
Ville Syrjälä
1
-48
/
+49
2022-02-11
drm/i915: Fix plane relative_data_rate calculation
Ville Syrjälä
1
-61
/
+2
2022-02-11
drm/i915: Extract skl_ddb_entry_init()
Ville Syrjälä
1
-19
/
+25
2022-02-11
drm/i915: Drop pointless dev_priv argument
Ville Syrjälä
1
-6
/
+5
2022-02-09
drm/i915/pm: hide struct drm_i915_clock_gating_funcs
Jani Nikula
1
-0
/
+4
2022-02-08
drm/i915: Fix mbus join config lookup
Ville Syrjälä
1
-1
/
+1
2022-02-08
drm/i915: Fix dbuf slice config lookup
Ville Syrjälä
1
-1
/
+1
2022-02-07
drm/i915: Workaround broken BIOS DBUF configuration on TGL/RKL
Ville Syrjälä
1
-0
/
+68
2022-02-07
drm/i915: Populate pipe dbuf slices more accurately during readout
Ville Syrjälä
1
-5
/
+8
2022-02-07
drm/i915: Allow !join_mbus cases for adlp+ dbuf configuration
Ville Syrjälä
1
-20
/
+46
2022-02-02
drm/i915: Move GT registers to their own header file
Matt Roper
1
-0
/
+1
2022-01-31
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
1
-4
/
+33
2022-01-26
drm/i915: Use single_enabled_crtc() in i9xx_update_wm()
Ville Syrjälä
1
-15
/
+11
2022-01-26
drm/i915: Use the correct plane source width in watermark calculations
Ville Syrjälä
1
-11
/
+10
2022-01-26
drm/i915: Fix up pixel_rate vs. clock confusion in wm calculations
Ville Syrjälä
1
-30
/
+22
2022-01-26
drm/i915: Don't allocate extra ddb during async flip for DG2
Stanislav Lisovskiy
1
-0
/
+19
2022-01-26
drm/i915: Use wm0 only during async flips for DG2
Stanislav Lisovskiy
1
-1
/
+13
2022-01-26
drm/i915: Pass plane to watermark calculation functions
Stanislav Lisovskiy
1
-16
/
+21
2022-01-24
drm/i915: Clean up pre-skl primary plane registers
Ville Syrjälä
1
-1
/
+1
2022-01-19
drm/i915: Remove zombie async flip vt-d w/a
Ville Syrjälä
1
-12
/
+0
2022-01-18
drm/i915: Use REG_BIT() & co. for universal plane bits
Ville Syrjälä
1
-6
/
+6
2022-01-13
drm/i915/pcode: rename sandybridge_pcode_* to snb_pcode_*
Jani Nikula
1
-11
/
+9
2022-01-11
drm/i915/gt: Move engine registers to their own header
Matt Roper
1
-0
/
+1
2022-01-11
drm/i915: Use RING_PSMI_CTL rather than per-engine macros
Matt Roper
1
-2
/
+2
2022-01-11
drm/i915: Parameterize ECOSKPD
Matt Roper
1
-2
/
+4
2022-01-07
drm/i915: Fix possible NULL pointer dereferences in i9xx_update_wm()
Harish Chegondi
1
-1
/
+1
2021-12-17
Merge tag 'drm-intel-next-2021-12-14' of ssh://git.freedesktop.org/git/drm/dr...
Dave Airlie
1
-16
/
+25
2021-12-15
drm/i915/fbc: Parametrize FBC register offsets
Ville Syrjälä
1
-13
/
+18
2021-12-10
Merge tag 'drm-intel-gt-next-2021-12-09' of git://anongit.freedesktop.org/drm...
Dave Airlie
1
-5
/
+34
2021-12-09
drm/i915: Relocate intel_crtc_for_plane()
Ville Syrjälä
1
-0
/
+14
2021-12-09
drm/i915/trace: split out display trace to a separate file
Jani Nikula
1
-1
/
+1
2021-12-03
drm/i915/fbc: Eliminate racy intel_fbc_is_active() usage
Ville Syrjälä
1
-7
/
+2
2021-12-02
drm/i915/dg2: extend Wa_1409120013 to DG2
Matt Atwood
1
-2
/
+2
2021-12-02
drm/i915/crtc: rename intel_get_crtc_for_plane() to intel_crtc_for_plane()
Jani Nikula
1
-2
/
+2
2021-12-02
drm/i915/crtc: rename intel_get_crtc_for_pipe() to intel_crtc_for_pipe()
Jani Nikula
1
-4
/
+4
2021-12-01
drm/i915: Use per device iommu check
Tvrtko Ursulin
1
-1
/
+1
2021-11-24
Revert "drm/i915/dg2: Tile 4 plane format support"
Stanislav Lisovskiy
1
-1
/
+0
2021-11-23
drm/i915/dg2: Tile 4 plane format support
Stanislav Lisovskiy
1
-0
/
+1
2021-11-22
Merge drm/drm-next into drm-intel-gt-next
Tvrtko Ursulin
1
-0
/
+12
2021-11-19
drm/i915/dg2: Implement WM0 cursor WA for DG2
Stanislav Lisovskiy
1
-5
/
+13
2021-11-11
drm/i915/dg2: Add initial gt/ctx/engine workarounds
Matt Roper
1
-1
/
+20
2021-11-11
drm/i915/xehpsdv: Add initial workarounds
Stuart Summers
1
-1
/
+11
[prev]
[next]