Home
last modified time | relevance | path

Searched refs:master_reg_count (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_cmd_parser.c613 ring->master_reg_count); in validate_regs_sorted()
713 ring->master_reg_count = ARRAY_SIZE(hsw_master_regs); in i915_cmd_parser_init_ring()
716 ring->master_reg_count = ARRAY_SIZE(ivb_master_regs); in i915_cmd_parser_init_ring()
740 ring->master_reg_count = ARRAY_SIZE(hsw_master_regs); in i915_cmd_parser_init_ring()
743 ring->master_reg_count = ARRAY_SIZE(ivb_master_regs); in i915_cmd_parser_init_ring()
1007 ring->master_reg_count, in check_cmd()
Dintel_ringbuffer.h336 int master_reg_count; member