index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
display
/
amdgpu_dm
/
amdgpu_dm_pp_smu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/amd/display: Clean up warnings in amdgpu_dm_pp_smu.c
Srinivasan Shanmugam
2023-07-07
1
-5
/
+6
*
drm/amd/pm: create a new holder for those APIs used only by legacy ASICs(si/kv)
Evan Quan
2022-01-14
1
-1
/
+1
*
drm/amd/pm: do not expose power implementation details to display
Evan Quan
2022-01-14
1
-159
/
+87
*
drm/amd/pm: make DAL communicate with SMU through unified interfaces
Evan Quan
2021-04-09
1
-85
/
+49
*
drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu: Remove unused function 'pp_nv_set...
Lee Jones
2020-12-01
1
-16
/
+0
*
drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu: Mark local functions invoked by r...
Lee Jones
2020-12-01
1
-7
/
+7
*
drm/amdgpu: apply dm_pp_notify_wm_clock_changes() for Polaris only
Evan Quan
2020-11-02
1
-1
/
+6
*
drm/amd/pm: enable Polaris watermark table setting
Evan Quan
2020-10-27
1
-1
/
+10
*
drm/amdgpu/swsmu: clean up a bunch of stale interfaces
Alex Deucher
2020-10-09
1
-23
/
+0
*
drm/amd/pm: drop unnecessary wrappers around watermark setting
Evan Quan
2020-09-17
1
-95
/
+2
*
drm/amd/pm: drop dead code
Evan Quan
2020-09-17
1
-3
/
+0
*
drm/amdgpu: drop BOOLEAN define in display part
Flora Cui
2020-09-15
1
-1
/
+1
*
drm/amdgpu/display: properly guard the calls to swSMU functions
Alex Deucher
2020-07-01
1
-2
/
+2
*
drm/amdgpu/display bail early in dm_pp_get_static_clocks
Alex Deucher
2020-07-01
1
-0
/
+2
*
drm/amd/display: label internally used symbols as static
Nirmoy Das
2020-07-01
1
-11
/
+13
*
drm/amd/display: add default clocks if not able to fetch them
Alex Deucher
2019-11-22
1
-1
/
+2
*
drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_1 flag
Bhawanpreet Lakha
2019-11-13
1
-4
/
+0
*
drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_0 and DSC_SUPPORTED
Bhawanpreet Lakha
2019-11-13
1
-2
/
+0
*
drm/amd/powerplay: clear the swSMU code layer
Evan Quan
2019-10-25
1
-21
/
+21
*
drm/amd/powerplay: add lock protection for swSMU APIs V2
Evan Quan
2019-10-25
1
-3
/
+3
*
drm/amdgpu/display: hook renoir dc to pplib funcs
Hersen Wu
2019-10-15
1
-0
/
+93
*
drm/amdgpu/powerplay: add renoir funcs to support dc
Hersen Wu
2019-10-15
1
-13
/
+3
*
drm/amd/display: Use switch table for dc_to_smu_clock_type
Leo Li
2019-08-02
1
-10
/
+23
*
drm/amd/display: Use proper enum conversion functions
Nathan Chancellor
2019-08-02
1
-2
/
+2
*
drm/amdgpu/powerplay: provide the interface to disable uclk switch for DAL
Kenneth Feng
2019-07-31
1
-0
/
+14
*
drm/amd/display: Force uclk to max for every state
Nicholas Kazlauskas
2019-07-18
1
-3
/
+3
*
drm/amdgpu: Print out voltage in DM_PPLIB
Paul Menzel
2019-07-12
1
-1
/
+2
*
Merge branch 'drm-next' into drm-next-5.3
Alex Deucher
2019-06-25
1
-1
/
+0
|
\
|
*
drm/amd: drop use of drmP.h in display/
Sam Ravnborg
2019-06-10
1
-1
/
+0
*
|
drm/amd/display: hook navi10 pplib functions
hersen wu
2019-06-22
1
-8
/
+271
*
|
drm/amd/powerplay: add function get_clock_by_type_with_latency for navi10
Kevin Wang
2019-06-21
1
-1
/
+18
|
/
*
drm/amd/display: Clean up old pplib interface functions
Fatemeh Darbehani
2019-03-28
1
-25
/
+0
*
drm/amd/powerplay: implement interface to set watermarks for clock ranges
Huang Rui
2019-03-19
1
-4
/
+7
*
drm/amd/powerplay: add interface to notify smu enable pme restore register
Huang Rui
2019-03-19
1
-4
/
+4
*
drm/amd/powerplay: add interface to get current clocks for display
Huang Rui
2019-03-19
1
-0
/
+2
*
drm/amd/powerplay: add interface to request display clock voltage
Huang Rui
2019-03-19
1
-5
/
+12
*
drm/amd/powerplay: add interface to get clock by type with voltage for display
Huang Rui
2019-03-19
1
-7
/
+13
*
drm/amd/powerplay: add interface to get clock by type with latency for displa...
Huang Rui
2019-03-19
1
-6
/
+13
*
drm/amd/powerplay: add interface to get max high clocks for display
Huang Rui
2019-03-19
1
-0
/
+7
*
drm/amd/powerplay: add get_clock_by_type interface for display
Huang Rui
2019-03-19
1
-0
/
+6
*
drm/amd/powerplay: add smu display configuration change function
Huang Rui
2019-03-19
1
-0
/
+5
*
drm/amd/display: PPLIB Hookup
Jun Lei
2019-03-05
1
-10
/
+10
*
Merge tag 'drm-misc-next-2019-02-01' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2019-02-04
1
-1
/
+1
|
\
|
*
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-24
1
-1
/
+1
*
|
drm/amd/display: dal-pplib interface refactor dal part
hersen wu
2019-01-14
1
-0
/
+57
|
/
*
drm/amd/display: Retiring set_display_requirements in dm_pp_smu.h - part4
Fatemeh Darbehani
2018-11-05
1
-10
/
+10
*
drm/amd/display: Fix Null point error if smu ip was disabled
Rex Zhu
2018-10-25
1
-5
/
+11
*
drm/amd/dc: Trigger set power state task when display configuration changes
Rex Zhu
2018-09-27
1
-0
/
+2
*
drm/amd/display: Remove call to amdgpu_pm_compute_clocks
David Francis
2018-09-11
1
-8
/
+0
*
drm/amd/display: Move PME to function pointer call semantics
Jun Lei
2018-08-27
1
-4
/
+4
[next]