aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-10drm/amd/display: do not disable an invalid irq source in hdp finishAlan Liu1-1/+5
2021-08-10drm/amd/display: use GFP_ATOMIC in amdgpu_dm_irq_schedule_workAnson Jacob1-1/+1
2021-05-10drm/amd/display: Support for DMUB AUXJude Shih1-1/+26
2021-04-09drm/amd/display: Deallocate IRQ handlers on amdgpu_dm_irq_finiVictor Lu1-0/+51
2021-04-09drm/amd/display: Log DMCUB trace buffer eventsLeo (Hanghong) Ma1-0/+20
2021-04-09drm/amdgpu/display/dm: add missing parameter documentationAlex Deucher1-0/+1
2021-03-05drm/amdgpu/display: remove redundant continue statementColin Ian King1-3/+1
2021-03-02drm/amdgpu/display: buffer INTERRUPT_LOW_IRQ_CONTEXT interrupt workXiaogang Chen1-36/+79
2021-02-09drm/amd/display: Add otg vertical interrupt0 support in DCN1.0Wayne Lin1-0/+22
2020-12-23drm/amd/display: handler not correctly checked at remove_irq_handlerQingqing Zhuo1-1/+4
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov1-2/+2
2020-01-07drm/amd: use list_for_each_entry for list iteration.Wambui Karuga1-15/+4
2019-10-03drm/amdgpu: Iterate through DRM connectors correctlyLyude Paul1-2/+8
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-2/+0
2019-06-17drm/amd/display: Delete a redundant memory setting in amdgpu_dm_irq_register_interrupt()Markus Elfring1-2/+0
2019-06-10drm/amd: drop use of drmP.h in display/Sam Ravnborg1-2/+0
2019-04-03drm/amd/display: In VRR mode, do DRM core vblank handling at end of vblank. (v2)Mario Kleiner1-0/+22
2018-11-05drm/amd/display: Initial documentation for AMDgpu DCLeo Li1-13/+102
2018-10-09drm/amd/display: Flatten irq handler data structLeo Li1-23/+14
2018-05-29drm/amd/display: Do not program interrupt status on disabled crtcMikita Lipski1-0/+3
2018-04-25drm/amd/display: Fix deadlock when flushing irqMikita Lipski1-2/+3
2018-02-19drm/amd/display: Set irq state only on existing crtcsMikita Lipski1-4/+2
2018-02-19drm/amd/display: Remove timer handler.Andrey Grodzovsky1-76/+0
2017-12-04drm/amd/display: Use real number of CRTCs and HPDs in set_irq_funcsMichel Dänzer1-3/+6
2017-10-21drm/amd/display: Fix brace styleTom St Denis1-9/+6
2017-10-21drm/amd/display: Fix irq enable/disable on resume.Roman Li1-2/+2
2017-10-21drm/amd/display: Fix hotplug after s3 resume.Roman Li1-2/+2
2017-10-17drm/amd/display: make amdgpu_dm_irq_handler staticAlex Deucher1-3/+3
2017-10-17drm/amd/display: remove unused functions in amdgpu_dm_irq.cAlex Deucher1-62/+0
2017-10-17drm/amd/display: whitespace cleanup in amdgpu_dm_irq.c/hAlex Deucher1-63/+48
2017-09-26drm/amd/display: Format changes to bring in line with internal treeHarry Wentland1-2/+2
2017-09-26drm/amd/display: Break out amdgpu_dm_connectorHarry Wentland1-6/+6
2017-09-26drm/amd/display: Fix s3 hang on resume.Andrey Grodzovsky1-5/+11
2017-09-26drm/amd/display: Register on VLBLANK ISR.Andrey Grodzovsky1-1/+1
2017-09-26drm/amd/dc: Add dc display driver (v2)Harry Wentland1-0/+829