summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-10-12drm/amd/powerplay: hint when power profile setting is not supportedEvan Quan1-2/+7
2018-10-12drm/amd/powerplay: translate power_profile mode to pplib workload typeEvan Quan1-3/+39
2018-10-11Merge branch 'drm-next-4.20' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie90-1144/+1629
2018-10-11Merge tag 'drm-misc-next-fixes-2018-10-10' of git://anongit.freedesktop.org/d...Dave Airlie1-2/+0
2018-10-11Merge branch 'mediatek-drm-next-4.20' of https://github.com/ckhu-mediatek/lin...Dave Airlie12-279/+627
2018-10-11drm/nouveau/secboot/acr: fix memory leakGustavo A. R. Silva1-0/+1
2018-10-11drm/nouveau/disp: take sink support into account for exposing 594mhzIlia Mirkin1-12/+22
2018-10-11drm/nouveau/disp: add support for setting scdc parameters for high modesIlia Mirkin1-1/+39
2018-10-11drm/nouveau/disp: keep track of high-speed state, program into clockIlia Mirkin3-4/+14
2018-10-11drm/nouveau/disp/gm200-: add scdc parameter setterIlia Mirkin5-0/+39
2018-10-11drm/nouveau/disp: add a way to configure scrambling/tmds for hdmi 2.0Ilia Mirkin3-3/+13
2018-10-11drm/nouveau: Start using new drm_dev initialization helpersLyude Paul1-72/+101
2018-10-11drm/nouveau: Fix potential memory leak in nouveau_drm_load()Lyude Paul1-2/+4
2018-10-11drm/nouveau: Refactor nvXX_backlight_init()Lyude Paul1-88/+72
2018-10-11drm/nouveau: Cleanup indenting in nouveau_backlight.cLyude Paul1-6/+7
2018-10-11drm/nouveau/drm/nouveau: s/nouveau_backlight_exit/nouveau_backlight_fini/Lyude Paul3-4/+4
2018-10-11drm/nouveau: Move backlight device into nouveau_connectorLyude Paul6-100/+133
2018-10-11drm/nouveau: Add NV_PRINTK_ONCE and variantsLyude Paul1-0/+8
2018-10-11drm/nouveau: Check backlight IDs are >= 0, not > 0Lyude Paul1-2/+2
2018-10-10list: introduce list_bulk_move_tail helperChristian König1-20/+5
2018-10-10drm/amdgpu/powerplay: factor out some pptable helpersAlex Deucher4-96/+70
2018-10-10drm/amdgpu/powerplay: endian fixes for vega20_processpptables.cAlex Deucher1-16/+25
2018-10-10drm/amdgpu/powerplay: endian fixes for vega12_processpptables.cAlex Deucher1-12/+14
2018-10-10drm/amdgpu/powerplay: endian fixes for vega10_processpptables.cAlex Deucher1-15/+15
2018-10-10drm/amdgpu: remove set but not used variable 'header'YueHaibing1-2/+0
2018-10-10drm/amdgpu: remove set but not used variable 'ring' in psp_v11_0_ring_stopYueHaibing1-3/+0
2018-10-10drm/amdkfd: Remove set but not used variable 'preempt_all_queues'YueHaibing1-3/+0
2018-10-10drm/amdgpu/powerplay: fix missing break in switch statementsColin Ian King5-0/+10
2018-10-10drm/amdgpu: Suppress keypresses from ACPI_VIDEO eventsLyude Paul1-5/+12
2018-10-10drm/amdgpu: Remove the direct fw loading support for sdma2.4Rex Zhu1-42/+0
2018-10-10drm/amdgpu: Remove wrong fw loading type warningRex Zhu1-2/+0
2018-10-10drm/amdgpu: Load fw between hw_init/resume_phase1 and phase2Rex Zhu7-52/+62
2018-10-10drm/amdgpu: split ip hw_init into 2 phasesRex Zhu1-13/+53
2018-10-10drm/amdgpu: Remove amdgpu_ucode_fini_boRex Zhu4-26/+1
2018-10-10drm/amdgpu: Split amdgpu_ucode_init/fini_bo into two functionsRex Zhu3-29/+36
2018-10-10drm/amdgpu: Check late_init status before set cg/pg stateRex Zhu1-2/+2
2018-10-10drm/amdgpu: Refine function amdgpu_device_ip_late_initRex Zhu1-2/+2
2018-10-10drm/amdgpu: Change AI gfx/sdma/smu init sequenceRex Zhu1-4/+4
2018-10-10drm/amdgpu: Change SI/CI gfx/sdma/smu init sequenceRex Zhu2-14/+16
2018-10-10drm/amdgpu: Limit the max mc address to hole startEmily Deng1-2/+4
2018-10-10drm/amdgpu: fix CPDMA hang in PRT modeTao Zhou1-3/+12
2018-10-10drm/amdgpu: add CP_DEBUG register definition for GC9.0Tao Zhou1-0/+2
2018-10-10drm/amd/display: RV2 DP MST 2nd display within daisy chain not light upHersen Wu1-1/+18
2018-10-10drm/amd/display: Fix warning storm on Raven2Roman Li1-2/+41
2018-10-10Merge tag 'drm-msm-fixes-2018-10-09' of git://people.freedesktop.org/~robclar...Dave Airlie2-6/+9
2018-10-10Merge tag 'drm-msm-next-2018-10-07' of git://people.freedesktop.org/~robclark...Dave Airlie60-3240/+1903
2018-10-09drm/amdgpu: Change VI gfx/sdma/smu init sequenceRex Zhu1-12/+12
2018-10-09drm/amdgpu: Add fw load in gfx_v8 and sdma_v3Rex Zhu2-0/+19
2018-10-09drm/amd/pp: Implement load_firmware interfaceRex Zhu1-0/+15
2018-10-09drm/amd/pp: Allocate ucode bo in request_smu_load_fwRex Zhu3-3/+4