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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-12
drm/amd/display: Fix inconsistent timestamp type
Angus Wang
1
-1
/
+4
2022-04-12
drm/amd/display: add DCN30 support FEC init
Jingwen Zhu
1
-1
/
+5
2022-04-12
drm/amd/display: Add odm seamless boot support
Duncan Ma
8
-28
/
+115
2022-04-12
drm/amd/display: Always update DPPCLK_DTO when clock increase
Oliver Logush
2
-4
/
+2
2022-04-12
drm/amd/display: Insert pulling smu busy status before sending another request
Oliver Logush
1
-0
/
+3
2022-04-12
drm/amd/display: Power down hardware if timer not trigger
Paul Hsieh
2
-4
/
+39
2022-04-12
drm/amd/display: remove dtbclk_ss compensation for dcn316
Charlene Liu
3
-4
/
+4
2022-04-12
drm/amd/display: ensure PSR force_static flag can always be set
Evgenii Krasnikov
1
-2
/
+4
2022-04-12
drm/amd/display: Fix crash on setting VRR with no display connected
Harry VanZyllDeJong
1
-6
/
+10
2022-04-12
drm/amd/display: Disable FEC if DSC not supported for EDP
Iswara Nagulendran
1
-2
/
+4
2022-04-12
drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanup
Matthew Auld
1
-0
/
+15
2022-04-12
drm/i915/dg2: Add support for DG2 clear color compression
Juha-Pekka Heikkilä
3
-17
/
+52
2022-04-12
drm/i915/dg2: Add support for DG2 render and media compression
Matt Roper
2
-4
/
+35
2022-04-12
Merge drm/drm-next into drm-intel-gt-next
Joonas Lahtinen
662
-12326
/
+216142
2022-04-12
Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
161
-2493
/
+5341
2022-04-12
drm: Use drm_mode_copy()
Ville Syrjälä
2
-3
/
+3
2022-04-12
drm: Use drm_mode_init() for on-stack modes
Ville Syrjälä
3
-7
/
+13
2022-04-12
drm/i915/bios: Validate the panel_name table
Ville Syrjälä
2
-1
/
+22
2022-04-12
drm/i915/bios: Trust the LFP data pointers
Ville Syrjälä
1
-44
/
+16
2022-04-12
drm/i915/bios: Validate LFP data table pointers
Ville Syrjälä
1
-1
/
+81
2022-04-12
drm/i915/bios: Use the copy of the LFP data table always
Ville Syrjälä
1
-7
/
+34
2022-04-12
drm/i915/bios: Make copies of VBT data blocks
Ville Syrjälä
2
-57
/
+174
2022-04-12
drm/i915/bios: Use the cached BDB version
Ville Syrjälä
1
-27
/
+27
2022-04-11
drm/msm/gpu: Avoid -Wunused-function with !CONFIG_PM_SLEEP
Nathan Chancellor
1
-5
/
+2
2022-04-11
drm/i915/dg2: Do not explode on phy calibration error
Lucas De Marchi
1
-2
/
+1
2022-04-11
drm/radeon: remove r600_blit_shaders.[c|h]
Tom Rix
3
-758
/
+1
2022-04-11
drm/amd/display: Disallow entering PSR when panel is disconnected
Max Erenberg
1
-0
/
+5
2022-04-11
drm/amd/display: Disabling Z10 on DCN31
Saaem Rizvi
1
-0
/
+1
2022-04-11
drm/amd/display: do not wait for mpc idle if tg is disabled
Josip Pavic
1
-1
/
+2
2022-04-11
drm/amd/display: undo clearing of z10 related function pointers
Eric Yang
1
-5
/
+0
2022-04-11
drm/amdgpu: add umc query error status function
Stanley.Yang
1
-58
/
+48
2022-04-11
drm/amd/display: fix 64 bit divide in freesync code
Alex Deucher
1
-1
/
+1
2022-04-11
drm/amdgpu: Fix incorrect enum type
Grigory Vasilyev
3
-3
/
+3
2022-04-11
drm/radeon: change cayman_default_state table from global to static
Tom Rix
3
-326
/
+290
2022-04-11
drm/amd/amdgpu: Update debugfs GCA data
Tom St Denis
1
-3
/
+4
2022-04-11
drm/amd/amdgpu: Fix asm/hypervisor.h build error.
Yongqiang Sun
1
-0
/
+4
2022-04-11
drm/amdkfd: Handle drain retry fault race with XNACK mode change
Philip Yang
1
-5
/
+6
2022-04-11
drm/amdgpu: Use flexible array member
Lijo Lazar
2
-5
/
+5
2022-04-11
drm: mali-dp: potential dereference of null pointer
Jiasheng Jiang
1
-1
/
+4
2022-04-11
drm/arm/malidp: Stop using iommu_present()
Robin Murphy
1
-9
/
+5
2022-04-11
drm/komeda: return early if drm_universal_plane_init() fails.
Liviu Dudau
1
-2
/
+4
2022-04-11
drm/komeda: Fix an undefined behavior bug in komeda_plane_add()
Zhou Qingyang
1
-0
/
+4
2022-04-11
drm/msm/dp: add fail safe mode outside of event_mutex context
Kuogee Hsieh
3
-10
/
+17
2022-04-11
drm/msm/dsi: Use connector directly in msm_dsi_manager_connector_init()
Stephen Boyd
1
-1
/
+1
2022-04-11
drm/msm: Stop using iommu_present()
Robin Murphy
1
-1
/
+1
2022-04-11
drm/msm/mdp5: check the return of kzalloc()
Xiaoke Wang
1
-0
/
+3
2022-04-11
drm/msm: Fix range size vs end confusion
Rob Clark
1
-1
/
+1
2022-04-11
drm/ingenic: Add dw-hdmi driver specialization for jz4780
Paul Boddie
3
-0
/
+113
2022-04-11
drm/ingenic: Implement proper .atomic_get_input_bus_fmts
Paul Cercueil
1
-1
/
+27
2022-04-11
drm/bridge: display-connector: add ddc-en gpio support
H. Nikolaus Schaller
1
-0
/
+15
[prev]
[next]