Symbol: vop2_win_write
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1108
vop2_win_write(win, VOP2_WIN_YUV_CLIP, 0);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1126
vop2_win_write(win, VOP2_WIN_COLOR_KEY_EN, 0);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1157
vop2_win_write(win, VOP2_WIN_COLOR_KEY_EN, color_key_en);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1158
vop2_win_write(win, VOP2_WIN_COLOR_KEY, (r << 20) | (g << 10) | b);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1267
vop2_win_write(win, VOP2_WIN_AXI_BUS_ID, win->data->axi_bus_id);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1268
vop2_win_write(win, VOP2_WIN_AXI_YRGB_R_ID, win->data->axi_yrgb_r_id);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1269
vop2_win_write(win, VOP2_WIN_AXI_UV_R_ID, win->data->axi_uv_r_id);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1273
vop2_win_write(win, VOP2_WIN_VP_SEL, vp->id);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1276
vop2_win_write(win, VOP2_WIN_AFBC_HALF_BLOCK_EN, half_block_en);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1315
vop2_win_write(win, VOP2_WIN_AFBC_ENABLE, 1);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1316
vop2_win_write(win, VOP2_WIN_AFBC_FORMAT, afbc_format);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1317
vop2_win_write(win, VOP2_WIN_AFBC_UV_SWAP, uv_swap);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1327
vop2_win_write(win, VOP2_WIN_AFBC_AUTO_GATING_EN, 0);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1329
vop2_win_write(win, VOP2_WIN_AFBC_AUTO_GATING_EN, 1);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1332
vop2_win_write(win, VOP2_WIN_AFBC_BLOCK_SPLIT_EN, 1);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1334
vop2_win_write(win, VOP2_WIN_AFBC_BLOCK_SPLIT_EN, 0);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1337
vop2_win_write(win, VOP2_WIN_AFBC_PLD_OFFSET_EN, 1);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1338
vop2_win_write(win, VOP2_WIN_AFBC_PLD_OFFSET, yrgb_mst);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1342
vop2_win_write(win, VOP2_WIN_AFBC_HDR_PTR, yrgb_mst);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1343
vop2_win_write(win, VOP2_WIN_AFBC_PIC_SIZE, act_info);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1344
vop2_win_write(win, VOP2_WIN_TRANSFORM_OFFSET, transform_offset);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1345
vop2_win_write(win, VOP2_WIN_AFBC_PIC_OFFSET, ((src->x1 >> 16) | src->y1));
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1346
vop2_win_write(win, VOP2_WIN_AFBC_DSP_OFFSET, (dest->x1 | (dest->y1 << 16)));
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1347
vop2_win_write(win, VOP2_WIN_AFBC_PIC_VIR_WIDTH, stride);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1348
vop2_win_write(win, VOP2_WIN_AFBC_TILE_NUM, afbc_tile_num);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1349
vop2_win_write(win, VOP2_WIN_XMIRROR, xmirror);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1350
vop2_win_write(win, VOP2_WIN_AFBC_ROTATE_270, rotate_270);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1351
vop2_win_write(win, VOP2_WIN_AFBC_ROTATE_90, rotate_90);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1354
vop2_win_write(win, VOP2_WIN_AFBC_ENABLE, 0);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1355
vop2_win_write(win, VOP2_WIN_TRANSFORM_OFFSET, 0);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1358
vop2_win_write(win, VOP2_WIN_YRGB_VIR, DIV_ROUND_UP(fb->pitches[0], 4));
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1361
vop2_win_write(win, VOP2_WIN_YMIRROR, ymirror);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1369
vop2_win_write(win, VOP2_WIN_FORMAT, format);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1370
vop2_win_write(win, VOP2_WIN_YRGB_MST, yrgb_mst);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1373
vop2_win_write(win, VOP2_WIN_RB_SWAP, rb_swap);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1375
vop2_win_write(win, VOP2_WIN_UV_SWAP, uv_swap);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1378
vop2_win_write(win, VOP2_WIN_UV_VIR, DIV_ROUND_UP(fb->pitches[1], 4));
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1379
vop2_win_write(win, VOP2_WIN_UV_MST, uv_mst);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1385
vop2_win_write(win, VOP2_WIN_ACT_INFO, act_info);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1386
vop2_win_write(win, VOP2_WIN_DSP_INFO, dsp_info);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1387
vop2_win_write(win, VOP2_WIN_DSP_ST, dest->y1 << 16 | (dest->x1 & 0xffff));
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1392
vop2_win_write(win, VOP2_WIN_DITHER_UP, dither_up);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1394
vop2_win_write(win, VOP2_WIN_ENABLE, 1);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1399
vop2_win_write(win, VOP2_WIN_CLUSTER_LB_MODE, lb_mode);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1400
vop2_win_write(win, VOP2_WIN_CLUSTER_ENABLE, 1);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
152
vop2_win_write(win, VOP2_WIN_ENABLE, 0);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
155
vop2_win_write(win, VOP2_WIN_CLUSTER_ENABLE, 0);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
598
vop2_win_write(win, VOP2_WIN_SCALE_YRGB_X, val);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
600
vop2_win_write(win, VOP2_WIN_SCALE_YRGB_Y, val);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
602
vop2_win_write(win, VOP2_WIN_VSD_YRGB_GT4, gt4);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
603
vop2_win_write(win, VOP2_WIN_VSD_YRGB_GT2, gt2);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
605
vop2_win_write(win, VOP2_WIN_YRGB_HOR_SCL_MODE, hor_scl_mode);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
606
vop2_win_write(win, VOP2_WIN_YRGB_VER_SCL_MODE, ver_scl_mode);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
611
vop2_win_write(win, VOP2_WIN_YRGB_HSCL_FILTER_MODE, hscl_filter_mode);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
612
vop2_win_write(win, VOP2_WIN_YRGB_VSCL_FILTER_MODE, vscl_filter_mode);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
633
vop2_win_write(win, VOP2_WIN_SCALE_CBCR_X, val);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
636
vop2_win_write(win, VOP2_WIN_SCALE_CBCR_Y, val);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
638
vop2_win_write(win, VOP2_WIN_VSD_CBCR_GT4, gt4);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
639
vop2_win_write(win, VOP2_WIN_VSD_CBCR_GT2, gt2);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
640
vop2_win_write(win, VOP2_WIN_CBCR_HOR_SCL_MODE, hor_scl_mode);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
641
vop2_win_write(win, VOP2_WIN_CBCR_VER_SCL_MODE, ver_scl_mode);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
642
vop2_win_write(win, VOP2_WIN_CBCR_HSCL_FILTER_MODE, hscl_filter_mode);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
643
vop2_win_write(win, VOP2_WIN_CBCR_VSCL_FILTER_MODE, vscl_filter_mode);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
726
vop2_win_write(win, VOP2_WIN_Y2R_EN, y2r_en);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
727
vop2_win_write(win, VOP2_WIN_R2Y_EN, r2y_en);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
728
vop2_win_write(win, VOP2_WIN_CSC_MODE, csc_mode);
drivers/gpu/drm/rockchip/rockchip_vop2_reg.c
2421
vop2_win_write(win, VOP2_WIN_DLY_NUM, 0);