Home
last modified time | relevance | path

Searched refs:gfxversion (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h355 …unsigned int gfxversion; // Specifies which part of the union to use. Must use DalGfxVersion e… member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c194 tiling_info->gfxversion = DcGfxVersion8; in amdgpu_dm_plane_fill_gfx8_tiling_info_from_flags()
325 tiling_info->gfxversion = DcGfxVersion9; in amdgpu_dm_plane_fill_gfx9_plane_attributes_from_modifiers()
378 tiling_info->gfxversion = DcGfxAddr3; in amdgpu_dm_plane_fill_gfx12_plane_attributes_from_modifiers()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_translation_helper.c451 switch (plane_state->tiling_info.gfxversion) { in populate_dml21_surface_config_from_plane_state()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c1757 plane_state->tiling_info.gfxversion = DcGfxVersion9; in dcn35_patch_unknown_plane_state()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c1669 plane_state->tiling_info.gfxversion = DcGfxAddr3; in dcn401_patch_unknown_plane_state()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2754 switch (tiling->gfxversion) { in get_plane_info_update_type()
6680 if (pipe_ctx->plane_state->tiling_info.gfxversion >= DcGfxVersion9) { in dc_capture_register_software_state()