Merge drm/drm-next into drm-misc-next
authorMaxime Ripard <maxime@cerno.tech>
Mon, 26 Apr 2021 12:03:09 +0000 (14:03 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 26 Apr 2021 12:03:09 +0000 (14:03 +0200)
Christian needs some patches from drm/next

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
15 files changed:
1  2 
MAINTAINERS
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c
drivers/gpu/drm/bridge/Kconfig
drivers/gpu/drm/drm_atomic.c
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/imx/imx-drm-core.c
drivers/gpu/drm/nouveau/nouveau_bo.c
drivers/gpu/drm/tegra/dc.c
include/drm/ttm/ttm_bo_api.h

diff --cc MAINTAINERS
Simple merge
index 485f249d063a720bcd60af782086166b55653d57,1345f7eba011bf49414b4d46f8123a1b36ec7126..fe4e5880509d0a6acf494b9f58bb8ffed83370b0
@@@ -56,7 -77,11 +56,8 @@@ static void amdgpu_bo_destroy(struct tt
  {
        struct amdgpu_device *adev = amdgpu_ttm_adev(tbo->bdev);
        struct amdgpu_bo *bo = ttm_to_amdgpu_bo(tbo);
+       struct amdgpu_bo_user *ubo;
  
 -      if (bo->tbo.pin_count > 0)
 -              amdgpu_bo_subtract_pin_size(bo);
 -
        amdgpu_bo_kunmap(bo);
  
        if (bo->tbo.base.import_attach)
Simple merge
Simple merge
Simple merge
index e1ae7b804c0146e40172cafb37a012e3289d10c9,c2329bc44f558d533784a33b1788e8d0655e0498..7fe7bc4d6ca90764673b69708d028a5421f7ca94
@@@ -38,9 -38,7 +38,8 @@@
  #include <linux/slab.h>
  #include <linux/vga_switcheroo.h>
  #include <linux/vt.h>
- #include <acpi/video.h>
  
 +#include <drm/drm_aperture.h>
  #include <drm/drm_atomic_helper.h>
  #include <drm/drm_ioctl.h>
  #include <drm/drm_irq.h>
Simple merge
Simple merge
Simple merge
Simple merge