Home
last modified time | relevance | path

Searched refs:old_crtc (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/tests/
H A Damdgpu_dm_test.c792 struct drm_crtc_state *old_crtc; member
810 ctx->old_crtc = kunit_kzalloc(test, sizeof(*ctx->old_crtc), GFP_KERNEL); in dm_test_cp_ctx_alloc()
811 KUNIT_ASSERT_NOT_NULL(test, ctx->old_crtc); in dm_test_cp_ctx_alloc()
822 return is_content_protection_different(ctx->new_crtc, ctx->old_crtc, in dm_test_cp_diff()
/linux/drivers/gpu/drm/imx/lcdc/
H A Dimx-lcdc.c305 struct drm_crtc *old_crtc = old_state->crtc; in imx_lcdc_pipe_update() local
310 else if (old_crtc != crtc) in imx_lcdc_pipe_update()