Home
last modified time | relevance | path

Searched refs:rockchip_crtc (Results 1 - 6 of 6) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_debugfs.c26 #define to_rockchip_crtc(x) container_of(x, struct rockchip_crtc, crtc)
144 struct rockchip_crtc *rockchip_crtc = to_rockchip_crtc(crtc); in rockchip_drm_dump_buffer_write() local
146 if (!rockchip_crtc->vop_dump_list_init_flag) { in rockchip_drm_dump_buffer_write()
158 rockchip_crtc->vop_dump_status = DUMP_KEEP; in rockchip_drm_dump_buffer_write()
161 rockchip_crtc->vop_dump_status = DUMP_DISABLE; in rockchip_drm_dump_buffer_write()
168 rockchip_crtc->vop_dump_times = dump_times; in rockchip_drm_dump_buffer_write()
171 list_for_each_entry_safe(pos, n, &rockchip_crtc->vop_dump_list_head, entry) in rockchip_drm_dump_buffer_write()
173 rockchip_drm_dump_plane_buffer(&pos->dump_info, rockchip_crtc->frame_count); in rockchip_drm_dump_buffer_write()
176 rockchip_crtc in rockchip_drm_dump_buffer_write()
198 struct rockchip_crtc *rockchip_crtc = to_rockchip_crtc(crtc); rockchip_drm_add_dump_buffer() local
[all...]
H A Drockchip_drm_vop.c204 struct rockchip_crtc rockchip_crtc; member
316 struct rockchip_crtc *rockchip_crtc; in to_vop() local
318 rockchip_crtc = container_of(crtc, struct rockchip_crtc, crtc); in to_vop()
320 return container_of(rockchip_crtc, struct vop, rockchip_crtc); in to_vop()
1970 list_add_tail(&planlist->entry, &vop->rockchip_crtc.vop_dump_list_head); in vop_plane_atomic_update()
1976 if (vop->rockchip_crtc in vop_plane_atomic_update()
[all...]
H A Drockchip_drm_vop2.c470 struct rockchip_crtc rockchip_crtc; member
747 struct rockchip_crtc *rockchip_crtc; in to_vop2_video_port() local
749 rockchip_crtc = container_of(crtc, struct rockchip_crtc, crtc); in to_vop2_video_port()
751 return container_of(rockchip_crtc, struct vop2_video_port, rockchip_crtc); in to_vop2_video_port()
981 return &vp->rockchip_crtc.crtc; in vop2_find_crtc_by_plane_mask()
1204 adjusted_mode = &done_vp->rockchip_crtc in vop2_pending_done_bits()
[all...]
H A Drockchip_drm_drv.h94 struct rockchip_crtc { struct
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c488 struct rockchip_crtc rockchip_crtc; member
773 struct rockchip_crtc *rockchip_crtc; in to_vop2_video_port() local
775 rockchip_crtc = container_of(crtc, struct rockchip_crtc, crtc); in to_vop2_video_port()
777 return container_of(rockchip_crtc, struct vop2_video_port, rockchip_crtc); in to_vop2_video_port()
998 return &vp->rockchip_crtc.crtc; in vop2_find_crtc_by_plane_mask()
1221 adjusted_mode = &done_vp->rockchip_crtc in vop2_pending_done_bits()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H A Drockchip_drm_drv.h95 struct rockchip_crtc { struct

Completed in 22 milliseconds