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-05-18
drm/meson: add YUV422 output support
Dongjin Kim
1
-1
/
+7
2022-05-18
drm/meson: Fix refcount leak in meson_encoder_hdmi_init
Miaoqian Lin
1
-1
/
+3
2022-05-18
drm/udl: Set VGA connector
Thomas Zimmermann
1
-1
/
+1
2022-05-17
drm/i915/guc: Remove unnecessary GuC err capture noise
Alan Previn
1
-75
/
+2
2022-05-17
drm/dp/mst: fix a possible memory leak in fetch_monitor_name()
Hangyu Hua
1
-0
/
+1
2022-05-17
drm/mgag200: Split up connector's mode_valid helper
Thomas Zimmermann
1
-77
/
+69
2022-05-17
drm/mgag200: Test memory requirements in drm_mode_config_funcs.mode_valid
Thomas Zimmermann
1
-14
/
+21
2022-05-17
drm/mgag200: Remove struct mga_connector
Thomas Zimmermann
2
-37
/
+15
2022-05-17
drm/mgag200: Switch I2C code to managed cleanup
Thomas Zimmermann
3
-44
/
+18
2022-05-17
drm/mgag200: Implement connector's get_modes with helper
Thomas Zimmermann
2
-13
/
+40
2022-05-17
drm/mgag200: Fail on I2C initialization errors
Thomas Zimmermann
2
-7
/
+13
2022-05-17
drm/mgag200: Acquire I/O lock while reading EDID
Thomas Zimmermann
1
-0
/
+10
2022-05-17
drm/bridge: anx7625: Use DPI bus type
Xin Ji
1
-4
/
+4
2022-05-17
drm/scheduler: Don't kill jobs in interrupt context
Dmitry Osipenko
1
-3
/
+3
2022-05-17
drm/i915: gracefully error out on platform with small-bar
Nirmoy Das
1
-0
/
+6
2022-05-17
drm/i915: determine lmem_size properly
Nirmoy Das
1
-1
/
+5
2022-05-17
drm/i915: return -EIO on lmem setup failure
Nirmoy Das
1
-2
/
+2
2022-05-17
Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into drm-next
Dave Airlie
2
-10
/
+55
2022-05-17
drm/rockchip: Change register space names in vop2
Sascha Hauer
1
-2
/
+2
2022-05-16
drm/amd/pm: consistent approach for smartshift
Sathishkumar S
1
-67
/
+61
2022-05-16
drm/amd/display: clean up some inconsistent indenting
Jiapeng Chong
1
-3
/
+4
2022-05-16
drm: bridge: DRM_FSL_LDB should depend on ARCH_MXC
Geert Uytterhoeven
1
-0
/
+1
2022-05-16
drm: bridge: icn6211: Register macro clean up
Marek Vasut
1
-13
/
+11
2022-05-16
drm/amdkfd: Fix static checker warning on MES queue type
Graham Sider
1
-3
/
+4
2022-05-16
drm/amdgpu: Move mutex_init(&smu->message_lock) to smu_early_init()
Hans de Goede
1
-2
/
+2
2022-05-16
drm/amdgpu/discovery: add SMU v13.0.4 into the IP discovery list
Xiaojian Du
1
-0
/
+1
2022-05-16
drm/amdgpu/pm: add GFXOFF control IP version check for SMU IP v13.0.4
Tim Huang
1
-0
/
+1
2022-05-16
drm/amdgpu/pm: enable swsmu for SMU IP v13.0.4
Tim Huang
1
-0
/
+4
2022-05-16
drm/amdgpu/pm: add swsmu ppt implementation for SMU IP v13.0.4
Tim Huang
3
-1
/
+1074
2022-05-16
drm/amdgpu/pm: add some common ppt functions for SMU IP v13.0.x
Tim Huang
2
-15
/
+100
2022-05-16
drm/amdgpu/pm: add EnableGfxImu message dummy map for SMU IP v13.0.4
Tim Huang
1
-1
/
+2
2022-05-16
drm/amdgpu/pm: add smu v13.0.4 driver SMU if headers
Huang Rui
3
-0
/
+542
2022-05-16
drm/amdgpu/gfx11: fix mes mqd settings
Jack Xiao
1
-10
/
+10
2022-05-16
drm/amdgpu/gfx11: fix me field handling in map_queue packet
Jack Xiao
1
-2
/
+5
2022-05-16
drm/amd/pm: update smartshift powerboost calc for smu13
Sathishkumar S
1
-16
/
+46
2022-05-16
drm/amd/pm: update smartshift powerboost calc for smu12
Sathishkumar S
1
-16
/
+44
2022-05-16
drm/amdkfd: allocate MMIO/DOORBELL BOs with AMDGPU_GEM_CREATE_PREEMPTIBLE
Lang Yu
1
-16
/
+16
2022-05-16
drm/amdgpu: Ensure the DMA engine is deactivated during set ups
Haohui Mai
1
-45
/
+64
2022-05-16
drm/amdgpu/ctx: only reset stable pstate if the user changed it (v2)
Alex Deucher
1
-0
/
+5
2022-05-16
drm/amd/pm: add smu power_limit callback for smu_v13_0_7
Yang Wang
1
-0
/
+39
2022-05-16
drm/amd/pm: add smu feature map support for smu_v13_0_0
Yang Wang
1
-19
/
+50
2022-05-16
drm/amd/pm: add smu feature map support for smu_v13_0_7
Yang Wang
2
-8
/
+73
2022-05-16
drm/amd/pm: support ss metrics read for smu11
Sathishkumar S
2
-37
/
+187
2022-05-16
drm/amd/pm: add smu pp_feature_mask callback for smu_v13_0_7
Yang Wang
1
-0
/
+2
2022-05-16
drm/mgag200: Enable atomic gamma lut update
Jocelyn Falempe
1
-44
/
+83
2022-05-16
drm/i915: Ensure damage clip area is within pipe area
Jouni Högander
1
-7
/
+16
2022-05-16
drm/i915/psr: Use full update In case of area calculation fails
Jouni Högander
1
-0
/
+14
2022-05-16
drm/i915: Use drm_dbg for rpm logging
Anshuman Gupta
1
-4
/
+4
2022-05-16
drm/client: Don't add new command-line mode
Thomas Zimmermann
1
-12
/
+5
2022-05-16
drm/client: Look for command-line modes first
Thomas Zimmermann
1
-0
/
+11
[prev]
[next]