Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h897 struct mcif_buf_params { struct
898 unsigned long long luma_address[MCIF_BUF_COUNT];
899 unsigned long long chroma_address[MCIF_BUF_COUNT];
900 unsigned int luma_pitch;
901 unsigned int chroma_pitch;
902 unsigned int warmup_pitch;
903 unsigned int swlock;
905 unsigned int p_vmid;
H A Ddc_stream.h89 struct mcif_buf_params mcif_buf_params; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hwseq.c223 struct mcif_buf_params *mcif_buf_params; in dcn30_set_writeback() local