Home
last modified time | relevance | path

Searched defs:mcif_buf_params (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h1121 struct mcif_buf_params { struct
1122 unsigned long long luma_address[MCIF_BUF_COUNT];
1123 unsigned long long chroma_address[MCIF_BUF_COUNT];
1124 unsigned int luma_pitch;
1125 unsigned int chroma_pitch;
1126 unsigned int warmup_pitch;
1127 unsigned int swlock;
1128 unsigned int p_vmid;
H A Ddc_stream.h99 struct mcif_buf_params mcif_buf_params; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c422 struct mcif_buf_params *mcif_buf_params; in dcn30_set_writeback() local