Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/dc/
H A Ddc_hw_types.h1070 struct mcif_buf_params { struct
1071 unsigned long long luma_address[MCIF_BUF_COUNT];
1072 unsigned long long chroma_address[MCIF_BUF_COUNT];
1073 unsigned int luma_pitch;
1074 unsigned int chroma_pitch;
1075 unsigned int warmup_pitch;
1076 unsigned int swlock;
1077 unsigned int p_vmid;
H A Ddc_stream.h89 struct mcif_buf_params mcif_buf_params; member
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_hwseq.c231 struct mcif_buf_params *mcif_buf_params; in dcn30_set_writeback() local