1. 17 8月, 2022 1 次提交
  2. 11 8月, 2022 3 次提交
  3. 26 7月, 2022 3 次提交
  4. 25 7月, 2022 1 次提交
    • M
      drm/amd/display: Remove unused variables from dcn10_stream_encoder · 54c3e949
      Maíra Canal 提交于
      The variable regval from the function enc1_update_generic_info_packet
      and the variables dynamic_range_rgb and dynamic_range_ycbcr from the
      function enc1_stream_encoder_dp_set_stream_attribute are not currently
      used.
      
      This was pointed by clang with the following warnings:
      
      drivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dcn10_stream_encoder.c:62:11:
      warning: variable 'regval' set but not used [-Wunused-but-set-variable]
              uint32_t regval;
                       ^
      drivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dcn10_stream_encoder.c:262:10:
      warning: variable 'dynamic_range_rgb' set but not used [-Wunused-but-set-variable]
              uint8_t dynamic_range_rgb = 0; /*full range*/
                      ^
      drivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dcn10_stream_encoder.c:263:10:
      warning: variable 'dynamic_range_ycbcr' set but not used [-Wunused-but-set-variable]
              uint8_t dynamic_range_ycbcr = 1; /*bt709*/
                      ^
      3 warnings generated.
      Reviewed-by: NAndré Almeida <andrealmeid@igalia.com>
      Signed-off-by: NMaíra Canal <mairacanal@riseup.net>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      54c3e949
  5. 13 7月, 2022 2 次提交
  6. 06 7月, 2022 4 次提交
  7. 28 6月, 2022 1 次提交
    • R
      drm/amdgpu/display/dc: Fix null pointer exception · 1c4dae3e
      Rahul Kumar 提交于
      We observed hard hang due to NULL derefrence This issue is seen after
      running system all the time after two or three days
      
      struct dc *dc = plane_state->ctx->dc; Randomly in long run we found
      plane_state or plane_state->ctx is found NULL which causes exception.
      
      BUG: kernel NULL pointer dereference, address: 0000000000000000
      PF: supervisor read access in kernel mode
      PF: error_code(0x0000) - not-present page
      PGD 1dc7f2067 P4D 1dc7f2067 PUD 222c75067 PMD 0
      Oops: 0000 [#1] SMP NOPTI
      CPU: 5 PID: 29855 Comm: kworker/u16:4 ...
      ...
      Workqueue: events_unbound commit_work [drm_kms_helper]
      RIP: 0010:dcn10_update_pending_status+0x1f/0xee [amdgpu]
      Code: 41 5f c3 0f 1f 44 00 00 b0 01 c3 0f 1f 44 00 00 41 55 41 54 55 53 48 8b 1f 4c 8b af f8 00 00 00 48 8b 83 88 03 00 00 48 85 db <4c> 8b 20 0f 84 bf 00 00 00 48 89 fd 48 8b bf b8 00 00 00 48 8b 07
      RSP: 0018:ffff942941997ab8 EFLAGS: 00010286
      RAX: 0000000000000000 RBX: ffff8d7fd98d2000 RCX: 0000000000000000
      RDX: 0000000000000000 RSI: ffff8d7e3e87c708 RDI: ffff8d7f2d8c0690
      RBP: ffff8d7f2d8c0000 R08: ffff942941997a34 R09: 00000000ffffffff
      R10: 0000000000005000 R11: 00000000000000f0 R12: ffff8d7f2d8c0690
      R13: ffff8d8035a41680 R14: 00000000000186a0 R15: ffff8d7f2d8c1dd8
      FS:  0000000000000000(0000) GS:ffff8d8037340000(0000) knlGS:0000000000000000
      CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
      CR2: 0000000000000000 CR3: 0000000148030000 CR4: 00000000003406e0
      Call Trace:
       dc_commit_state+0x6a2/0x7f0 [amdgpu]
       amdgpu_dm_atomic_commit_tail+0x460/0x19bb [amdgpu]
      Tested-by: NRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
      Reviewed-by: NHarry Wentland <harry.wentland@amd.com>
      Signed-off-by: NRahul Kumar <rahul.kumar1@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      1c4dae3e
  8. 15 6月, 2022 3 次提交
  9. 08 6月, 2022 1 次提交
  10. 07 6月, 2022 1 次提交
  11. 04 6月, 2022 5 次提交
  12. 27 5月, 2022 1 次提交
  13. 26 4月, 2022 1 次提交
  14. 20 4月, 2022 1 次提交
  15. 14 4月, 2022 1 次提交
  16. 13 4月, 2022 2 次提交
  17. 12 4月, 2022 1 次提交
  18. 08 4月, 2022 1 次提交
  19. 06 4月, 2022 2 次提交
  20. 05 4月, 2022 1 次提交
  21. 01 4月, 2022 4 次提交