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
/
amdgpu_dm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-27
drm/amd/display: fix S/G display enablement
Hamza Mahfooz
1
-1
/
+1
2023-10-26
drm/amd/display: Add prefix for plane functions
Rodrigo Siqueira
1
-1
/
+1
2023-10-26
drm/amd/display: Set emulated sink type to HDMI accordingly.
Alex Hung
1
-0
/
+3
2023-10-25
Merge tag 'amd-drm-next-6.7-2023-10-20' of https://gitlab.freedesktop.org/agd...
Dave Airlie
1
-1
/
+1
2023-10-23
BackMerge tag 'v6.6-rc7' into drm-next
Dave Airlie
1
-2
/
+0
2023-10-20
drm/amd/display: clean up some inconsistent indenting
Jiapeng Chong
1
-1
/
+1
2023-10-18
Merge tag 'amd-drm-next-6.7-2023-10-13' of https://gitlab.freedesktop.org/agd...
Dave Airlie
1
-134
/
+224
2023-10-13
Revert "drm/amd/display: Create one virtual connector in DC"
Alex Hung
1
-9
/
+2
2023-10-13
Revert "drm/amd/display: Disable virtual links"
Alex Hung
1
-1
/
+1
2023-10-13
Revert "drm/amd/display: Initialize writeback connector"
Alex Hung
1
-19
/
+1
2023-10-13
Revert "drm/amd/display: Skip writeback connector when we get amdgpu_dm_conne...
Alex Hung
1
-57
/
+5
2023-10-13
Revert "drm/amd/display: Return drm_connector from find_first_crtc_matching_c...
Alex Hung
1
-5
/
+3
2023-10-13
Revert "drm/amd/display: Use drm_connector in create_stream_for_sink"
Alex Hung
1
-37
/
+28
2023-10-13
Revert "drm/amd/display: Create amdgpu_dm_wb_connector"
Alex Hung
1
-3
/
+2
2023-10-13
Revert "drm/amd/display: Create fake sink and stream for writeback connector"
Alex Hung
1
-22
/
+11
2023-10-13
Revert "drm/amd/display: Hande writeback request from userspace"
Alex Hung
1
-159
/
+0
2023-10-13
Revert "drm/amd/display: Add writeback enable field (wb_enabled)"
Alex Hung
1
-8
/
+0
2023-10-13
Revert "drm/amd/display: Setup for mmhubbub3_warmup_mcif with big buffer"
Alex Hung
1
-6
/
+0
2023-10-13
Revert "drm/amd/display: Disable DWB frame capture to emulate oneshot"
Alex Hung
1
-13
/
+1
2023-10-13
drm/amd/display: Revert "drm/amd/display: Use drm_connector in create_validat...
Alex Hung
1
-16
/
+6
2023-10-13
drm/amd/display: make dc_set_power_state() return type `void` again
Mario Limonciello
1
-12
/
+5
2023-10-13
drm/amd/display: Catch errors from drm_atomic_helper_suspend()
Mario Limonciello
1
-0
/
+2
2023-10-09
drm/amd/display: Disable virtual links
Stylon Wang
1
-1
/
+1
2023-10-09
drm/amd/display: enable S/G display for for recent APUs by default
Yifan Zhang
1
-33
/
+15
2023-10-04
drm/amd/display: Bail from dm_check_crtc_cursor if no relevant change
Michel Dänzer
1
-1
/
+32
2023-10-04
Revert "drm/amd/display: Enable Replay for static screen use cases"
Ivan Lipski
1
-23
/
+0
2023-10-04
drm/amd/display: Refactor dm_get_plane_scale helper
Michel Dänzer
1
-9
/
+14
2023-10-03
drm/amd/display: Disable DWB frame capture to emulate oneshot
Alex Hung
1
-1
/
+13
2023-10-03
drm/amd/display: Setup for mmhubbub3_warmup_mcif with big buffer
Alex Hung
1
-0
/
+6
2023-10-03
drm/amd/display: Add writeback enable field (wb_enabled)
Alex Hung
1
-0
/
+8
2023-10-03
drm/amd/display: Hande writeback request from userspace
Alex Hung
1
-0
/
+159
2023-10-03
drm/amd/display: Create fake sink and stream for writeback connector
Harry Wentland
1
-11
/
+22
2023-10-03
drm/amd/display: Create amdgpu_dm_wb_connector
Harry Wentland
1
-2
/
+3
2023-10-03
drm/amd/display: Use drm_connector in create_validate_stream_for_sink
Harry Wentland
1
-6
/
+16
2023-10-03
drm/amd/display: Use drm_connector in create_stream_for_sink
Harry Wentland
1
-28
/
+37
2023-10-03
drm/amd/display: Return drm_connector from find_first_crtc_matching_connector
Harry Wentland
1
-3
/
+5
2023-09-28
drm/amd/display: Skip writeback connector when we get amdgpu_dm_connector
Harry Wentland
1
-5
/
+57
2023-09-28
drm/amd/display: Check all enabled planes in dm_check_crtc_cursor
Michel Dänzer
1
-2
/
+12
2023-09-28
drm/amd/display: Initialize writeback connector
Alex Hung
1
-1
/
+19
2023-09-28
drm/amd/display: Fix null pointer dereference in error message
Cong Liu
1
-2
/
+1
2023-09-28
drm/amd/display: Create one virtual connector in DC
Harry Wentland
1
-2
/
+9
2023-09-26
drm/amd: Drop error message about failing to load DMUB firmware
Mario Limonciello
1
-2
/
+0
2023-09-26
drm/amd/display: Change dc_set_power_state() to bool instead of int
Mario Limonciello
1
-3
/
+8
2023-09-26
drm/amd: Propagate failures in dc_set_power_state()
Mario Limonciello
1
-5
/
+8
2023-09-26
drm/amdgpu/gmc: set a default disable value for AGP
Alex Deucher
1
-1
/
+1
2023-09-26
drm/amd/display: Remove unwanted drm edid references
Alex Hung
1
-19
/
+23
2023-09-26
drm/amd/display: switch DC over to the new DRM logging macros
Hamza Mahfooz
1
-29
/
+37
2023-09-20
drm/amd/display: fix the ability to use lower resolution modes on eDP
Hamza Mahfooz
1
-2
/
+2
2023-09-20
drm/amd/display: Enable replay for dcn35
Roman Li
1
-0
/
+1
2023-09-20
drm/amd/display: fix the ability to use lower resolution modes on eDP
Hamza Mahfooz
1
-2
/
+2
[next]