aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-13drm/amd: append missing includesIsabella Basso1-0/+1
2021-12-13drm/amd: fix improper docstring syntaxIsabella Basso1-1/+1
2020-09-15drm/amd/amdgpu: fix comparison pointer to bool warning in amdgpu_atpx_handler.cZheng Bin1-2/+2
2019-12-29Revert "drm/amdgpu: simplify ATPX detection"Alex Deucher1-1/+11
2019-10-15drm/amdgpu: simplify ATPX detectionAlex Deucher1-11/+1
2019-08-27drm/amdgpu: Add APTX quirk for Dell Latitude 5495Kai-Heng Feng1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner1-2/+1
2019-01-17drm/amdgpu: Add APTX quirk for Lenovo laptopAlex Deucher1-0/+1
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie1-0/+1
2018-07-18drm/amdgpu: add another ATPX quirk for TOPAZAlex Deucher1-0/+1
2018-07-05drm/amdgpu: Add amdgpu_atpx_get_dhandle()Lyude Paul1-0/+6
2018-07-05drm/amdgpu: s/disp_detetion_ports/disp_detection_ports/Lyude Paul1-2/+2
2018-06-28drm/amdgpu: Add amdgpu_atpx_get_dhandle()Lyude Paul1-0/+6
2018-06-01Revert "drm/amdgpu: Add an ATPX quirk for hybrid laptop"Alex Deucher1-1/+0
2018-05-15drm/amdgpu: fix amdgpu_atpx_get_client_id()'s return typeLuc Van Oostenryck1-1/+1
2018-03-22drm/amdgpu: Add an ATPX quirk for hybrid laptopAlex Deucher1-0/+1
2018-02-19drm/amdgpu: add new device to use atpx quirkKai-Heng Feng1-0/+1
2018-01-10drm/amdgpu: add atpx quirk handling (v2)Alex Deucher1-7/+50
2017-03-29gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-2/+2
2016-11-29drm/amdgpu: fix check for port PM availabilityPeter Wu1-2/+9
2016-11-23drm/amdgpu: fix power state when port pm is unavailablePeter Wu1-1/+8
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie1-9/+0
2016-09-22drm/amdgpu/atpx: check for ATIF dGPU wake for display events supportAlex Deucher1-0/+9
2016-08-09Revert "drm/amdgpu: work around lack of upstream ACPI support for D3cold"Alex Deucher1-9/+0
2016-07-29drm/amdgpu: init atpx at switcheroo register time (v2)Alex Deucher1-1/+1
2016-07-07drm/amdgpu: work around lack of upstream ACPI support for D3coldAlex Deucher1-0/+9
2016-07-07drm/amdgpu/atpx: track whether if this is a hybrid graphics platformAlex Deucher1-1/+8
2016-07-07drm/amdgpu/atpx: drop forcing of dGPU power controlAlex Deucher1-5/+0
2016-07-07drm/amdgpu/atpx: add a query for ATPX dGPU power controlAlex Deucher1-0/+4
2016-07-07drm/amdgpu: add a delay after ATPX dGPU power offAlex Deucher1-0/+5
2016-07-07drm/amdgpu: clean up atpx power control handlingAlex Deucher1-22/+29
2016-07-07drm/amdgpu: disable power control on hybrid laptopsAlex Deucher1-0/+5
2016-04-27drm/amdgpu: print a message if ATPX dGPU power control is missingAlex Deucher1-1/+4
2016-04-27Revert "drm/amdgpu: disable runtime pm on PX laptops without dGPU power control"Alex Deucher1-4/+4
2016-03-09drm/amdgpu: disable runtime pm on PX laptops without dGPU power controlAlex Deucher1-4/+4
2016-02-09vga_switcheroo: Add handler flags infrastructureLukas Wunner1-1/+2
2015-12-21drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.hRex Zhu1-1/+1
2015-10-20vga_switcheroo: Constify vga_switcheroo_handlerLukas Wunner1-1/+1
2015-10-02drm/amdgpu: Spell vga_switcheroo consistentlyLukas Wunner1-1/+1
2015-06-03drm/amdgpu: add core driver (v4)Alex Deucher1-0/+572