OSDN Git Service

Merge v4.18-rc3 into drm-next
authorDave Airlie <airlied@redhat.com>
Wed, 4 Jul 2018 00:27:12 +0000 (10:27 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 4 Jul 2018 00:27:12 +0000 (10:27 +1000)
Two requests have come in for a backmerge,
and I've got some pull reqs on rc2, so this
just makes sense.

Signed-off-by: Dave Airlie <airlied@redhat.com>
1  2 
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/sun4i/sun4i_tcon.c

@@@ -127,10 -127,10 +127,10 @@@ int amdgpu_uvd_sw_init(struct amdgpu_de
        unsigned long bo_size;
        const char *fw_name;
        const struct common_firmware_header *hdr;
 -      unsigned version_major, version_minor, family_id;
 +      unsigned family_id;
        int i, j, r;
  
-       INIT_DELAYED_WORK(&adev->uvd.inst->idle_work, amdgpu_uvd_idle_work_handler);
+       INIT_DELAYED_WORK(&adev->uvd.idle_work, amdgpu_uvd_idle_work_handler);
  
        switch (adev->asic_type) {
  #ifdef CONFIG_DRM_AMDGPU_CIK
Simple merge
Simple merge