HomeSort by: relevance | last modified time | path
    Searched refs:drm_i915_reg_table (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_types.h 62 struct drm_i915_reg_table;
506 const struct drm_i915_reg_table *reg_tables;
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_cmd_parser.c 700 struct drm_i915_reg_table { struct
705 static const struct drm_i915_reg_table ivb_render_reg_tables[] = {
709 static const struct drm_i915_reg_table ivb_blt_reg_tables[] = {
713 static const struct drm_i915_reg_table hsw_render_reg_tables[] = {
718 static const struct drm_i915_reg_table hsw_blt_reg_tables[] = {
722 static const struct drm_i915_reg_table gen9_blt_reg_tables[] = {
855 const struct drm_i915_reg_table *table;
1124 const struct drm_i915_reg_table *table = engine->reg_tables;

Completed in 110 milliseconds