Home
last modified time | relevance | path

Searched refs:blends_with_below (Results 1 – 11 of 11) sorted by relevance

/drivers/gpu/drm/amd/display/dc/
Ddc.h79 uint32_t blends_with_below : 1; member
/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.c406 .blends_with_below = true,
/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c572 .blends_with_below = true,
/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c273 .blends_with_below = true,
/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c251 .blends_with_below = true,
/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c829 .blends_with_below = true,
/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c845 .blends_with_below = true,
/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_resource.c902 .blends_with_below = true,
/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c812 .blends_with_below = true,
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c1027 .blends_with_below = true,
/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c4243 if (!plane->blends_with_above || !plane->blends_with_below) in amdgpu_dm_initialize_drm_device()