Re: [Intel-gfx] [PATCH 3/6] drm/i915: Adjust length of MI_LOAD_REGISTER_REG

2019-09-26 Thread Chris Wilson
Quoting Michał Winiarski (2019-09-26 11:06:32) > Default length value of MI_LOAD_REGISTER_REG is 1. > Also move it out of cmd-parser-only registers since we're going to use > it in i915. Hmm. So we do find_cmd_in_table() [cmdparser] that ignores the length field, this should not affect cmdparser.

[Intel-gfx] [PATCH 3/6] drm/i915: Adjust length of MI_LOAD_REGISTER_REG

2019-09-26 Thread Michał Winiarski
Default length value of MI_LOAD_REGISTER_REG is 1. Also move it out of cmd-parser-only registers since we're going to use it in i915. Signed-off-by: Michał Winiarski Cc: Chris Wilson Cc: Jani Nikula --- drivers/gpu/drm/i915/gt/intel_gpu_commands.h | 2 +- 1 file changed, 1 insertion(+), 1 dele