Symbol: vop2_win_write
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1101
vop2_win_write(win, VOP2_WIN_YUV_CLIP, 0);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1119
vop2_win_write(win, VOP2_WIN_COLOR_KEY_EN, 0);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1150
vop2_win_write(win, VOP2_WIN_COLOR_KEY_EN, color_key_en);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1151
vop2_win_write(win, VOP2_WIN_COLOR_KEY, (r << 20) | (g << 10) | b);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1260
vop2_win_write(win, VOP2_WIN_AXI_BUS_ID, win->data->axi_bus_id);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1261
vop2_win_write(win, VOP2_WIN_AXI_YRGB_R_ID, win->data->axi_yrgb_r_id);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1262
vop2_win_write(win, VOP2_WIN_AXI_UV_R_ID, win->data->axi_uv_r_id);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1266
vop2_win_write(win, VOP2_WIN_VP_SEL, vp->id);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1269
vop2_win_write(win, VOP2_WIN_AFBC_HALF_BLOCK_EN, half_block_en);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1308
vop2_win_write(win, VOP2_WIN_AFBC_ENABLE, 1);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1309
vop2_win_write(win, VOP2_WIN_AFBC_FORMAT, afbc_format);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1310
vop2_win_write(win, VOP2_WIN_AFBC_UV_SWAP, uv_swap);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1320
vop2_win_write(win, VOP2_WIN_AFBC_AUTO_GATING_EN, 0);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1322
vop2_win_write(win, VOP2_WIN_AFBC_AUTO_GATING_EN, 1);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1325
vop2_win_write(win, VOP2_WIN_AFBC_BLOCK_SPLIT_EN, 1);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1327
vop2_win_write(win, VOP2_WIN_AFBC_BLOCK_SPLIT_EN, 0);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1330
vop2_win_write(win, VOP2_WIN_AFBC_PLD_OFFSET_EN, 1);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1331
vop2_win_write(win, VOP2_WIN_AFBC_PLD_OFFSET, yrgb_mst);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1335
vop2_win_write(win, VOP2_WIN_AFBC_HDR_PTR, yrgb_mst);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1336
vop2_win_write(win, VOP2_WIN_AFBC_PIC_SIZE, act_info);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1337
vop2_win_write(win, VOP2_WIN_TRANSFORM_OFFSET, transform_offset);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1338
vop2_win_write(win, VOP2_WIN_AFBC_PIC_OFFSET, ((src->x1 >> 16) | src->y1));
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1339
vop2_win_write(win, VOP2_WIN_AFBC_DSP_OFFSET, (dest->x1 | (dest->y1 << 16)));
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1340
vop2_win_write(win, VOP2_WIN_AFBC_PIC_VIR_WIDTH, stride);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1341
vop2_win_write(win, VOP2_WIN_AFBC_TILE_NUM, afbc_tile_num);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1342
vop2_win_write(win, VOP2_WIN_XMIRROR, xmirror);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1343
vop2_win_write(win, VOP2_WIN_AFBC_ROTATE_270, rotate_270);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1344
vop2_win_write(win, VOP2_WIN_AFBC_ROTATE_90, rotate_90);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1347
vop2_win_write(win, VOP2_WIN_AFBC_ENABLE, 0);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1348
vop2_win_write(win, VOP2_WIN_TRANSFORM_OFFSET, 0);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1351
vop2_win_write(win, VOP2_WIN_YRGB_VIR, DIV_ROUND_UP(fb->pitches[0], 4));
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1354
vop2_win_write(win, VOP2_WIN_YMIRROR, ymirror);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1362
vop2_win_write(win, VOP2_WIN_FORMAT, format);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1363
vop2_win_write(win, VOP2_WIN_YRGB_MST, yrgb_mst);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1366
vop2_win_write(win, VOP2_WIN_RB_SWAP, rb_swap);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1368
vop2_win_write(win, VOP2_WIN_UV_SWAP, uv_swap);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1371
vop2_win_write(win, VOP2_WIN_UV_VIR, DIV_ROUND_UP(fb->pitches[1], 4));
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1372
vop2_win_write(win, VOP2_WIN_UV_MST, uv_mst);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1378
vop2_win_write(win, VOP2_WIN_ACT_INFO, act_info);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1379
vop2_win_write(win, VOP2_WIN_DSP_INFO, dsp_info);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1380
vop2_win_write(win, VOP2_WIN_DSP_ST, dest->y1 << 16 | (dest->x1 & 0xffff));
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1385
vop2_win_write(win, VOP2_WIN_DITHER_UP, dither_up);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1387
vop2_win_write(win, VOP2_WIN_ENABLE, 1);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1392
vop2_win_write(win, VOP2_WIN_CLUSTER_LB_MODE, lb_mode);
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
1393
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
2422
vop2_win_write(win, VOP2_WIN_DLY_NUM, 0);