Searched refs:gsc_ctrls (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/exynos-gsc/ |
H A D | gsc-regs.c | 251 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 D | gsc-core.c | 560 if (ctx->gsc_ctrls.rotate->val == 90 || in gsc_try_selection() 561 ctx->gsc_ctrls.rotate->val == 270) { in gsc_try_selection() 581 (ctx->gsc_ctrls.rotate->val == 90 || in gsc_try_selection() 582 ctx->gsc_ctrls.rotate->val == 270)) in gsc_try_selection() 646 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_set_scaler_info() 652 if (ctx->gsc_ctrls.rotate->val == 90 || in gsc_set_scaler_info() 653 ctx->gsc_ctrls.rotate->val == 270) { in gsc_set_scaler_info() 725 ctx->gsc_ctrls.rotate->val, in __gsc_s_ctrl() 770 ctx->gsc_ctrls.rotate = v4l2_ctrl_new_std(&ctx->ctrl_handler, in gsc_ctrls_create() 772 ctx->gsc_ctrls in gsc_ctrls_create() [all...] |
H A D | gsc-core.h | 150 /* struct gsc_ctrls - the G-Scaler control set 156 struct gsc_ctrls { struct 355 * @gsc_ctrls G-Scaler control set 373 struct gsc_ctrls gsc_ctrls; member
|
H A D | gsc-m2m.c | 534 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_m2m_s_selection() 539 sel.r.height, ctx->gsc_ctrls.rotate->val, in gsc_m2m_s_selection()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-regs.c | 251 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 D | gsc-core.c | 558 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 in gsc_ctrls_create() [all...] |
H A D | gsc-core.h | 148 /* struct gsc_ctrls - the G-Scaler control set 154 struct gsc_ctrls { struct 361 * @gsc_ctrls: G-Scaler control set 380 struct gsc_ctrls gsc_ctrls; member
|
H A D | gsc-m2m.c | 529 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()
|
Completed in 9 milliseconds