Searched refs:awidth (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/ |
D | fb-puv3.c | 121 int awidth = region->width; in unifb_prim_fillrect() local 155 awidth = awidth | (aheight << 16); in unifb_prim_fillrect() 169 writel(awidth, UGE_WIDHEIGHT); in unifb_prim_fillrect() 209 int awidth = area->width; in unifb_prim_copyarea() local 262 awidth = awidth | (aheight << 16); in unifb_prim_copyarea() 274 writel(awidth, UGE_WIDHEIGHT); in unifb_prim_copyarea()
|
/Linux-v4.19/arch/powerpc/boot/dts/ |
D | virtex440-ml510.dts | 107 xlnx,mplb-awidth = <0x20>; 162 xlnx,mch-splb-awidth = <0x20>; 459 xlnx,mplb-awidth = <0x20>;
|
D | virtex440-ml507.dts | 111 xlnx,mplb-awidth = <0x20>; 190 xlnx,mch-splb-awidth = <0x20>;
|
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm.c | 1983 unsigned int awidth; in fill_plane_attributes_from_fb() local 2038 awidth = ALIGN(fb->width, 64); in fill_plane_attributes_from_fb() 2042 plane_state->plane_size.video.luma_size.width = awidth; in fill_plane_attributes_from_fb() 2045 plane_state->plane_size.video.luma_pitch = awidth; in fill_plane_attributes_from_fb() 2049 plane_state->plane_size.video.chroma_size.width = awidth; in fill_plane_attributes_from_fb() 2051 plane_state->plane_size.video.chroma_pitch = awidth / 2; in fill_plane_attributes_from_fb() 3185 unsigned int awidth; in dm_plane_helper_prepare_fb() local 3239 awidth = ALIGN(new_state->fb->width, 64); in dm_plane_helper_prepare_fb() 3245 chroma_addr = afb->address + (u64)awidth * new_state->fb->height; in dm_plane_helper_prepare_fb()
|
/Linux-v4.19/arch/microblaze/boot/dts/ |
D | system.dts | 153 xlnx,mch-splb-awidth = <0x20>;
|