-
- Downloads
drm/xe/display: Implement display support
As for display, the intent is to share the display code with the i915 driver so that there is maximum reuse there. We do this by recompiling i915/display code twice. Now that i915 has been adapted to support the Xe build, we can add the xe/display support. This initial work is a collaboration of many people and unfortunately this squashed patch won't fully honor the proper credits. But let's try to add a few from the squashed patches: Co-developed-by:Matthew Brost <matthew.brost@intel.com> Co-developed-by:
Jani Nikula <jani.nikula@intel.com> Co-developed-by:
Lucas De Marchi <lucas.demarchi@intel.com> Co-developed-by:
Matt Roper <matthew.d.roper@intel.com> Co-developed-by:
Mauro Carvalho Chehab <mchehab@kernel.org> Co-developed-by:
Rodrigo Vivi <rodrigo.vivi@intel.com> Co-developed-by:
Dave Airlie <airlied@redhat.com> Signed-off-by:
Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Signed-off-by:
Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by:
Lucas De Marchi <lucas.demarchi@intel.com>
Showing
- drivers/gpu/drm/xe/.kunitconfig 1 addition, 0 deletionsdrivers/gpu/drm/xe/.kunitconfig
- drivers/gpu/drm/xe/Kconfig 22 additions, 0 deletionsdrivers/gpu/drm/xe/Kconfig
- drivers/gpu/drm/xe/Makefile 136 additions, 5 deletionsdrivers/gpu/drm/xe/Makefile
- drivers/gpu/drm/xe/compat-i915-headers/gem/i915_gem_lmem.h 1 addition, 0 deletionsdrivers/gpu/drm/xe/compat-i915-headers/gem/i915_gem_lmem.h
- drivers/gpu/drm/xe/compat-i915-headers/gem/i915_gem_mman.h 17 additions, 0 deletionsdrivers/gpu/drm/xe/compat-i915-headers/gem/i915_gem_mman.h
- drivers/gpu/drm/xe/compat-i915-headers/gem/i915_gem_object.h 65 additions, 0 deletionsdrivers/gpu/drm/xe/compat-i915-headers/gem/i915_gem_object.h
- drivers/gpu/drm/xe/compat-i915-headers/gt/intel_rps.h 11 additions, 0 deletionsdrivers/gpu/drm/xe/compat-i915-headers/gt/intel_rps.h
- drivers/gpu/drm/xe/compat-i915-headers/i915_active_types.h 0 additions, 0 deletionsdrivers/gpu/drm/xe/compat-i915-headers/i915_active_types.h
- drivers/gpu/drm/xe/compat-i915-headers/i915_config.h 19 additions, 0 deletionsdrivers/gpu/drm/xe/compat-i915-headers/i915_config.h
- drivers/gpu/drm/xe/compat-i915-headers/i915_debugfs.h 14 additions, 0 deletionsdrivers/gpu/drm/xe/compat-i915-headers/i915_debugfs.h
- drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h 230 additions, 0 deletionsdrivers/gpu/drm/xe/compat-i915-headers/i915_drv.h
- drivers/gpu/drm/xe/compat-i915-headers/i915_fixed.h 6 additions, 0 deletionsdrivers/gpu/drm/xe/compat-i915-headers/i915_fixed.h
- drivers/gpu/drm/xe/compat-i915-headers/i915_gpu_error.h 17 additions, 0 deletionsdrivers/gpu/drm/xe/compat-i915-headers/i915_gpu_error.h
- drivers/gpu/drm/xe/compat-i915-headers/i915_irq.h 6 additions, 0 deletionsdrivers/gpu/drm/xe/compat-i915-headers/i915_irq.h
- drivers/gpu/drm/xe/compat-i915-headers/i915_reg.h 6 additions, 0 deletionsdrivers/gpu/drm/xe/compat-i915-headers/i915_reg.h
- drivers/gpu/drm/xe/compat-i915-headers/i915_reg_defs.h 6 additions, 0 deletionsdrivers/gpu/drm/xe/compat-i915-headers/i915_reg_defs.h
- drivers/gpu/drm/xe/compat-i915-headers/i915_trace.h 6 additions, 0 deletionsdrivers/gpu/drm/xe/compat-i915-headers/i915_trace.h
- drivers/gpu/drm/xe/compat-i915-headers/i915_utils.h 6 additions, 0 deletionsdrivers/gpu/drm/xe/compat-i915-headers/i915_utils.h
- drivers/gpu/drm/xe/compat-i915-headers/i915_vgpu.h 44 additions, 0 deletionsdrivers/gpu/drm/xe/compat-i915-headers/i915_vgpu.h
- drivers/gpu/drm/xe/compat-i915-headers/i915_vma.h 31 additions, 0 deletionsdrivers/gpu/drm/xe/compat-i915-headers/i915_vma.h
Loading
-
mentioned in commit cf48bddd
-
mentioned in commit 652ead9b
-
mentioned in commit 6f4e43a2
-
mentioned in commit nouveau@dd10595c
-
mentioned in commit FireBurn/linux@5e66cf6e
Please register or sign in to comment