aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2023-05-23 08:34:30 +0000
committerAlex Deucher <[email protected]>2023-06-09 14:53:09 +0000
commit9f173a80305d84f6b41bfb2a5482179e6e4957b1 (patch)
tree89e86ae13535df93dbc8f8886686513300fdccc4 /drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
parentdrm/amdkfd: Align partition memory size to page size (diff)
downloadkernel-9f173a80305d84f6b41bfb2a5482179e6e4957b1.tar.gz
kernel-9f173a80305d84f6b41bfb2a5482179e6e4957b1.zip
drm/amd/display: avoid calling missing .resync_fifo_dccg_dio()
The .resync_fifo_dccg_dio() callback pointer was added in an #ifdef block, but is called unconditionally: drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_hw_sequencer.c:2292:31: error: 'struct hwseq_private_funcs' has no member named 'resync_fifo_dccg_dio' Add the same #ifdef around the caller as well. Fixes: 3e8d74cb128f ("drm/amd/display: Trigger DIO FIFO resync on commit streams") Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Hamza Mahfooz <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c')
0 files changed, 0 insertions, 0 deletions