Home
last modified time | relevance | path

Searched refs:gsc_ctrls (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-regs.c251 if (ctx->gsc_ctrls.rotate->val == 90 || in gsc_hw_set_out_size()
252 ctx->gsc_ctrls.rotate->val == 270) { in gsc_hw_set_out_size()
375 switch (ctx->gsc_ctrls.rotate->val) { in gsc_hw_set_rotation()
383 if (ctx->gsc_ctrls.hflip->val) in gsc_hw_set_rotation()
385 else if (ctx->gsc_ctrls.vflip->val) in gsc_hw_set_rotation()
391 if (ctx->gsc_ctrls.hflip->val) in gsc_hw_set_rotation()
393 else if (ctx->gsc_ctrls.vflip->val) in gsc_hw_set_rotation()
414 cfg |= GSC_OUT_GLOBAL_ALPHA(ctx->gsc_ctrls.global_alpha->val); in gsc_hw_set_global_alpha()
H A Dgsc-core.c558 if (ctx->gsc_ctrls.rotate->val == 90 || in gsc_try_selection()
559 ctx->gsc_ctrls.rotate->val == 270) { in gsc_try_selection()
579 (ctx->gsc_ctrls.rotate->val == 90 || in gsc_try_selection()
580 ctx->gsc_ctrls.rotate->val == 270)) in gsc_try_selection()
644 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_set_scaler_info()
650 if (ctx->gsc_ctrls.rotate->val == 90 || in gsc_set_scaler_info()
651 ctx->gsc_ctrls.rotate->val == 270) { in gsc_set_scaler_info()
723 ctx->gsc_ctrls.rotate->val, in __gsc_s_ctrl()
768 ctx->gsc_ctrls.rotate = v4l2_ctrl_new_std(&ctx->ctrl_handler, in gsc_ctrls_create()
770 ctx->gsc_ctrls.hflip = v4l2_ctrl_new_std(&ctx->ctrl_handler, in gsc_ctrls_create()
[all …]
H A Dgsc-core.h154 struct gsc_ctrls { struct
380 struct gsc_ctrls gsc_ctrls; member
H A Dgsc-m2m.c529 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_m2m_s_selection()
534 sel.r.height, ctx->gsc_ctrls.rotate->val, in gsc_m2m_s_selection()