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
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-14
drm/amd/display/dc/dce112/dce112_resource: Include our own header file containing prototypes
Lee Jones
1
-1
/
+3
2021-01-14
drm/amd/display/dc/core/dc_link_dp: Staticify local function 'linkRateInKHzToLinkRateMultiplier'
Lee Jones
1
-1
/
+1
2021-01-14
drm/amd/display/dc/core/dc_link: Remove unused variable 'status'
Lee Jones
1
-3
/
+1
2021-01-14
drm/amd/display/dc/core/dc_resource: Staticify local functions
Lee Jones
1
-3
/
+3
2021-01-14
drm/amd/display/modules/info_packet/info_packet: Correct kernel-doc formatting
Lee Jones
1
-9
/
+4
2021-01-14
drm/amd/display/modules/power/power_helpers: Staticify local functions
Lee Jones
1
-3
/
+3
2021-01-14
drm/amd/display/dmub/src/dmub_dcn30: Include our own header containing prototypes
Lee Jones
1
-0
/
+1
2021-01-14
drm/amd/include/renoir_ip_offset: Mark top-level IP_BASE as __maybe_unused
Lee Jones
1
-1
/
+1
2021-01-14
drm/amd/display/dc/dc_helper: Include our own header, containing prototypes
Lee Jones
1
-0
/
+1
2021-01-14
drm/amd/display/dc/calcs/dce_calcs: Demote non-conformant kernel-doc function headers
Lee Jones
1
-3
/
+2
2021-01-14
drm/amd/display/dc/calcs/dce_calcs: Remove unused variables 'v_filter_init_mode' and 'sclk_lvl'
Lee Jones
1
-7
/
+1
2021-01-14
drm/amd/display: Fix to be able to stop crc calculation
Wayne Lin
1
-1
/
+1
2021-01-14
Revert "drm/amd/display: Expose new CRC window property"
Rodrigo Siqueira
4
-210
/
+10
2021-01-14
Revert "drm/amdgpu/disply: fix documentation warnings in display manager"
Rodrigo Siqueira
1
-20
/
+1
2021-01-14
Revert "drm/amd/display: Fix unused variable warning"
Rodrigo Siqueira
2
-2
/
+4
2021-01-14
drm/amd/pm: modify the fine grain tuning function for vangogh
Xiaojian Du
2
-6
/
+48
2021-01-14
drm/amd/pm: modify the fine grain tuning function for Renoir
Xiaojian Du
4
-23
/
+6
2021-01-14
drm/amdgpu: set power brake sequence
Likun Gao
1
-0
/
+32
2021-01-14
drm/amdgpu: add new device id for Renior
mengwang
2
-1
/
+3
2021-01-14
drm/amdgpu: add green_sardine device id (v2)
Prike Liang
1
-0
/
+1
2021-01-14
drm/amdgpu: fix vram type and bandwidth error for DDR5 and DDR4
Huang Rui
1
-17
/
+36
2021-01-14
drm/amdgpu/gfx10: add updated GOLDEN_TSC_COUNT_UPPER/LOWER register offsets for VGH
chen gong
1
-2
/
+14
2021-01-14
drm/amdkfd: Fix out-of-bounds read in kdf_create_vcrat_image_cpu()
Jeremy Cline
1
-4
/
+7
2021-01-14
Revert "drm/amd/display: Fixed Intermittent blue screen on OLED panel"
Rodrigo Siqueira
1
-5
/
+6
2021-01-14
drm/amd/display: disable dcn10 pipe split by default
Li, Roman
1
-2
/
+2
2021-01-14
drm/amd/display: Add a missing DCN3.01 API mapping
Nikola Cornij
1
-0
/
+1
2021-01-14
drm/amd/display: Initialize stack variable
Wesley Chalmers
1
-1
/
+1
2021-01-14
drm/amd/display: NULL pointer hang
Qingqing Zhuo
1
-1
/
+7
2021-01-14
drm/amdgpu/psp: fix psp gfx ctrl cmds
Victor Zhao
1
-1
/
+1
2021-01-14
drm/amdgpu: fix DRM_INFO flood if display core is not supported (bug 210921)
Alexandre Demers
1
-1
/
+1
2021-01-13
drm/amdgpu: Add secure display TA interface
Jinzhou Su
8
-3
/
+438
2021-01-13
drm/amdgpu: Add Secure Display TA header file
Jinzhou Su
1
-0
/
+154
2021-01-13
drm/amdgpu: add new device id for Renior
mengwang
2
-1
/
+3
2021-01-13
drm/amdgpu: add green_sardine device id (v2)
Prike Liang
1
-0
/
+1
2021-01-13
drm/amd/display/dc/core/dc_stream: Demote non-conformant kernel-doc headers
Lee Jones
1
-3
/
+2
2021-01-13
drm/amd/display/dc/core/dc_surface: Demote kernel-doc abuse
Lee Jones
1
-1
/
+1
2021-01-13
drm/amd/display/dc/dce60/dce60_resource: Make local functions static
Lee Jones
1
-8
/
+8
2021-01-13
drm/amd/display/dc/dce100/dce100_resource: Make local functions and ones called by reference static
Lee Jones
1
-8
/
+8
2021-01-13
drm/amd/display/dc/dce60/dce60_timing_generator: Make 'dce60_configure_crc' invoked by reference static
Lee Jones
1
-2
/
+2
2021-01-13
drm/amd/display/dc/dce110/dce110_transform_v: Demote kernel-doc abuse
Lee Jones
1
-10
/
+9
2021-01-13
drm/amd/display/dc/dce110/dce110_resource: Make local functions invoked by reference static
Lee Jones
1
-8
/
+8
2021-01-13
drm/amd/display/dc/dce110/Makefile: Ignore -Woverride-init warning
Lee Jones
1
-0
/
+2
2021-01-13
drm/amd/display/dc/dce110/dce110_mem_input_v: Include our own header, containing prototypes
Lee Jones
1
-0
/
+1
2021-01-13
drm/amd/display/dc/dce110/dce110_timing_generator_v: Demote kernel-doc abuse and line up comments
Lee Jones
1
-10
/
+9
2021-01-13
drm/amd/display/dc/dce112/dce112_resource: Make local functions and ones called by reference static
Lee Jones
1
-8
/
+8
2021-01-13
drm/amd/display/dc/dce110/dce110_compressor: Strip out unused function 'controller_id_to_index'
Lee Jones
1
-25
/
+0
2021-01-13
drm/amd/display/dc/dce110/dce110_timing_generator: Demote kernel-doc abuses to standard function headers
Lee Jones
1
-37
/
+34
2021-01-13
drm/amd/display/dc/dce120/dce120_timing_generator: Remove unused function 'dce120_timing_generator_get_position'
Lee Jones
1
-43
/
+0
2021-01-13
drm/amd/display/dc/dce110/dce110_mem_input_v: Make local functions static
Lee Jones
1
-8
/
+8
2021-01-13
drm/amd/display/dc/dce110/dce110_hw_sequencer: Demote non-conformant kernel-doc header
Lee Jones
1
-1
/
+1
[prev]
[next]