Searched refs:h_idx (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dr600_cs.c833 uint32_t header, h_idx, reg, wait_reg_mem_info; r600_cs_common_vline_parse() local
881 h_idx = p->idx - 2; r600_cs_common_vline_parse()
885 header = radeon_get_ib_value(p, h_idx); r600_cs_common_vline_parse()
886 crtc_id = radeon_get_ib_value(p, h_idx + 2 + 7 + 1); r600_cs_common_vline_parse()
899 ib[h_idx + 2] = PACKET2(0); r600_cs_common_vline_parse()
900 ib[h_idx + 3] = PACKET2(0); r600_cs_common_vline_parse()
901 ib[h_idx + 4] = PACKET2(0); r600_cs_common_vline_parse()
902 ib[h_idx + 5] = PACKET2(0); r600_cs_common_vline_parse()
903 ib[h_idx + 6] = PACKET2(0); r600_cs_common_vline_parse()
904 ib[h_idx + 7] = PACKET2(0); r600_cs_common_vline_parse()
905 ib[h_idx + 8] = PACKET2(0); r600_cs_common_vline_parse()
909 ib[h_idx] = header; r600_cs_common_vline_parse()
910 ib[h_idx + 4] = vline_status[crtc_id] >> 2; r600_cs_common_vline_parse()
H A Dr100.c1431 uint32_t header, h_idx, reg; r100_cs_packet_parse_vline() local
1458 h_idx = p->idx - 2; r100_cs_packet_parse_vline()
1462 header = radeon_get_ib_value(p, h_idx); r100_cs_packet_parse_vline()
1463 crtc_id = radeon_get_ib_value(p, h_idx + 5); r100_cs_packet_parse_vline()
1475 ib[h_idx + 2] = PACKET2(0); r100_cs_packet_parse_vline()
1476 ib[h_idx + 3] = PACKET2(0); r100_cs_packet_parse_vline()
1491 ib[h_idx] = header; r100_cs_packet_parse_vline()
1492 ib[h_idx + 3] |= RADEON_ENG_DISPLAY_SELECT_CRTC1; r100_cs_packet_parse_vline()
/linux-4.4.14/drivers/media/platform/
H A Dsh_vou.c435 int pix_idx, int w_idx, int h_idx) sh_vou_configure_geometry()
499 if (h_idx) sh_vou_configure_geometry()
500 vouvcr |= (1 << 14) | vou_scale_v_fld[h_idx - 1]; sh_vou_configure_geometry()
434 sh_vou_configure_geometry(struct sh_vou_device *vou_dev, int pix_idx, int w_idx, int h_idx) sh_vou_configure_geometry() argument
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_fb_helper.c1799 int h_idx, int v_idx) drm_get_tile_offsets()
1810 if (!modes[i] && (h_idx || v_idx)) { drm_get_tile_offsets()
1815 if (fb_helper_conn->connector->tile_h_loc < h_idx) drm_get_tile_offsets()
1823 DRM_DEBUG_KMS("returned %d %d for %d %d\n", hoffset, voffset, h_idx, v_idx); drm_get_tile_offsets()
1795 drm_get_tile_offsets(struct drm_fb_helper *fb_helper, struct drm_display_mode **modes, struct drm_fb_offset *offsets, int idx, int h_idx, int v_idx) drm_get_tile_offsets() argument

Completed in 167 milliseconds