Home
last modified time | relevance | path

Searched refs:tf_mask (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn201/
H A Ddcn201_dpp.h62 const struct dcn201_dpp_mask *tf_mask; member
81 const struct dcn201_dpp_mask *tf_mask);
H A Ddcn201_dpp.c42 dpp->tf_shift->field_name, dpp->tf_mask->field_name
303 const struct dcn201_dpp_mask *tf_mask) in dpp201_construct() argument
313 dpp->tf_mask = tf_mask; in dpp201_construct()
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn35/
H A Ddcn35_dpp.h60 const struct dcn35_dpp_mask *tf_mask);
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn30/
H A Ddcn30_dpp.h565 const struct dcn3_dpp_mask *tf_mask; member
585 const struct dcn3_dpp_mask *tf_mask);
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn201/
H A Ddcn201_resource.c480 static const struct dcn201_dpp_mask tf_mask = { variable
642 &tf_regs[inst], &tf_shift, &tf_mask)) in dcn201_dpp_create()