/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | drm_plane.cpp | 65 int32_t crtc_x, crtc_y, crtc_w, crtc_h; in GetCrtcProp() local 70 DISPLAY_LOGE("cat not get pane crtc_x prop id")); in GetCrtcProp() 72 crtc_x = prop.value; in GetCrtcProp() 92 DISPLAY_LOGE("plane %{public}d crtc_x %{public}d crtc_y %{public}d crtc_w %{public}d crtc_h %{public}d", in GetCrtcProp() 93 GetId(), crtc_x, crtc_y, crtc_w, crtc_h); in GetCrtcProp()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | drm_plane.cpp | 64 int32_t crtc_x, crtc_y, crtc_w, crtc_h; in GetCrtcProp() local 68 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_x prop id")); in GetCrtcProp() 70 crtc_x = prop.value; in GetCrtcProp() 87 DISPLAY_LOGE("plane %{public}d crtc_x %{public}d crtc_y %{public}d crtc_w %{public}d crtc_h %{public}d", in GetCrtcProp() 88 GetId(), crtc_x, crtc_y, crtc_w, crtc_h); in GetCrtcProp()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | drm_plane.cpp | 64 int32_t crtc_x, crtc_y, crtc_w, crtc_h; in GetCrtcProp() local 68 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_x prop id")); in GetCrtcProp() 70 crtc_x = prop.value; in GetCrtcProp() 87 DISPLAY_LOGE("plane %{public}d crtc_x %{public}d crtc_y %{public}d crtc_w %{public}d crtc_h %{public}d", in GetCrtcProp() 88 GetId(), crtc_x, crtc_y, crtc_w, crtc_h); in GetCrtcProp()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | drm_plane.cpp | 64 int32_t crtc_x, crtc_y, crtc_w, crtc_h; in GetCrtcProp() local 68 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_x prop id")); in GetCrtcProp() 70 crtc_x = prop.value; in GetCrtcProp() 87 DISPLAY_LOGE("plane %{public}d crtc_x %{public}d crtc_y %{public}d crtc_w %{public}d crtc_h %{public}d", in GetCrtcProp() 88 GetId(), crtc_x, crtc_y, crtc_w, crtc_h); in GetCrtcProp()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | drm_plane.cpp | 54 int32_t crtc_x, crtc_y, crtc_w, crtc_h;
in GetCrtcProp() local 58 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_x prop id"));
in GetCrtcProp() 60 crtc_x = prop.value;
in GetCrtcProp() 77 DISPLAY_LOGE("plane %{public}d crtc_x %{public}d crtc_y %{public}d crtc_w %{public}d crtc_h %{public}d",
in GetCrtcProp() 78 GetId(), crtc_x, crtc_y, crtc_w, crtc_h);
in GetCrtcProp()
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_logo.c | 703 primary_state->crtc_x = 0; in setup_initial_state() 706 primary_state->crtc_x = (hdisplay - fb_width) / 2; in setup_initial_state() 718 primary_state->crtc_x = 0; in setup_initial_state()
|
H A D | rockchip_drm_vop2.c | 3632 state->src_h >> 16, state->crtc_x, state->crtc_y, state->crtc_w, in vop2_plane_atomic_check() 4246 * @crtc_x: x offset of primary plane on crtc 4265 int crtc_x, int crtc_y, in rockchip_atomic_helper_update_plane() 4293 pstate->crtc_x = crtc_x; in rockchip_atomic_helper_update_plane() 4262 rockchip_atomic_helper_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, struct drm_modeset_acquire_ctx *ctx) rockchip_atomic_helper_update_plane() argument
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_logo.c | 735 primary_state->crtc_x = 0; in setup_initial_state() 738 primary_state->crtc_x = (hdisplay - fb_width) / 0x2; in setup_initial_state() 750 primary_state->crtc_x = 0; in setup_initial_state()
|
H A D | rockchip_drm_vop.c | 1666 dest->x1 = state->crtc_x; in vop_plane_atomic_check() 1668 dest->x2 = state->crtc_x + state->crtc_w; in vop_plane_atomic_check() 1997 * @crtc_x: x offset of primary plane on crtc 2013 struct drm_framebuffer *fb, int crtc_x, int crtc_y, in rockchip_atomic_helper_update_plane() 2042 plane_state->crtc_x = crtc_x; in rockchip_atomic_helper_update_plane() 2012 rockchip_atomic_helper_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, struct drm_modeset_acquire_ctx *ctx) rockchip_atomic_helper_update_plane() argument
|
H A D | rockchip_drm_vop2.c | 3625 state->src_x >> 0x10, state->src_y >> 0x10, state->src_w >> 0x10, state->src_h >> 0x10, state->crtc_x, in vop2_plane_atomic_check() 4248 * @crtc_x: x offset of primary plane on crtc 4264 struct drm_framebuffer *fb, int crtc_x, int crtc_y, in rockchip_atomic_helper_update_plane() 4293 pstate->crtc_x = crtc_x; in rockchip_atomic_helper_update_plane() 4263 rockchip_atomic_helper_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, struct drm_modeset_acquire_ctx *ctx) rockchip_atomic_helper_update_plane() argument
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_atomic_helper.c | 1776 WARN_ON_ONCE(plane->state->crtc_x != plane_state->crtc_x); in drm_atomic_helper_async_commit() 2909 * @crtc_x: x offset of primary plane on @crtc 2925 int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, in drm_atomic_helper_update_plane() 2949 plane_state->crtc_x = crtc_x; in drm_atomic_helper_update_plane() 2924 drm_atomic_helper_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, struct drm_modeset_acquire_ctx *ctx) drm_atomic_helper_update_plane() argument
|
H A D | drm_atomic_uapi.c | 522 state->crtc_x = U642I64(val); in drm_atomic_plane_set_property() 581 *val = I642U64(state->crtc_x); in drm_atomic_plane_get_property()
|