index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
udl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-09
drm/i915: Enable 10bpc + CCS on TGL+
Ville Syrjälä
2
-4
/
+40
2024-10-09
drm/i915: Disable compression tricks on JSL
Ville Syrjälä
2
-0
/
+10
2024-10-08
drm/i915/psr: Implement Wa 14019834836
Jouni Högander
1
-0
/
+36
2024-10-08
drm/i915/psr: Add new SU area calculation helper to apply workarounds
Jouni Högander
1
-7
/
+15
2024-10-07
drm/i915/display: Fix spelling mistake "Uncomressed" -> "Uncompressed"
Colin Ian King
1
-1
/
+1
2024-10-04
drm/i915: use NULL for zero wakeref_t instead of plain integer 0
Jani Nikula
15
-32
/
+32
2024-10-03
drm/i915/dsb: Use DSB for plane/color management updates
Ville Syrjälä
5
-40
/
+128
2024-10-03
drm/i915: Plumb 'dsb' all way to the color commit hooks
Ville Syrjälä
4
-88
/
+115
2024-10-03
drm/i915: Plumb 'dsb' all way to the plane hooks
Ville Syrjälä
11
-247
/
+334
2024-10-03
drm/i915: Extract intel_crtc_prepare_vblank_event()
Ville Syrjälä
2
-6
/
+18
2024-10-03
drm/i915/dsb: Introduce intel_dsb_wait_vblank_delay()
Ville Syrjälä
2
-0
/
+13
2024-10-03
drm/i915: Introduce intel_scanlines_to_usecs()
Ville Syrjälä
2
-0
/
+13
2024-10-03
drm/i915/dsb: Introduce intel_dsb_wait_vblanks()
Ville Syrjälä
2
-0
/
+7
2024-10-03
drm/i915/dsb: Introduce intel_dsb_wait_usec()
Ville Syrjälä
2
-0
/
+7
2024-10-03
drm/i915/dsb: Introduce intel_dsb_vblank_evade()
Ville Syrjälä
2
-0
/
+33
2024-10-03
drm/i915/dsb: Enable programmable DSB interrupt
Ville Syrjälä
3
-2
/
+30
2024-10-03
drm/i915/dsb: Generate the DSB buffer in commit_tail()
Ville Syrjälä
1
-13
/
+10
2024-10-03
drm/i915: Prepare clear color before wait_for_dependencies()
Ville Syrjälä
1
-2
/
+2
2024-10-03
drm/i915/dsb: Avoid reads of the DSB buffer for indexed register writes
Ville Syrjälä
1
-22
/
+32
2024-10-03
drm/i915/irq: remove GEN8_IRQ_RESET_NDX() and GEN8_IRQ_INIT_NDX() macros
Jani Nikula
4
-34
/
+25
2024-10-03
drm/i915/irq: remove GEN3_IRQ_RESET() and GEN3_IRQ_INIT() macros
Jani Nikula
6
-42
/
+84
2024-10-03
drm/i915/irq: add struct i915_irq_regs triplet
Jani Nikula
4
-51
/
+51
2024-10-03
drm/i915/dp: Extract intel_edp_set_sink_rates()
Ville Syrjälä
1
-36
/
+40
2024-10-03
drm/i915/dp: Make intel_dp_get_colorimetry_status() static
Ville Syrjälä
2
-2
/
+1
2024-10-03
drm/i915: Apply the i915gm/i945gm irq C-state w/a to CRC interrupts
Ville Syrjälä
3
-2
/
+20
2024-10-03
drm/i915: Extract i915gm_irq_cstate_wa_{disable,enable}()
Ville Syrjälä
1
-10
/
+24
2024-10-03
drm/i915/irq: Pair up the vblank enable/disable functions
Ville Syrjälä
1
-46
/
+46
2024-10-03
drm/i915/irq: Nuke stale comments
Ville Syrjälä
1
-6
/
+0
2024-10-02
drm/i915/hdcp: fix connector refcounting
Jani Nikula
1
-3
/
+7
2024-10-02
drm/i915:Remove unused parameter in marco
He Lugang
3
-5
/
+5
2024-10-02
drm/i915/soc: stop using IS_GEN9_LP() and IS_GEN9_BC()
Jani Nikula
3
-6
/
+6
2024-10-02
drm/i915: remove IS_LP()
Jani Nikula
7
-12
/
+9
2024-10-01
drm/i915: Switch over to gen3 irq code on gen2
Ville Syrjälä
3
-197
/
+9
2024-10-01
drm/i915: Clean up some comments in gmch irq code
Ville Syrjälä
1
-10
/
+5
2024-10-01
drm/i915: Clean up gen3 hotplug irq setup
Ville Syrjälä
1
-2
/
+2
2024-10-01
drm/i915: Introduce i915_has_legacy_blc_interrupt()
Ville Syrjälä
1
-6
/
+14
2024-10-01
drm/i915/bios: Extract soc/intel_rom.c
Ville Syrjälä
6
-123
/
+223
2024-10-01
drm/i915/bios: Extract vbt_signature[]
Ville Syrjälä
1
-3
/
+12
2024-10-01
drm/i915/bios: Extract intel_spi_read16()
Ville Syrjälä
1
-6
/
+10
2024-10-01
drm/i915/bios: Round PCI ROM VBT allocation to multiple of 4
Ville Syrjälä
1
-1
/
+1
2024-10-01
drm/i915/bios: Add some size checks to SPI VBT read
Ville Syrjälä
1
-0
/
+11
2024-10-01
drm/i915/bios: Use drm_dbg_kms() consistently
Ville Syrjälä
1
-11
/
+11
2024-10-01
drm/i915/intel_dp: Add support for forcing ultrajoiner
Ankit Nautiyal
1
-0
/
+8
2024-10-01
drm/i915/display: Consider ultrajoiner for computing maxdotclock
Ankit Nautiyal
1
-2
/
+3
2024-10-01
drm/i915: Compute config and mode valid changes for ultrajoiner
Stanislav Lisovskiy
1
-6
/
+20
2024-10-01
drm/i915/dp: Simplify helper to get slice count with joiner
Stanislav Lisovskiy
1
-2
/
+6
2024-10-01
drm/i915/dp: Modify compressed bpp limitations for ultrajoiner
Ankit Nautiyal
1
-11
/
+17
2024-10-01
drm/i915/dp: Use num_joined_pipes in bigjoiner_bw_max_bpp
Ankit Nautiyal
1
-2
/
+8
2024-10-01
drm/i915/dp: Refactor joiner max_bpp calculations into separate functions
Ankit Nautiyal
1
-10
/
+36
2024-10-01
drm/i915/display/vdsc: Add ultrajoiner support with DSC
Stanislav Lisovskiy
3
-2
/
+54
[next]