index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2023-11-08
drm/i915/dp_mst: Add missing DSC compression disabling
Imre Deak
-0
/
+2
2023-11-08
drm/i915/dp: Make sure the DSC PPS SDP is disabled whenever DSC is disabled
Imre Deak
-4
/
+6
2023-11-08
drm/i915/dp_mst: Program the DSC PPS SDP for each stream
Imre Deak
-5
/
+8
2023-11-08
drm/i915/dp_mst: Add atomic state for all streams on pre-tgl platforms
Imre Deak
-6
/
+10
2023-11-08
drm/i915/dp_mst: Account for FEC and DSC overhead during BW allocation
Imre Deak
-25
/
+99
2023-11-08
drm/i915/dp: Pass actual BW overhead to m_n calculation
Imre Deak
-18
/
+71
2023-11-08
drm/i915/dp: Specify the FEC overhead as an increment vs. a remainder
Imre Deak
-4
/
+4
2023-11-08
drm/i915/dp_mst: Enable FEC early once it's known DSC is needed
Imre Deak
-3
/
+15
2023-11-08
drm/dp: Add helpers to calculate the link BW overhead
Imre Deak
-6
/
+160
2023-11-08
drm/dp_mst: Add HBLANK expansion quirk for Synaptics MST hubs
Imre Deak
-0
/
+9
2023-11-08
drm/dp: Add DP_HBLANK_EXPANSION_CAPABLE and DSC_PASSTHROUGH_EN DPCD flags
Imre Deak
-0
/
+2
2023-11-08
drm/dp_mst: Allow DSC in any Synaptics last branch device
Imre Deak
-8
/
+13
2023-11-08
drm/dp_mst: Swap the order of checking root vs. non-root port BW limitations
Imre Deak
-5
/
+8
2023-11-08
drm/dp_mst: Factor out a helper to check the atomic state of a topology manager
Imre Deak
-19
/
+78
2023-11-08
drm/dp_mst: Add helper to determine if an MST port is downstream of another port
Imre Deak
-0
/
+55
2023-11-08
drm/dp_mst: Fix fractional DSC bpp handling
Ville Syrjälä
-26
/
+14
2023-11-08
drm/i915/dp_mst: Fix race between connector registration and setup
Imre Deak
-8
/
+8
2023-11-07
drm/i915: move display spinlock init to display code
Jani Nikula
-2
/
+1
2023-11-07
drm/i915: move display mutex inits to display code
Jani Nikula
-6
/
+6
2023-11-07
drm/i915/display: Support PSR entry VSC packet to be transmitted one frame ea...
Mika Kahola
-14
/
+70
2023-11-06
drm/i915/dp_mst: Disable DSC on ICL MST outputs
Imre Deak
-0
/
+16
2023-11-06
drm/i915/tc: Fix -Wformat-truncation in intel_tc_port_init
Nirmoy Das
-3
/
+8
2023-11-06
drm/i915: Move for_each_engine* out of i915_drv.h
Tvrtko Ursulin
-15
/
+18
2023-11-06
drm/i915: Remove unused for_each_uabi_class_engine
Tvrtko Ursulin
-5
/
+0
2023-11-06
drm/i915/dsi: Extract port_ctrl_reg()
Ville Syrjälä
-7
/
+10
2023-11-06
drm/i915/dsi: Remove dead GLK checks
Ville Syrjälä
-2
/
+2
2023-11-06
drm/i915: Extract mchbar_reg()
Ville Syrjälä
-13
/
+14
2023-11-06
drm/i915: Stop using a 'reg' variable
Ville Syrjälä
-9
/
+6
2023-11-06
drm/i915: Extract hsw_chicken_trans_reg()
Ville Syrjälä
-25
/
+23
2023-11-06
drm/i915/display: Use intel_bo_to_drm_bo instead of obj->base
Jouni Högander
-1
/
+1
2023-11-04
drm/i915: Bump GLK CDCLK frequency when driving multiple pipes
Ville Syrjälä
-0
/
+12
2023-11-02
drm/i915/display: Use dma_fence interfaces instead of i915_sw_fence
Jouni Högander
-95
/
+61
2023-11-01
drm/i915/mst: Always write CHICKEN_TRANS
Ville Syrjälä
-6
/
+8
2023-11-01
drm/i915/mst: Clear ACT just before triggering payload allocation
Ville Syrjälä
-2
/
+2
2023-11-01
drm/i915/mst: Disable transcoder before deleting the payload
Ville Syrjälä
-6
/
+2
2023-11-01
drm/i915/mst: Swap TRANSCONF vs. FECSTALL_DIS_DPTSTREAM_DPTTG disable
Ville Syrjälä
-1
/
+2
2023-10-31
drm/i915/mtl: Apply notify_guc to all GTs
Nirmoy Das
-3
/
+6
2023-10-31
drm/i915/hdcp: Add more conditions to enable hdcp
Suraj Kandpal
-2
/
+12
2023-10-31
drm/i915/hdcp: Convert intel_hdcp_enable to a blanket function
Suraj Kandpal
-17
/
+22
2023-10-31
drm/i915/hdcp: Rename HCDP 1.4 enablement function
Suraj Kandpal
-3
/
+3
2023-10-31
drm/i915: Move the g45 PEG band gap HPD workaround to the HPD code
Ville Syrjälä
-20
/
+16
2023-10-31
drm/i915: Extract _intel_{enable,disable}_shared_dpll()
Ville Syrjälä
-14
/
+23
2023-10-31
drm/i915: Move the DPLL extra power domain handling up one level
Ville Syrjälä
-6
/
+10
2023-10-31
drm/i915: Abstract the extra JSL/EHL DPLL4 power domain better
Ville Syrjälä
-22
/
+14
2023-10-31
drm/i915: Use named initializers for DPLL info
Ville Syrjälä
-63
/
+67
2023-10-31
drm/i915/bios: Clamp VBT HDMI level shift on BDW
Ville Syrjälä
-0
/
+22
2023-10-30
drm/i915: move Makefile display debugfs files next to display
Jani Nikula
-4
/
+5
2023-10-30
drm/i915: fix Makefile sort and indent
Jani Nikula
-80
/
+89
2023-10-30
drm/i915/mtl: Support HBR3 rate with C10 phy and eDP in MTL
Chaitanya Kumar Borah
-1
/
+1
2023-10-29
drm/i915/display: Abstract C10/C20 pll calculation
Lucas De Marchi
-20
/
+20
[next]