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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-23
drm/i915/rps/tgl+: Remove RPS interrupt support
José Roberto de Souza
1
-1
/
+1
2022-02-23
drm/i915/tgl: Simply subplatform detection
José Roberto de Souza
6
-34
/
+16
2022-02-23
drm/edid: Always set RGB444
Maxime Ripard
1
-1
/
+1
2022-02-23
drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD panels
Hans de Goede
1
-0
/
+3
2022-02-23
drm/tegra: dpaux: Populate AUX bus
Thierry Reding
2
-0
/
+8
2022-02-23
drm/i915: Extract intel_bw_check_data_rate()
Ville Syrjälä
1
-21
/
+34
2022-02-23
drm/i915: Extract icl_qgv_points_mask()
Ville Syrjälä
1
-13
/
+22
2022-02-23
drm/i915: Properly clear crtc state when disabling it fully, again
Ville Syrjälä
1
-3
/
+5
2022-02-23
drm/i915: Remove odd any_ms=true assignment
Ville Syrjälä
1
-3
/
+1
2022-02-23
drm/i915: Dump hw.enable and pipe_mode
Ville Syrjälä
1
-2
/
+5
2022-02-23
drm/i915: Dump the crtc hw state always
Ville Syrjälä
1
-9
/
+7
2022-02-23
Merge branches 'msm-next-lumag-dpu' and 'msm-next-lumag-dsi' into msm-next-lumag
Dmitry Baryshkov
47
-462
/
+658
2022-02-23
drm/msm/dpu: wire up MSM8998's DSPP blocks
Dmitry Baryshkov
1
-0
/
+2
2022-02-23
drm/selftests: add drm buddy pathological testcase
Arunpravin
2
-0
/
+131
2022-02-23
drm/selftests: add drm buddy smoke testcase
Arunpravin
2
-0
/
+140
2022-02-23
drm/selftests: add drm buddy pessimistic testcase
Arunpravin
2
-0
/
+148
2022-02-23
drm/selftests: add drm buddy optimistic testcase
Arunpravin
2
-0
/
+81
2022-02-23
drm/selftests: add drm buddy alloc range testcase
Arunpravin
5
-5
/
+414
2022-02-23
drm/selftests: add drm buddy alloc limit testcase
Arunpravin
2
-0
/
+60
2022-02-23
drm/selftests: Move i915 buddy selftests into drm
Arunpravin
4
-1
/
+61
2022-02-23
drm/radeon: fix variable type
Christian König
1
-4
/
+4
2022-02-23
drm/sched: Add device pointer to drm_gpu_scheduler
Jiawei Gu
7
-14
/
+17
2022-02-23
Revert "drm/i915/display/vrr: Reset VRR capable property on a long hpd"
Ville Syrjälä
1
-13
/
+4
2022-02-22
drm/i915/adl-n: Add PCH Support for Alder Lake N
Tejas Upadhyay
2
-0
/
+2
2022-02-23
drm/msm: add support for QCM2290 MDSS
Loic Poulain
4
-0
/
+151
2022-02-23
drm/msm/dsi: Add support for qcm2290 dsi controller
Loic Poulain
3
-0
/
+28
2022-02-23
drm/msm/dsi: Allow to specify dsi config as pdata
Loic Poulain
2
-1
/
+5
2022-02-22
drm/i915/display/vrr: Reset VRR capable property on a long hpd
Manasi Navare
1
-4
/
+13
2022-02-22
drm/amdgpu/benchmark: use dev_info rather than DRM macros for logging
Alex Deucher
1
-5
/
+7
2022-02-22
drm/amdkfd: make CRAT table missing message informational only
Alex Deucher
1
-1
/
+1
2022-02-22
drm/amdgpu: Fix typo in *whether* in comment
Paul Menzel
1
-1
/
+1
2022-02-22
drm/amdgpu: read harvest bit per IP data on legacy GPUs
Guchun Chen
1
-25
/
+100
2022-02-22
drm/amd/pm: validate SMU feature enable message for getting feature enabled mask
Prike Liang
3
-29
/
+43
2022-02-22
drm/amdgpu: enable TMZ option for onwards asic
Prike Liang
1
-0
/
+1
2022-02-22
drm/amdgpu: bypass tiling flag check in virtual display case (v2)
Guchun Chen
1
-1
/
+1
2022-02-22
Revert "drm/amdgpu: add modifiers in amdgpu_vkms_plane_init()"
Guchun Chen
1
-2
/
+1
2022-02-22
drm/amdkfd: Fix criu_restore_bo error handling
Felix Kuehling
1
-2
/
+2
2022-02-22
drm/amdkfd: Drop IH ring overflow message to dbg
Kent Russell
1
-1
/
+1
2022-02-22
drm/i915/guc/slpc: Use wrapper for reading RP_STATE_CAP
Vinay Belgaumkar
1
-2
/
+3
2022-02-22
drm/i915/guc/slpc: Correct the param count for unset param
Vinay Belgaumkar
1
-1
/
+1
2022-02-22
drm/i915/gt: use get_reset_domain() helper
Tejas Upadhyay
1
-32
/
+42
2022-02-22
drm: implement a method to free unused pages
Arunpravin
2
-0
/
+79
2022-02-22
drm: implement top-down allocation method
Arunpravin
2
-5
/
+34
2022-02-22
drm: improve drm_buddy_alloc function
Arunpravin
3
-111
/
+250
2022-02-21
drm/amd/display: For vblank_disable_immediate, check PSR is really used
Michel Dänzer
1
-8
/
+9
2022-02-21
drm/amd/pm: fix some OEM SKU specific stability issues
Evan Quan
1
-1
/
+31
2022-02-21
drm/amdgpu: disable MMHUB PG for Picasso
Evan Quan
1
-1
/
+4
2022-02-21
drm/amd/display: Protect update_bw_bounding_box FPU code.
Bas Nieuwenhuizen
2
-2
/
+7
2022-02-21
drm/i915/adlp: Add TypeC PHY TBT->DP-alt/legacy mode switch workaround
Imre Deak
2
-1
/
+24
2022-02-21
drm/i915/pxp: prefer forward declaration over includes
Jani Nikula
1
-1
/
+1
[prev]
[next]