Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_cmd_parser.c578 ring->master_reg_count); in validate_regs_sorted()
678 ring->master_reg_count = ARRAY_SIZE(hsw_master_regs); in i915_cmd_parser_init_ring()
681 ring->master_reg_count = ARRAY_SIZE(ivb_master_regs); in i915_cmd_parser_init_ring()
705 ring->master_reg_count = ARRAY_SIZE(hsw_master_regs); in i915_cmd_parser_init_ring()
708 ring->master_reg_count = ARRAY_SIZE(ivb_master_regs); in i915_cmd_parser_init_ring()
983 ring->master_reg_count, in check_cmd()
Dintel_ringbuffer.h310 int master_reg_count; member