summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: consistenly name amdgpu_bo_ functionsChristian König2018-07-2510-38/+39
* drm/amdgpu: expose only the first UVD instance for nowChristian König2018-07-252-15/+7
* drm/amdgpu: clean up coding style a bitChristian König2018-07-251-10/+10
* drm/amdgpu: move the amdgpu_fbdev_set_suspend() further upShirish S2018-07-241-3/+3
* drm/amdgpu: Don't warn on destroying a pinned BOMichel Dänzer2018-07-241-1/+1
* drm/amdgpu: Fix RLC safe mode test in gfx_v9_0_enter_rlc_safe_modeMichel Dänzer2018-07-241-1/+1
* drm/amdgpu: rework suspend and resume to deal with atomic changesAlex Deucher2018-07-201-41/+45
* drm/amdgpu: split ip suspend into 2 phasesAlex Deucher2018-07-201-2/+76
* drm/amdgpu/acpi: skip backlight events for DCAlex Deucher2018-07-201-1/+3
* drm/amdgpu/apci: don't call sbios request function if it's not supportedAlex Deucher2018-07-201-25/+28
* drm/amdgpu: Fix warning in dma_fence_is_later on resume from S3.Andrey Grodzovsky2018-07-201-0/+2
* drm/amdgpu: use drm_fb helper for console_(un)lockShirish S2018-07-202-8/+4
* drm/amdgpu: lock and unlock console only for amdgpu_fbdev_set_suspend [V5]Shirish S2018-07-201-15/+7
* drm/amdgpu: fix spelling mistake "successed" -> "succeeded"Colin Ian King2018-07-201-5/+5
* Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-07-2054-578/+822
|\
| * drm/amdgpu: clean up UVD instance handling v2Christian König2018-07-192-67/+64
| * drm/amdgpu: remove superflous UVD encode entityChristian König2018-07-193-27/+0
| * drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86Michel Dänzer2018-07-191-1/+1
| * drm/amdgpu/pm: Remove VLA usageKees Cook2018-07-181-58/+42
| * drm/amdgpu: simplify the bo reference on amdgpu_bo_updateHuang Rui2018-07-181-4/+3
| * drm/amdgpu: remove internal/unused kernel module parametersSonny Jiang2018-07-182-15/+0
| * drm/amdgpu: change ring priority after pushing the job (v2)Christian König2018-07-182-3/+11
| * drm/amdgpu: allow for more flexible priority handlingChristian König2018-07-181-1/+2
| * drm/amdgpu/gfx9: Update golden settings for vg10.Feifei Xu2018-07-181-1/+12
| * drm/amdgpu: minor cleanup in amdgpu_job.cChristian König2018-07-171-7/+4
| * drm/amdgpu: remove job->adev (v2)Christian König2018-07-172-8/+11
| * drm/amdgpu: add amdgpu_job_submit_direct helperChristian König2018-07-168-70/+48
| * drm/amdgpu: remove job->ringChristian König2018-07-167-28/+29
| * drm/amdgpu: remove ring parameter from amdgpu_job_submitChristian König2018-07-169-21/+20
| * drm/amdgpu: remove fence context from the jobChristian König2018-07-164-4/+1
| * drm/amdgpu: cleanup job headerChristian König2018-07-162-45/+75
| * drm/amdgpu: Allow to create BO lists in CS ioctl v3Andrey Grodzovsky2018-07-164-40/+107
| * drm/amdgpu/vi: fix mixed up state in smu clockgating setupAlex Deucher2018-07-131-6/+6
| * drm/amdgpu: Warn and update pin_size values when destroying a pinned BOMichel Dänzer2018-07-131-7/+25
| * drm/amdgpu: Make pin_size values atomicMichel Dänzer2018-07-134-21/+23
| * drm/amdgpu: Keep track of amount of pinned CPU visible VRAMMichel Dänzer2018-07-135-19/+14
| * drm/scheduler: modify args of drm_sched_entity_initNayan Deshmukh2018-07-137-14/+11
| * drm/amdgpu: fix TTM move entity init orderChristian König2018-07-131-16/+21
| * drm/amd: Use newly added interrupt source defs for SOC15.Andrey Grodzovsky2018-07-136-12/+24
| * drm/amd: Use newly added interrupt source defs for VI v3.Andrey Grodzovsky2018-07-1311-23/+41
| * drm/amd/powerplay: add vega12 SMU gfxoff support v3Evan Quan2018-07-131-0/+5
| * drm/amdgpu: reduce the idle period that RLC has to wait before request CGCGEvan Quan2018-07-131-4/+7
| * drm/amdgpu: no touch for the reserved bit of RLC_CGTT_MGCG_OVERRIDEEvan Quan2018-07-131-4/+11
| * drm/amdgpu: drop mmRLC_PG_CNTL clear v2Evan Quan2018-07-131-3/+0
| * drm/amdgpu: correct rlc save restore list initialization for v2_1Evan Quan2018-07-131-6/+12
| * drm/amdgpu: init CSIB regardless of rlc version and pg statusEvan Quan2018-07-131-1/+2
| * drm/amdgpu: pin the csb buffer on hw init v2Evan Quan2018-07-131-0/+40
| * drm/amdgpu: get VCN start to process in the dpm disabled caseLeo Liu2018-07-101-1/+1
| * drm/amdgpu: move cache window setup after power and clock resumeLeo Liu2018-07-101-2/+2
| * drm/amdgpu: Take VCN jpeg ring into account in idle work handlerLeo Liu2018-07-101-0/+2
OpenPOWER on IntegriCloud