Home
last modified time | relevance | path

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

/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_vp8.c660 dma_addr_t luma_addr, chroma_addr; in cedrus_vp8_setup() local
807 chroma_addr = cedrus_dst_buf_addr(ctx, &run->dst->vb2_buf, 1); in cedrus_vp8_setup()
809 cedrus_write(dev, VE_VP8_REC_CHROMA, chroma_addr); in cedrus_vp8_setup()
H A Dcedrus_h265.c36 __le32 chroma_addr; member
141 .chroma_addr = cpu_to_le32(VE_DEC_H265_SRAM_DATA_ADDR_BASE(dst_chroma_addr)), in cedrus_h265_frame_info_write_single()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c875 uint64_t chroma_addr = afb->address + fb->offsets[1]; in amdgpu_dm_plane_fill_plane_buffer_attributes() local
898 address->video_progressive.chroma_addr.low_part = in amdgpu_dm_plane_fill_plane_buffer_attributes()
899 lower_32_bits(chroma_addr); in amdgpu_dm_plane_fill_plane_buffer_attributes()
900 address->video_progressive.chroma_addr.high_part = in amdgpu_dm_plane_fill_plane_buffer_attributes()
901 upper_32_bits(chroma_addr); in amdgpu_dm_plane_fill_plane_buffer_attributes()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h109 PHYSICAL_ADDRESS_LOC chroma_addr; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A Ddcn201_hwseq.c124 gpu_addr_to_uma(hwseq, &addr->video_progressive.chroma_addr); in plane_address_in_gpu_space_to_uma()
/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_mem_input_v.c141 addr->video_progressive.chroma_addr); in program_addr()