]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/amdgpu: Initialize crtc, pageflip irq funcs (v2)
authorEmily Deng <Emily.Deng@amd.com>
Mon, 8 Aug 2016 03:31:37 +0000 (11:31 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Aug 2016 17:57:04 +0000 (13:57 -0400)
commite13273d4a4702f7cb21a5f6e94919a5b52c45c32
tree4a694c684464494a0b21ce8a88ccc1ed86a2d9e0
parent8e6de75bd1d6fa84c4338f6e2276eb2bc339f5c9
drm/amdgpu: Initialize crtc, pageflip irq funcs (v2)

For virtual display feature, initialize dce_virtual_crtc_irq_funcs,
dce_virtual_pageflip_irq_funcs. As it has no dce engine, so the
pageflip interrupt won't be generated, and the vsync interrupt will
be generated by smu's periodic timer or software timer which will
be implemented later.

v2: agd: rebase on upstream

Signed-off-by: Emily Deng <Emily.Deng@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/dce_virtual.c