index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
vcn_v2_5.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-27
drm/amdgpu/vcn2.5: use generic set_power_gating_state helper
Alex Deucher
1
-19
/
+2
2025-02-27
drm/amdgpu/vcn2.5: add set_pg_state callback
Alex Deucher
1
-17
/
+20
2025-02-27
drm/amdgpu/vcn: adjust pause_dpg_mode function signature
Alex Deucher
1
-4
/
+6
2025-02-27
drm/amdgpu/vcn2.5: convert internal functions to use vcn_inst
Alex Deucher
1
-29
/
+51
2025-02-27
drm/amdgpu/vcn: switch vcn helpers to be instance based
Alex Deucher
1
-29
/
+42
2025-02-27
drm/amdgpu/vcn: move more instanced data to vcn_instance
Alex Deucher
1
-25
/
+26
2025-02-27
drm/amdgpu/vcn: make powergating status per instance
Alex Deucher
1
-14
/
+29
2025-02-27
drm/amdgpu/vcn: switch work handler to be per instance
Alex Deucher
1
-2
/
+2
2025-02-27
drm/amdgpu/vcn2.5: fix VCN stop logic
Alex Deucher
1
-6
/
+9
2025-02-25
drm/amdgpu: update the handle ptr in is_idle
Sunil Khatri
1
-3
/
+3
2025-02-17
drm/amdgpu: Rename VCN clock gating function for consistency
Srinivasan Shanmugam
1
-1
/
+1
2025-02-12
drm/amdgpu/vcn2.5: split code along instances
Alex Deucher
1
-430
/
+411
2024-12-10
drm/amdgpu: move per inst variables to amdgpu_vcn_inst
Boyuan Zhang
1
-3
/
+3
2024-12-10
drm/amdgpu: pass ip_block in set_clockgating_state
Boyuan Zhang
1
-3
/
+4
2024-12-10
drm/amdgpu: pass ip_block in set_powergating_state
Boyuan Zhang
1
-4
/
+4
2024-12-10
drm/amdgpu: add inst to amdgpu_dpm_enable_vcn
Boyuan Zhang
1
-4
/
+8
2024-12-10
drm/amd/pm: add inst to dpm_set_powergating_by_smu
Boyuan Zhang
1
-2
/
+2
2024-10-22
drm/amdgpu: Clean the functions pointer set as NULL
Sunil Khatri
1
-10
/
+0
2024-10-07
drm/amdgpu: change the comment from handle to ip_block
Sunil Khatri
1
-7
/
+7
2024-10-07
drm/amdgpu: update the handle ptr in hw_fini
Sunil Khatri
1
-5
/
+4
2024-10-07
drm/amdgpu: update the handle ptr in hw_init
Sunil Khatri
1
-5
/
+4
2024-10-07
drm/amdgpu: update the handle ptr in resume
Sunil Khatri
1
-2
/
+2
2024-10-07
drm/amdgpu: update the handle ptr in suspend
Sunil Khatri
1
-2
/
+2
2024-10-07
drm/amdgpu: update the handle ptr in wait_for_idle
Sunil Khatri
1
-2
/
+2
2024-10-01
drm/amdgpu: update the handle ptr in sw_fini
Sunil Khatri
1
-2
/
+2
2024-10-01
drm/amdgpu: update the handle ptr in sw_init
Sunil Khatri
1
-2
/
+2
2024-10-01
drm/amdgpu: update the handle ptr in early_init
Sunil Khatri
1
-2
/
+2
2024-10-01
drm/amdgpu: update the handle ptr in print_ip_state
Sunil Khatri
1
-2
/
+2
2024-10-01
drm/amdgpu: update the handle ptr in dump_ip_state
Sunil Khatri
1
-2
/
+2
2024-08-16
drm/amdgpu: add vcn ip dump support for vcn_v2_6
Sunil Khatri
1
-2
/
+2
2024-08-16
drm/amdgpu: add print support for vcn_v2_5 ip dump
Sunil Khatri
1
-1
/
+33
2024-08-16
drm/amdgpu: add vcn_v2_5 ip dump support
Sunil Khatri
1
-1
/
+79
2024-06-14
drm/amdgpu: drop some kernel messages in VCN code
David (Ming Qiang) Wu
1
-9
/
+2
2024-04-26
drm/amdgpu: add protype for print ip state
Sunil Khatri
1
-0
/
+2
2024-04-26
drm/amdgpu: add prototype for ip dump
Sunil Khatri
1
-0
/
+2
2024-03-20
drm/amdgpu/vcn: enable vcn1 fw load for VCN 4_0_6
Saleemkhan Jamadar
1
-3
/
+5
2023-09-20
drm/amdgpu: Use function for IP version check
Lijo Lazar
1
-4
/
+5
2023-07-12
drm/amdgpu: use psp_execute_load_ip_fw instead
Lang Yu
1
-3
/
+1
2023-06-09
drm/amdgpu: add RAS POISON interrupt funcs for vcn_v2_6
Horatio Zhang
1
-4
/
+21
2023-06-09
drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)
Hawking Zhang
1
-4
/
+4
2023-04-14
drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)
Le Ma
1
-71
/
+13
2023-03-13
drm/amdgpu: Move vcn ras block init to ras sw_init
Hawking Zhang
1
-2
/
+4
2023-01-09
drm/amd: Load VCN microcode during early_init
Mario Limonciello
1
-2
/
+3
2022-11-23
drm/amdgpu: enable RAS poison for VCN 2.6
Tao Zhou
1
-0
/
+29
2022-11-17
drm/amdgpu: define common vcn_set_ras_funcs
Tao Zhou
1
-12
/
+1
2022-05-10
drm/amdgpu/vcn: Add vcn ras poison consumption event handling
Mohammad Zafar Ziya
1
-0
/
+9
2022-05-04
drm/amdgpu: move out asic specific definition from common header
James Zhu
1
-0
/
+3
2022-05-04
drm/amdgpu: use ring structure to access rptr/wptr v2
Jack Xiao
1
-6
/
+6
2022-04-05
drm/amdgpu/vcn: Remove unneeded semicolon
Haowen Bai
1
-1
/
+1
2022-03-28
drm/amdgpu/vcn: Add VCN ras error query support
Mohammad Zafar Ziya
1
-0
/
+71
[next]