Home
last modified time | relevance | path

Searched refs:luma_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
806 luma_addr = cedrus_dst_buf_addr(ctx, &run->dst->vb2_buf, 0); in cedrus_vp8_setup()
808 cedrus_write(dev, VE_VP8_REC_LUMA, luma_addr); in cedrus_vp8_setup()
H A Dcedrus_h265.c35 __le32 luma_addr; member
140 .luma_addr = cpu_to_le32(VE_DEC_H265_SRAM_DATA_ADDR_BASE(dst_luma_addr)), in cedrus_h265_frame_info_write_single()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c874 uint64_t luma_addr = afb->address + fb->offsets[0]; in amdgpu_dm_plane_fill_plane_buffer_attributes() local
894 address->video_progressive.luma_addr.low_part = in amdgpu_dm_plane_fill_plane_buffer_attributes()
895 lower_32_bits(luma_addr); in amdgpu_dm_plane_fill_plane_buffer_attributes()
896 address->video_progressive.luma_addr.high_part = in amdgpu_dm_plane_fill_plane_buffer_attributes()
897 upper_32_bits(luma_addr); in amdgpu_dm_plane_fill_plane_buffer_attributes()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h105 PHYSICAL_ADDRESS_LOC luma_addr; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A Ddcn201_hwseq.c122 gpu_addr_to_uma(hwseq, &addr->video_progressive.luma_addr); in plane_address_in_gpu_space_to_uma()
/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_mem_input_v.c144 addr->video_progressive.luma_addr); in program_addr()