Searched refs:h_idx (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | r600_cs.c | 831 uint32_t header, h_idx, reg, wait_reg_mem_info; in r600_cs_common_vline_parse() local 879 h_idx = p->idx - 2; in r600_cs_common_vline_parse() 883 header = radeon_get_ib_value(p, h_idx); in r600_cs_common_vline_parse() 884 crtc_id = radeon_get_ib_value(p, h_idx + 2 + 7 + 1); in r600_cs_common_vline_parse() 897 ib[h_idx + 2] = PACKET2(0); in r600_cs_common_vline_parse() 898 ib[h_idx + 3] = PACKET2(0); in r600_cs_common_vline_parse() 899 ib[h_idx + 4] = PACKET2(0); in r600_cs_common_vline_parse() 900 ib[h_idx + 5] = PACKET2(0); in r600_cs_common_vline_parse() 901 ib[h_idx + 6] = PACKET2(0); in r600_cs_common_vline_parse() 902 ib[h_idx + 7] = PACKET2(0); in r600_cs_common_vline_parse() [all …]
|
H A D | r100.c | 1459 uint32_t header, h_idx, reg; in r100_cs_packet_parse_vline() local 1486 h_idx = p->idx - 2; in r100_cs_packet_parse_vline() 1490 header = radeon_get_ib_value(p, h_idx); in r100_cs_packet_parse_vline() 1491 crtc_id = radeon_get_ib_value(p, h_idx + 5); in r100_cs_packet_parse_vline() 1503 ib[h_idx + 2] = PACKET2(0); in r100_cs_packet_parse_vline() 1504 ib[h_idx + 3] = PACKET2(0); in r100_cs_packet_parse_vline() 1519 ib[h_idx] = header; in r100_cs_packet_parse_vline() 1520 ib[h_idx + 3] |= RADEON_ENG_DISPLAY_SELECT_CRTC1; in r100_cs_packet_parse_vline()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_client_modeset.c | 348 int h_idx, int v_idx) in drm_client_get_tile_offsets() argument 359 if (!modes[i] && (h_idx || v_idx)) { in drm_client_get_tile_offsets() 364 if (connector->tile_h_loc < h_idx) in drm_client_get_tile_offsets() 372 DRM_DEBUG_KMS("returned %d %d for %d %d\n", hoffset, voffset, h_idx, v_idx); in drm_client_get_tile_offsets()
|
/openbmc/linux/drivers/media/platform/renesas/ |
H A D | sh_vou.c | 418 int pix_idx, int w_idx, int h_idx) in sh_vou_configure_geometry() argument 482 if (h_idx) in sh_vou_configure_geometry() 483 vouvcr |= (1 << 14) | vou_scale_v_fld[h_idx - 1]; in sh_vou_configure_geometry()
|