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
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-16
drm/msm/dp: attach the DP subconnector property
Dmitry Baryshkov
1
-0
/
+3
2023-11-16
drm/msm/dp: don't touch DP subconnector property in eDP case
Abel Vesa
1
-5
/
+10
2023-11-16
drm/msm/dpu: Add missing safe_lut_tbl in sc8280xp catalog
Bjorn Andersson
1
-0
/
+1
2023-11-16
drm/msm: remove exra drm_kms_helper_poll_init() call
Dmitry Baryshkov
1
-2
/
+0
2023-11-16
drm/msm/dsi: use the correct VREG_CTRL_1 value for 4nm cphy
Jonathan Marek
1
-1
/
+1
2023-11-16
drm/i915: do not clean GT table on error path
Andrzej Hajda
2
-14
/
+1
2023-11-16
drm/i915/gt: add missing new-line to GT_TRACE
Andrzej Hajda
1
-1
/
+1
2023-11-16
drm/i915/dsb: DSB code refactoring
Animesh Manna
4
-62
/
+148
2023-11-15
drm/i915: Read a shadowed mmio register for ggtt flush
Vinay Belgaumkar
1
-1
/
+1
2023-11-15
drm/i915: Fix fractional bpp handling in intel_link_bw_reduce_bpp()
Imre Deak
1
-7
/
+7
2023-11-15
nouveau: don't fail driver load if no display hw present.
Dave Airlie
1
-0
/
+5
2023-11-15
drm: panel-orientation-quirks: Add quirk for Lenovo Legion Go
Brenton Simpson
1
-0
/
+6
2023-11-15
drm/i915/panelreplay: Debugfs support for panel replay
Animesh Manna
1
-24
/
+63
2023-11-15
drm/client: Do not acquire module reference
Thomas Zimmermann
1
-11
/
+1
2023-11-15
drm/test: rearrange test entries in Kconfig and Makefile
Marco Pagani
2
-7
/
+7
2023-11-15
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1152
-11607
/
+291367
2023-11-15
drm/i915/xe2lpd: implement WA for underruns while enabling FBC
Vinod Govindapillai
1
-1
/
+7
2023-11-15
drm/virtio: Fix return value for VIRTGPU_CONTEXT_PARAM_DEBUG_NAME
Dmitry Osipenko
1
-0
/
+1
2023-11-14
nouveau: use an rwlock for the event lock.
Dave Airlie
2
-8
/
+8
2023-11-14
nouveau/gsp/r535: Fix a NULL vs error pointer bug
Dan Carpenter
1
-2
/
+2
2023-11-14
nouveau/gsp/r535: uninitialized variable in r535_gsp_acpi_mux_id()
Dan Carpenter
1
-1
/
+1
2023-11-14
drm/i915/dp: Tune down FEC detection timeout error message
Imre Deak
1
-2
/
+2
2023-11-14
drm/i915/display: Use int for entry setup frames
Mika Kahola
1
-3
/
+3
2023-11-14
drm/i915/dsc: Allow DSC only with fractional bpp when forced from debugfs
Swati Sharma
1
-0
/
+7
2023-11-14
drm/i915/dsc: Add debugfs entry to validate DSC fractional bpp
Swati Sharma
2
-0
/
+85
2023-11-14
drm/i915/dp: Iterate over output bpp with fractional step size
Ankit Nautiyal
1
-16
/
+25
2023-11-14
drm/i915/dsc/mtl: Add support for fractional bpp
Vandita Kulkarni
2
-8
/
+20
2023-11-14
drm/i915/audio: Consider fractional vdsc bpp while computing tu_data
Ankit Nautiyal
1
-8
/
+8
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-14
drm: Remove struct drm_flip_task from DRM interfaces
Thomas Zimmermann
1
-20
/
+7
2023-11-14
drm/ssd130x: Preallocate format-conversion buffer in atomic_check
Thomas Zimmermann
1
-0
/
+22
2023-11-14
drm/simpledrm: Preallocate format-conversion buffer in atomic_check
Thomas Zimmermann
1
-1
/
+40
2023-11-14
drm/ofdrm: Preallocate format-conversion buffer in atomic_check
Thomas Zimmermann
1
-0
/
+14
2023-11-14
drm/format-helper: Pass format-conversion state to helpers
Thomas Zimmermann
11
-126
/
+180
2023-11-14
drm/atomic-helper: Add format-conversion state to shadow-plane state
Thomas Zimmermann
1
-0
/
+9
2023-11-14
drm/format-helper: Cache buffers with struct drm_format_conv_state
Thomas Zimmermann
1
-11
/
+107
2023-11-13
drm/gpuvm: track/lock/validate external/evicted objects
Danilo Krummrich
1
-0
/
+633
2023-11-13
drm/gpuvm: add an abstraction for a VM / BO combination
Danilo Krummrich
2
-65
/
+338
2023-11-13
drm/gpuvm: reference count drm_gpuvm structures
Danilo Krummrich
2
-16
/
+60
2023-11-13
drm/nouveau: separately allocate struct nouveau_uvmm
Danilo Krummrich
4
-42
/
+40
2023-11-13
drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm
Danilo Krummrich
2
-1
/
+4
2023-11-13
drm/nouveau: make use of the GPUVM's shared dma-resv
Danilo Krummrich
5
-10
/
+24
2023-11-13
drm/gpuvm: add common dma-resv per struct drm_gpuvm
Danilo Krummrich
2
-2
/
+64
2023-11-13
drm/nouveau: make use of drm_gpuvm_range_valid()
Danilo Krummrich
2
-19
/
+1
2023-11-13
drm/gpuvm: export drm_gpuvm_range_valid()
Danilo Krummrich
1
-1
/
+13
2023-11-13
drm/gpuvm: don't always WARN in drm_gpuvm_check_overflow()
Danilo Krummrich
1
-7
/
+13
2023-11-13
drm/gpuvm: convert WARN() to drm_WARN() variants
Danilo Krummrich
2
-16
/
+19
2023-11-13
drm/ci: make github dependabot happy again
Linus Torvalds
1
-3
/
+3
[prev]
[next]