1. 14 12月, 2020 2 次提交
  2. 12 12月, 2020 1 次提交
    • D
      drm/vkms: Unset preferred_depth · 23d4e55f
      Daniel Vetter 提交于
      There's a confusion between the preferred_depth uapi and the generic
      fbdev helpers. Former wants depth, latter wants bpp, and for XRGB8888
      they don't match. Which hit me with vkms, which wants that.
      
      All other drivers setting this and using the generic fbdev helpers use
      16, where both numbers match, for RGB565.
      
      Since fixing this is a bit involved (I think for atomic drivers we
      should just compute this all internally from the format list of the
      first primary plane) paper over the issue in vkms by using defaults
      everywhere. Then userspace will pick XRGB8888, and fbdev helpers will
      do the same, and we have what we want.
      Reported-by: NSimon Ser <contact@emersion.fr>
      Reviewed-by: NSimon Ser <contact@emersion.fr>
      Cc: Simon Ser <contact@emersion.fr>
      Signed-off-by: NDaniel Vetter <daniel.vetter@intel.com>
      Cc: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
      Cc: Melissa Wen <melissa.srw@gmail.com>
      Cc: Haneen Mohammed <hamohammed.sa@gmail.com>
      Cc: Daniel Vetter <daniel@ffwll.ch>
      Link: https://patchwork.freedesktop.org/patch/msgid/20201211161113.3350061-1-daniel.vetter@ffwll.ch
      23d4e55f
  3. 11 12月, 2020 2 次提交
  4. 10 12月, 2020 1 次提交
    • N
      drm/amdgpu: clean up bo in vce and vcn test · e18d9a2b
      Nirmoy Das 提交于
      BO created with amdgpu_bo_create_reserved() wasn't clean
      properly before, which causes:
      
      [   21.056218] WARNING: CPU: 0 PID: 7 at drivers/gpu/drm/ttm/ttm_bo.c:518 ttm_bo_release+0x2bf/0x310 [ttm]
      <snip>
      [   21.056430] Call Trace:
      [   21.056525]  amdgpu_bo_unref+0x1a/0x30 [amdgpu]
      [   21.056635]  amdgpu_vcn_dec_send_msg+0x1b2/0x270 [amdgpu]
      [   21.056740]  amdgpu_vcn_dec_get_create_msg.constprop.0+0xd8/0x100 [amdgpu]
      [   21.056843]  amdgpu_vcn_dec_ring_test_ib+0x27/0x180 [amdgpu]
      [   21.056936]  amdgpu_ib_ring_tests+0xf1/0x150 [amdgpu]
      [   21.057024]  amdgpu_device_delayed_init_work_handler+0x11/0x30 [amdgpu]
      [   21.057030]  process_one_work+0x1df/0x370
      [   21.057033]  worker_thread+0x46/0x340
      [   21.057034]  ? process_one_work+0x370/0x370
      [   21.057037]  kthread+0x11b/0x140
      [   21.057039]  ? __kthread_bind_mask+0x60/0x60
      [   21.057043]  ret_from_fork+0x22/0x30
      Signed-off-by: NNirmoy Das <nirmoy.das@amd.com>
      Reviewed-by: NChristian König <christian.koenig@amd.com>
      Link: https://patchwork.freedesktop.org/patch/406382/Signed-off-by: NChristian König <christian.koenig@amd.com>
      e18d9a2b
  5. 09 12月, 2020 3 次提交
  6. 08 12月, 2020 12 次提交
  7. 07 12月, 2020 8 次提交
  8. 06 12月, 2020 4 次提交
  9. 04 12月, 2020 3 次提交
  10. 03 12月, 2020 4 次提交