index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-02
drm/i915/sseu: Simplify gen11+ SSEU handling
Matt Roper
1
-39
/
+35
2022-06-02
drm/i915/xehp: Drop GETPARAM lookups of I915_PARAM_[SUB]SLICE_MASK
Matt Roper
1
-0
/
+8
2022-06-02
drm/i915/xehp: Use separate sseu init function
Matt Roper
2
-37
/
+54
2022-06-01
Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
3
-96
/
+31
2022-06-01
drm/i915: Treat DMRRS as static DRRS
Ville Syrjälä
1
-4
/
+20
2022-06-01
drm/i915/bios: Define more BDB contents
Ville Syrjälä
1
-7
/
+43
2022-06-01
drm/i915/bios: Fix aggressiveness typos
Ville Syrjälä
1
-4
/
+4
2022-06-01
drm/i915: Accept more fixed modes with VRR panels
Ville Syrjälä
5
-16
/
+44
2022-06-01
drm/i915: Print out rejected fixed modes
Ville Syrjälä
1
-0
/
+4
2022-06-01
drm/i915: Parse VRR capability from VBT
Ville Syrjälä
3
-6
/
+23
2022-06-01
drm/i915/display: stop using BUG()
Jani Nikula
3
-19
/
+26
2022-05-31
drm/i915/pvc: Add initial PVC workarounds
Stuart Summers
4
-12
/
+73
2022-05-31
drm/i915/pvc: Extract stepping information from PCI revid
Matt Roper
3
-2
/
+85
2022-05-31
drm/i915: Require an exact DP link freq match for the DG2 PLL
Ville Syrjälä
1
-1
/
+1
2022-05-31
drm/i915: Check hw.enable and hw.active in intel_pipe_config_compare()
Ville Syrjälä
1
-2
/
+4
2022-05-31
drm/i915: Improve modeset debugs
Ville Syrjälä
1
-8
/
+14
2022-05-31
drm/i915: s/pipe_config/crtc_state/
Ville Syrjälä
1
-31
/
+31
2022-05-31
drm/i915: Adjust intel_modeset_pipe_config() & co. calling convention
Ville Syrjälä
1
-23
/
+25
2022-05-31
drm/i915: Extract PIPE_CONF_CHECK_RECT()
Ville Syrjälä
1
-10
/
+10
2022-05-31
drm/i915: Extract PIPE_CONF_CHECK_TIMINGS()
Ville Syrjälä
1
-27
/
+18
2022-05-31
drm/i915: Clean up DPLL related debugs
Ville Syrjälä
2
-88
/
+35
2022-05-31
drm/i915: Split shared dpll .get_dplls() into compute and get phases
Ville Syrjälä
3
-68
/
+230
2022-05-31
drm/i915/tc: Don't default disconnected legacy Type-C ports to TBT mode (v2)
Vivek Kasireddy
1
-1
/
+2
2022-05-27
drm/i915/bios: Determine panel type via PNPID match
Ville Syrjälä
7
-19
/
+95
2022-05-27
drm/i915/bios: Split VBT data into per-panel vs. global parts
Ville Syrjälä
21
-331
/
+391
2022-05-27
drm/i915/bios: Split VBT parsing to global vs. panel specific parts
Ville Syrjälä
3
-11
/
+17
2022-05-27
drm/i915/bios: Split parse_driver_features() into two parts
Ville Syrjälä
1
-0
/
+11
2022-05-27
drm/i915/pps: Keep VDD enabled during eDP probe
Ville Syrjälä
2
-0
/
+11
2022-05-27
drm/i915/pps: Reinit PPS delays after VBT has been fully parsed
Ville Syrjälä
1
-0
/
+5
2022-05-27
drm/i915/pps: Split PPS init+sanitize in two
Ville Syrjälä
3
-5
/
+28
2022-05-27
drm/i915/pps: Stash away original BIOS programmed PPS delays
Ville Syrjälä
2
-5
/
+9
2022-05-27
drm/i915/pps: Don't apply quirks/etc. to the VBT PPS delays if they haven't been initialized
Ville Syrjälä
1
-0
/
+3
2022-05-27
drm/i915/pps: Introduce pps_delays_valid()
Ville Syrjälä
1
-1
/
+7
2022-05-27
drm/i915/pps: Split pps_init_delays() into distinct parts
Ville Syrjälä
1
-18
/
+48
2022-05-27
drm/i915: Extract intel_edp_fixup_vbt_bpp()
Ville Syrjälä
4
-40
/
+30
2022-05-27
drm/i915: Pass intel_connector to intel_vrr_is_capable()
Ville Syrjälä
3
-10
/
+10
2022-05-27
drm/i915/display/adl_p: Updates to HDMI combo PHY voltage swing table
Balasubramani Vivekanandan
1
-21
/
+1
2022-05-27
drm/i915: Individualize fences before adding to dma_resv obj
Nirmoy Das
2
-21
/
+30
2022-05-26
drm/i915/gt: Fix memory leaks in per-gt sysfs
Ashutosh Dixit
5
-22
/
+19
2022-05-26
drm/i915/gt: Add media RP0/RPn to per-gt sysfs
Dale B Stimson
2
-0
/
+55
2022-05-26
drm/i915/pcode: Init pcode on different gt's
Ashutosh Dixit
1
-2
/
+18
2022-05-26
drm/i915/gt: Add media freq factor to per-gt sysfs
Ashutosh Dixit
6
-0
/
+161
2022-05-25
drm/i915/reset: Fix error_state_read ptr + offset use
Alan Previn
1
-3
/
+12
2022-05-25
Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
282
-13341
/
+18958
2022-05-25
Merge tag 'Wstringop-overflow-fixes-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Linus Torvalds
1
-1
/
+1
2022-05-25
drm/i915/hwconfig: Future-proof platform checks
Matt Roper
1
-1
/
+1
2022-05-25
drm/i915/dg2: Support 4k@30 on HDMI
Vandita Kulkarni
1
-0
/
+32
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-12
/
+11
2022-05-24
drm/i915/hwconfig: Report no hwconfig support on ADL-N
Balasubramani Vivekanandan
1
-1
/
+1
2022-05-24
drm/i915/guc: XEHPSDV and PVC do not use HuC
Daniele Ceraolo Spurio
1
-0
/
+4
[prev]
[next]