]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Switch to drm_vblank_on/off (v2)
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 21 Jan 2016 10:08:58 +0000 (11:08 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 8 Mar 2016 16:01:40 +0000 (11:01 -0500)
commit7441b71439e6df0093d2493ecbccfacd80b9ccc9
tree484696365f31e2017ab01dadac948aa542199de2
parent0c5504339ceed8990fe0e4d38c76d696b6da91cb
drm/amdgpu: Switch to drm_vblank_on/off (v2)

Equivalent change to the radeon driver.

Note that with radeon this caught a bug in the dri3 DDX
implementation, which asked for vblank interrupts when the pipe is
off. That bug needs to be fixed before we can merge this patch (if
amdgpu is affected too). Michel discovered this one.

v2: agd: switch dce8 as well.

Acked-by: Michel Dänzer <michel.daenzer@amd.com>
Cc: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c