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
/
drm
/
amd
/
display
/
amdgpu_dm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-14
drm/amd/display: allow newer DC hardware to use degamma ROM for PQ/HLG
Joshua Ashton
1
-11
/
+18
2023-12-14
drm/amd/display: add plane blend LUT and TF support
Joshua Ashton
2
-4
/
+53
2023-12-14
drm/amd/display: handle empty LUTs in __set_input_tf
Joshua Ashton
1
-8
/
+12
2023-12-14
drm/amd/display: add plane 3D LUT support
Melissa Wen
2
-4
/
+99
2023-12-13
drm/amd/display: add plane shaper TF support
Melissa Wen
1
-4
/
+11
2023-12-13
drm/amd/display: add plane shaper LUT support
Melissa Wen
3
-4
/
+92
2023-12-13
drm/amd/display: add HDR multiplier support
Joshua Ashton
2
-0
/
+4
2023-12-13
drm/amd/display: add dc_fixpt_from_s3132 helper
Joshua Ashton
1
-7
/
+1
2023-12-13
drm/amd/display: reject atomic commit if setting both plane and CRTC degamma
Melissa Wen
1
-1
/
+12
2023-12-13
drm/amd/display: add plane degamma TF and LUT support
Joshua Ashton
3
-6
/
+69
2023-12-13
drm/amd/display: decouple steps for mapping CRTC degamma to DC plane
Melissa Wen
1
-18
/
+42
2023-12-13
drm/amd/display: mark plane as needing reset if color props change
Joshua Ashton
1
-0
/
+15
2023-12-13
drm/amd/display: set sdr_ref_white_level to 80 for out_transfer_func
Joshua Ashton
1
-0
/
+2
2023-12-13
drm/amd: include drm/drm_edid.h only where needed
Jani Nikula
2
-0
/
+2
2023-12-13
drm/amd/display: add CRTC gamma TF support
Joshua Ashton
2
-17
/
+61
2023-12-13
drm/amd/display: encapsulate atomic regamma operation
Melissa Wen
1
-20
/
+35
2023-12-13
drm/amd/display: add comments to describe DM crtc color mgmt behavior
Melissa Wen
1
-2
/
+14
2023-12-13
drm/amd/display: add CRTC gamma TF driver-specific property
Melissa Wen
3
-0
/
+87
2023-12-13
drm/amd/display: add plane blend LUT and TF driver-specific properties
Joshua Ashton
3
-0
/
+70
2023-12-13
drm/amd/display: add plane shaper LUT and TF driver-specific properties
Melissa Wen
3
-0
/
+73
2023-12-13
drm/amd/display: add plane 3D LUT driver-specific properties
Melissa Wen
3
-0
/
+47
2023-12-13
drm/amd/display: Fix memory leak in dm_set_writeback()
Harshit Mogalapalli
1
-0
/
+2
2023-12-13
drm/amd/display: add plane HDR multiplier driver-specific property
Joshua Ashton
3
-0
/
+36
2023-12-13
drm/amd/display: document AMDGPU pre-defined transfer functions
Melissa Wen
1
-0
/
+62
2023-12-13
drm/amd/display: explicitly define EOTF and inverse EOTF
Melissa Wen
2
-23
/
+71
2023-12-13
drm/amd/display: add plane degamma TF driver-specific property
Joshua Ashton
3
-2
/
+57
2023-12-13
drm/amdgpu: Use the right method to get IP version
Lijo Lazar
1
-3
/
+4
2023-12-13
drm/amd/display: add driver-specific property for plane degamma LUT
Melissa Wen
4
-0
/
+126
2023-12-13
Merge tag 'amd-drm-next-6.8-2023-12-08' of https://gitlab.freedesktop.org/agd...
Dave Airlie
8
-47
/
+616
2023-12-12
Backmerge tag 'v6.7-rc5' into drm-next
Dave Airlie
1
-0
/
+6
2023-12-08
Merge tag 'drm-misc-next-2023-12-07' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+0
2023-12-07
drm/amd/display: fix hw rotated modes when PSR-SU is enabled
Hamza Mahfooz
1
-0
/
+3
2023-12-06
drm/amd/display: Add monitor patch for specific eDP
Ivan Lipski
1
-0
/
+6
2023-12-06
drm/amd/display: Disable DWB frame capture to emulate oneshot
Alex Hung
1
-1
/
+13
2023-12-06
drm/amd/display: Setup for mmhubbub3_warmup_mcif with big buffer
Alex Hung
1
-0
/
+6
2023-12-06
drm/amd/display: Add writeback enable field (wb_enabled)
Alex Hung
1
-0
/
+8
2023-12-06
drm/amd/display: Hande writeback request from userspace
Alex Hung
1
-0
/
+159
2023-12-06
drm/amd/display: Create fake sink and stream for writeback connector
Harry Wentland
1
-11
/
+22
2023-12-06
drm/amd/display: Create amdgpu_dm_wb_connector
Harry Wentland
4
-8
/
+24
2023-12-06
drm/amd/display: Check writeback connectors in create_validate_stream_for_sink
Alex Hung
1
-1
/
+4
2023-12-06
drm/amd/display: Use drm_connector in create_stream_for_sink
Harry Wentland
1
-28
/
+37
2023-12-06
drm/amd/display: Return drm_connector from find_first_crtc_matching_connector
Harry Wentland
3
-5
/
+9
2023-12-06
drm/amd/display: Skip writeback connector when we get amdgpu_dm_connector
Harry Wentland
3
-11
/
+76
2023-12-06
drm/amd/display: Initialize writeback connector
Alex Hung
4
-2
/
+265
2023-12-06
drm/amd/display: Create one virtual connector in DC
Harry Wentland
1
-2
/
+9
2023-12-06
drm/amd/display: Skip entire amdgpu_dm build if !CONFIG_DRM_AMD_DC
Harry Wentland
1
-5
/
+8
2023-12-06
drm/amd/display: Add monitor patch for specific eDP
Ivan Lipski
1
-0
/
+6
2023-12-06
drm/amdgpu: Do not include <drm/drm_plane_helper.h>
Thomas Zimmermann
1
-1
/
+0
2023-12-05
Merge tag 'amd-drm-next-6.8-2023-12-01' of https://gitlab.freedesktop.org/agd...
Dave Airlie
4
-68
/
+175
2023-11-29
drm/amd/display: fix ABM disablement
Hamza Mahfooz
1
-3
/
+5
[prev]
[next]