drm/xe/dsb: DSB implementation for xe
authorAnimesh Manna <animesh.manna@intel.com>
Fri, 1 Dec 2023 09:14:05 +0000 (14:44 +0530)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:45:10 +0000 (11:45 -0500)
commita754391f9c0e16f7ef82c90210da7a12b00dd70d
tree149c5461f03d9c1ab38d59d00b0b1aec15686278
parent0ac3d319cbdd25839c5034da65d57e3f82b53f6c
drm/xe/dsb: DSB implementation for xe

Add xe specific DSB buffer handling methods.

v1: Initial version.
v2: Add null check after dynamic memory allocation of vma. [Uma]

Reviewed-by: Uma Shankar <uma.shankar@intel.com>
Signed-off-by: Animesh Manna <animesh.manna@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/Makefile
drivers/gpu/drm/xe/display/xe_dsb_buffer.c [new file with mode: 0644]