index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-14
drm/i915/display: Consider fractional vdsc bpp while computing m_n values
Ankit Nautiyal
4
-18
/
+19
2023-11-14
drm/i915/display: Store compressed bpp in U6.4 format
Ankit Nautiyal
10
-28
/
+33
2023-11-14
drm/display/dp: Add helper function to get DSC bpp precision
Ankit Nautiyal
1
-0
/
+27
2023-11-13
drm/i915/mtl: C20 state verification
Mika Kahola
3
-36
/
+88
2023-11-11
drm/i915: update in-source bug filing URLs
Jani Nikula
3
-3
/
+3
2023-11-11
drm/i915: remove excess functions from plane protection check
Jani Nikula
1
-14
/
+4
2023-11-11
drm/i915: abstract plane protection check
Jani Nikula
1
-4
/
+14
2023-11-10
drm/i915/panelreplay: enable/disable panel replay
Animesh Manna
3
-16
/
+55
2023-11-10
drm/i915/panelreplay: Enable panel replay dpcd initialization for DP
Animesh Manna
1
-0
/
+3
2023-11-10
drm/i915/panelreplay: Initializaton and compute config for panel replay
Animesh Manna
5
-40
/
+117
2023-11-10
drm/i915/psr: Move psr specific dpcd init into own function
Jouni Högander
1
-18
/
+23
2023-11-08
drm/i915/gvt: Clean up zero initializers
Ville Syrjälä
3
-5
/
+5
2023-11-08
drm/i915: Do plane/etc. updates more atomically across pipes
Ville Syrjälä
1
-2
/
+24
2023-11-08
drm/i915: Split intel_update_crtc() into two parts
Ville Syrjälä
1
-2
/
+14
2023-11-08
drm/i915: Drop redundant !modeset check
Ville Syrjälä
1
-1
/
+1
2023-11-08
drm/i915: Query compressed bpp properly using correct DPCD and DP Spec info
Stanislav Lisovskiy
3
-36
/
+40
2023-11-08
drm/i915/dp_mst: Check BW limitations only after all streams are computed
Imre Deak
1
-7
/
+1
2023-11-08
drm/i915/dp_mst: Improve BW sharing between MST streams
Imre Deak
7
-7
/
+161
2023-11-08
drm/i915/dp_mst: Force modeset CRTC if DSC toggling requires it
Imre Deak
3
-0
/
+93
2023-11-08
drm/i915: Factor out function to clear pipe update flags
Imre Deak
1
-26
/
+23
2023-11-08
drm/i915/dp_mst: Enable MST DSC decompression for all streams
Imre Deak
4
-21
/
+82
2023-11-08
drm/i915/dp_mst: Enable DSC passthrough
Imre Deak
1
-2
/
+20
2023-11-08
drm/i915/dp: Enable DSC via the connector decompression AUX
Imre Deak
4
-21
/
+101
2023-11-08
drm/i915/dp_mst: Enable decompression in the sink from the MST encoder hooks
Imre Deak
2
-5
/
+22
2023-11-08
drm/i915/dp_mst: Handle the Synaptics HBlank expansion quirk
Imre Deak
2
-4
/
+131
2023-11-08
drm/i915/dp: Disable FEC ready flag in the sink
Imre Deak
1
-8
/
+13
2023-11-08
drm/i915/dp: Wait for FEC detected status in the sink
Imre Deak
3
-0
/
+80
2023-11-08
drm/i915/dp: Rename intel_ddi_disable_fec_state() to intel_ddi_disable_fec()
Imre Deak
1
-5
/
+4
2023-11-08
drm/i915/dp_mst: Add missing DSC compression disabling
Imre Deak
1
-0
/
+2
2023-11-08
drm/i915/dp: Make sure the DSC PPS SDP is disabled whenever DSC is disabled
Imre Deak
2
-4
/
+6
2023-11-08
drm/i915/dp_mst: Program the DSC PPS SDP for each stream
Imre Deak
2
-5
/
+8
2023-11-08
drm/i915/dp_mst: Add atomic state for all streams on pre-tgl platforms
Imre Deak
1
-6
/
+10
2023-11-08
drm/i915/dp_mst: Account for FEC and DSC overhead during BW allocation
Imre Deak
1
-25
/
+99
2023-11-08
drm/i915/dp: Pass actual BW overhead to m_n calculation
Imre Deak
6
-18
/
+71
2023-11-08
drm/i915/dp: Specify the FEC overhead as an increment vs. a remainder
Imre Deak
1
-4
/
+4
2023-11-08
drm/i915/dp_mst: Enable FEC early once it's known DSC is needed
Imre Deak
3
-3
/
+15
2023-11-08
drm/dp: Add helpers to calculate the link BW overhead
Imre Deak
2
-6
/
+149
2023-11-08
drm/dp_mst: Add HBLANK expansion quirk for Synaptics MST hubs
Imre Deak
1
-0
/
+2
2023-11-08
drm/dp_mst: Allow DSC in any Synaptics last branch device
Imre Deak
1
-8
/
+13
2023-11-08
drm/dp_mst: Swap the order of checking root vs. non-root port BW limitations
Imre Deak
1
-5
/
+8
2023-11-08
drm/dp_mst: Factor out a helper to check the atomic state of a topology manager
Imre Deak
1
-19
/
+74
2023-11-08
drm/dp_mst: Add helper to determine if an MST port is downstream of another port
Imre Deak
1
-0
/
+52
2023-11-08
drm/dp_mst: Fix fractional DSC bpp handling
Ville Syrjälä
6
-25
/
+13
2023-11-08
drm/i915/dp_mst: Fix race between connector registration and setup
Imre Deak
1
-8
/
+8
2023-11-07
drm/i915: move display spinlock init to display code
Jani Nikula
2
-2
/
+1
2023-11-07
drm/i915: move display mutex inits to display code
Jani Nikula
2
-6
/
+6
2023-11-07
drm/i915/display: Support PSR entry VSC packet to be transmitted one frame ea...
Mika Kahola
3
-14
/
+70
2023-11-06
drm/i915/dp_mst: Disable DSC on ICL MST outputs
Imre Deak
1
-0
/
+16
2023-11-06
drm/i915/tc: Fix -Wformat-truncation in intel_tc_port_init
Nirmoy Das
1
-3
/
+8
2023-11-06
drm/i915: Move for_each_engine* out of i915_drv.h
Tvrtko Ursulin
5
-15
/
+18
[next]