Skip to content
Snippets Groups Projects
  1. Apr 01, 2022
  2. Feb 23, 2022
  3. Dec 16, 2021
  4. Dec 09, 2021
  5. Dec 08, 2021
  6. Dec 02, 2021
  7. Dec 01, 2021
  8. Nov 30, 2021
  9. Nov 28, 2021
  10. Nov 27, 2021
  11. Nov 17, 2021
    • Lyude Paul's avatar
      drm/dp, drm/i915: Add support for VESA backlights using PWM for brightness control · f58a4353
      Lyude Paul authored
      
      Now that we've added support to i915 for controlling panel backlights that
      need PWM to be enabled/disabled, let's finalize this and add support for
      controlling brightness levels via PWM as well. This should hopefully put us
      towards the path of supporting _ALL_ backlights via VESA's DPCD interface
      which would allow us to finally start trusting the DPCD again.
      
      Note however that we still don't enable using this by default on i915 when
      it's not needed, primarily because I haven't yet had a chance to confirm if
      it's safe to do this on the one machine in Intel's CI that had an issue
      with this: samus-fi-bdw. I have done basic testing of this on other
      machines though, by manually patching i915 to force it into PWM-only mode
      on some of my laptops.
      
      v2:
      * Correct documentation (thanks Doug!)
      * Get rid of backlight caps
      
      Signed-off-by: Lyude Paul's avatarLyude Paul <lyude@redhat.com>
      Reviewed-by: default avatarDoug Anderson <dianders@chromium.org>
      Cc: Rajeev Nandan <rajeevny@codeaurora.org>
      Cc: Satadru Pramanik <satadru@gmail.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20211105183342.130810-5-lyude@redhat.com
      f58a4353
  12. Nov 15, 2021
  13. Nov 11, 2021
  14. Nov 05, 2021
  15. Nov 02, 2021
  16. Nov 01, 2021
    • Andrey Grodzovsky's avatar
      drm/sched: Avoid lockdep spalt on killing a processes · 542cff78
      Andrey Grodzovsky authored
      
      Probelm:
      Singlaning one sched fence from within another's sched
      fence singal callback generates lockdep splat because
      the both have same lockdep class of their fence->lock
      
      Fix:
      Fix bellow stack by rescheduling to irq work of
      signaling and killing of jobs that left when entity is killed.
      
      [11176.741181]  dump_stack+0x10/0x12
      [11176.741186] __lock_acquire.cold+0x208/0x2df
      [11176.741197]  lock_acquire+0xc6/0x2d0
      [11176.741204]  ? dma_fence_signal+0x28/0x80
      [11176.741212] _raw_spin_lock_irqsave+0x4d/0x70
      [11176.741219]  ? dma_fence_signal+0x28/0x80
      [11176.741225]  dma_fence_signal+0x28/0x80
      [11176.741230] drm_sched_fence_finished+0x12/0x20 [gpu_sched]
      [11176.741240] drm_sched_entity_kill_jobs_cb+0x1c/0x50 [gpu_sched]
      [11176.741248] dma_fence_signal_timestamp_locked+0xac/0x1a0
      [11176.741254]  dma_fence_signal+0x3b/0x80
      [11176.741260] drm_sched_fence_finished+0x12/0x20 [gpu_sched]
      [11176.741268] drm_sched_job_done.isra.0+0x7f/0x1a0 [gpu_sched]
      [11176.741277] drm_sched_job_done_cb+0x12/0x20 [gpu_sched]
      [11176.741284] dma_fence_signal_timestamp_locked+0xac/0x1a0
      [11176.741290]  dma_fence_signal+0x3b/0x80
      [11176.741296] amdgpu_fence_process+0xd1/0x140 [amdgpu]
      [11176.741504] sdma_v4_0_process_trap_irq+0x8c/0xb0 [amdgpu]
      [11176.741731]  amdgpu_irq_dispatch+0xce/0x250 [amdgpu]
      [11176.741954]  amdgpu_ih_process+0x81/0x100 [amdgpu]
      [11176.742174]  amdgpu_irq_handler+0x26/0xa0 [amdgpu]
      [11176.742393] __handle_irq_event_percpu+0x4f/0x2c0
      [11176.742402] handle_irq_event_percpu+0x33/0x80
      [11176.742408]  handle_irq_event+0x39/0x60
      [11176.742414]  handle_edge_irq+0x93/0x1d0
      [11176.742419]  __common_interrupt+0x50/0xe0
      [11176.742426]  common_interrupt+0x80/0x90
      
      Signed-off-by: default avatarAndrey Grodzovsky <andrey.grodzovsky@amd.com>
      Suggested-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      Suggested-by: default avatarChristian König <christian.koenig@amd.com>
      Tested-by: default avatarChristian König <christian.koenig@amd.com>
      Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
      Link: https://www.spinics.net/lists/dri-devel/msg321250.html
      542cff78
  17. Oct 26, 2021
  18. Oct 19, 2021
  19. Oct 14, 2021
Loading