[Intel-xe] [PATCH v1 0/6] DSB refactoring
Jani Nikula
jani.nikula at linux.intel.com
Wed Nov 29 14:22:56 UTC 2023
On Wed, 29 Nov 2023, Animesh Manna <animesh.manna at intel.com> wrote:
> DSB refactoring for xe after cherry-picking DSB implementation of
> i915.
Please use git cherry-pick -x option for all cherry picks to reference
the upstream commit. This helps automation and upcoming rebases.
BR,
Jani.
>
> Signed-off-by: Animesh Manna <animesh.manna at intel.com>
>
> Animesh Manna (3):
> Revert "FIXME: drm/i915/dsb: xe changes for dsb"
> drm/i915/dsb: DSB code refactoring
> drm/xe/dsb: DSB implementation for xe
>
> Ville Syrjälä (3):
> drm/i915/dsb: Allocate command buffer from local memory
> drm/i915/dsb: Correct DSB command buffer cache coherency settings
> drm/i915/dsb: Re-instate DSB for LUT updates
>
> drivers/gpu/drm/i915/Makefile | 1 +
> drivers/gpu/drm/i915/display/intel_color.c | 3 -
> drivers/gpu/drm/i915/display/intel_dsb.c | 153 ++++--------------
> .../gpu/drm/i915/display/intel_dsb_buffer.c | 82 ++++++++++
> .../gpu/drm/i915/display/intel_dsb_buffer.h | 29 ++++
> drivers/gpu/drm/xe/Makefile | 1 +
> drivers/gpu/drm/xe/display/xe_dsb_buffer.c | 70 ++++++++
> 7 files changed, 218 insertions(+), 121 deletions(-)
> create mode 100644 drivers/gpu/drm/i915/display/intel_dsb_buffer.c
> create mode 100644 drivers/gpu/drm/i915/display/intel_dsb_buffer.h
> create mode 100644 drivers/gpu/drm/xe/display/xe_dsb_buffer.c
--
Jani Nikula, Intel
More information about the Intel-xe
mailing list