index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
display
/
amdgpu_dm
Age
Commit message (
Expand
)
Author
Lines
2021-04-21
amd/display: allow non-linear multi-planar formats
Simon Ser
-7
/
+4
2021-04-21
drm/amd/display: Update modifier list for gfx10_3
Qingqing Zhuo
-2
/
+2
2021-03-10
drm/amd/display: Enable pflip interrupt upon pipe enable
Qingqing Zhuo
-0
/
+1
2021-03-10
drm/amd/display: Add a backlight module option
Takashi Iwai
-0
/
+5
2021-03-10
drm/amdgpu/display: handle aux backlight in backlight_get_brightness
Alex Deucher
-4
/
+20
2021-03-10
drm/amdgpu/display: simplify backlight setting
Alex Deucher
-16
/
+4
2021-03-03
drm/amd/display: fix the return of the uninitialized value in ret
Colin Ian King
-1
/
+1
2021-02-24
drm/amd/display: Fix system hang after multiple hotplugs (v3)
Qingqing Zhuo
-13
/
+92
2021-02-22
Revert "drm/amd/display: reuse current context instead of recreating one"
Anson Jacob
-10
/
+13
2021-02-18
drm/amdgpu/display: remove hdcp_srm sysfs on device removal
Nirmoy Das
-3
/
+4
2021-02-09
drm/amd/display: Add return code instead of boolean for future use
Fangzhi Zuo
-4
/
+4
2021-02-09
drm/amd/display: Add otg vertical interrupt0 support in DCN1.0
Wayne Lin
-0
/
+22
2021-02-09
drm/amd/display: Fix unused variable warning
Bhawanpreet Lakha
-2
/
+0
2021-02-09
Revert "drm/amd/display: fix unused variable warning"
Alex Deucher
-2
/
+0
2021-02-05
drm/amd/display: fix unused variable warning
Arnd Bergmann
-0
/
+2
2021-02-02
drm/amd/display: Reject too small viewport size when validating plane
Nikola Cornij
-1
/
+26
2021-02-02
drm/amd/display: Decrement refcount of dc_sink before reassignment
Victor Lu
-1
/
+3
2021-02-02
drm/amd/display: Free atomic state after drm_atomic_commit
Victor Lu
-8
/
+6
2021-02-02
drm/amd/display: Enable "trigger_hotplug" debugfs on all outputs
Stylon Wang
-4
/
+6
2021-02-02
drm/amd/display: Fix dc_sink kref count in emulated_link_detect
Victor Lu
-2
/
+2
2021-02-02
drm/amd/display: Release DSC before acquiring
Mikita Lipski
-1
/
+5
2021-02-02
drm/amd/display: Revert "Fix EDID parsing after resume from suspend"
Stylon Wang
-2
/
+0
2021-02-02
drm/amd/display: correct some hdcp variable naming
Wenjing Liu
-3
/
+4
2021-02-02
drm/amd/display: reuse current context instead of recreating one
Bhawanpreet Lakha
-13
/
+10
2021-02-02
drm/amd/display: Drop SOC bounding box hookup in DM/DC
Nicholas Kazlauskas
-2
/
+0
2021-01-20
drm/amd/display: Report Freesync to vrr_range debugfs entry in DRM
Stylon Wang
-0
/
+4
2021-01-20
Merge tag 'amd-drm-next-5.12-2021-01-20' of https://gitlab.freedesktop.org/ag...
Daniel Vetter
-237
/
+25
2021-01-15
drm/amdgpu/display: these forward declarations are not used
ZhiJie.Zhang
-6
/
+1
2021-01-15
Merge tag 'amd-drm-next-5.12-2021-01-08' of https://gitlab.freedesktop.org/ag...
Dave Airlie
-18
/
+105
2021-01-14
drm/amd/display: Fix to be able to stop crc calculation
Wayne Lin
-1
/
+1
2021-01-14
Revert "drm/amd/display: Expose new CRC window property"
Rodrigo Siqueira
-210
/
+10
2021-01-14
Revert "drm/amdgpu/disply: fix documentation warnings in display manager"
Rodrigo Siqueira
-20
/
+1
2021-01-14
Revert "drm/amd/display: Fix unused variable warning"
Rodrigo Siqueira
-2
/
+4
2021-01-13
drm/amd/display: Fix deadlock during gpu reset v3
Bhawanpreet Lakha
-0
/
+10
2021-01-11
drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs: Demote non-kernel-doc comment bl...
Lee Jones
-2
/
+2
2021-01-11
drm/amd/display: tweak the kerneldoc for active_vblank_irq_count
Lukas Bulwahn
-1
/
+1
2021-01-08
drm/amdgpu/display: fix build with CONFIG_DRM_AMD_DC_DCN disabled
Alex Deucher
-0
/
+2
2021-01-07
Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
-1
/
+0
2021-01-06
Revert "drm/amd/display: Fix memory leaks in S3 resume"
Alex Deucher
-2
/
+1
2021-01-05
drm/amd/display: Check plane scaling against format specific hw plane caps.
Mario Kleiner
-8
/
+73
2021-01-05
drm/amd/display: enable idle optimizations for linux (MALL stutter)
Bhawanpreet Lakha
-1
/
+27
2021-01-05
drm/amd/display: Fix unused variable warning
Arnd Bergmann
-4
/
+2
2021-01-05
drm/amd/display: remove unused including <linux/version.h>
Tian Tao
-3
/
+0
2020-12-24
Merge tag 'amd-drm-fixes-5.11-2020-12-23' of git://people.freedesktop.org/~ag...
Dave Airlie
-3
/
+7
2020-12-23
drm/amd/display: Fix memory leaks in S3 resume
Stylon Wang
-1
/
+2
2020-12-23
drm/amd/display: Remove unnecessary NULL check
Eryk Brol
-1
/
+1
2020-12-23
drm/amd/display: handler not correctly checked at remove_irq_handler
Qingqing Zhuo
-1
/
+4
2020-12-16
Merge tag 'amd-drm-fixes-5.11-2020-12-16' of git://people.freedesktop.org/~ag...
Daniel Vetter
-27
/
+36
2020-12-16
drm/amdgpu/disply: fix documentation warnings in display manager
Alex Deucher
-1
/
+20
2020-12-15
drm/amd/display: Fixed kernel test robot warning
Souptick Joarder
-2
/
+2
[next]