summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu/virtual_dce: Add vega20 supportFeifei Xu2018-05-171-0/+1
* drm/amdgpu/virtual_dce: add VEGAM supportLeo Liu2018-05-151-1/+2
* drm/admgpu: fix mode_valid's return typeLuc Van Oostenryck2018-05-151-1/+1
* drm/amdgpu: Move GEM BO to drm_framebufferDaniel Stone2018-04-111-3/+1Star
* drm/amdgpu/virtual_dce: add vega12 supportAlex Deucher2018-03-211-0/+1
* drm/amdgpu: remove unused display_vblank_wait interfaceAlex Deucher2018-02-191-14/+0Star
* drm/amdgpu: rename amdgpu_crtc_idx_to_irq_typeSamuel Li2018-02-191-1/+2
* drm/amdgpu: rename amdgpu_modeset_create_propsSamuel Li2018-02-191-1/+1
* drm/amdgpu: rename amdgpu_crtc_set_configSamuel Li2018-02-191-1/+1
* drm/amdgpu: rename amdgpu_crtc_page_flip_targetSamuel Li2018-02-191-1/+1
* drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König2018-02-191-1/+1
* drm/amdgpu:cancel timer of virtual DCE(v2)Monk Liu2017-12-061-0/+10
* drm/amdgpu:fix virtual dce bugMonk Liu2017-12-061-1/+3
* drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard2017-10-121-2/+2
* drm/amdgpu/dce_virtual: remove error message for vega10Xiangliang.Yu2017-08-151-0/+2
* Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-08-101-23/+0Star
|\
| * drm: amd: remove dead code and pointless local lut storagePeter Rosin2017-08-041-23/+0Star
* | drm/amdgpu/virtual_dce: Remove the rmmod error messageEmily Deng2017-07-251-1/+1
* | drm/amdgpu: remove *_mc_access from display funcsAlex Deucher2017-07-141-52/+39Star
* | drm/amdgpu: drop set_vga_render_state from display funcsAlex Deucher2017-07-141-7/+0Star
|/
* Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul2017-05-181-1/+1
|\
| * drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanupMichel Dänzer2017-04-281-1/+1
* | drm/amd: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-161-1/+1
|/
* drm: Add acquire ctx to ->gamma_set hookDaniel Vetter2017-04-061-1/+2
* drm/amdgpu/dce_virtual: bypass DPM for vfXiangliang Yu2017-03-301-0/+3
* drm/amdgpu: switch ih handling to two levels (v3)Alex Deucher2017-03-301-1/+1
* drm/amdgpu: add polaris12 to virtual dce handlingAlex Deucher2017-03-301-1/+2
* drm/amdgpu: fix unload driver issue for virtual displayXiangliang Yu2017-01-231-4/+1Star
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-3/+3
* Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter2016-12-061-6/+0Star
|\
| * Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-12-061-6/+0Star
| |\
| | * drm/amdgpu: drop is_display_hung from display funcsAlex Deucher2016-11-231-6/+0Star
* | | drm: Make the connector .detect() callback optionalLaurent Pinchart2016-12-011-7/+0Star
|/ /
* / drm/irq: Unexport drm_vblank_on/offDaniel Vetter2016-11-151-2/+2
|/
* drm/amdgpu: rework IP block registration (v2)Alex Deucher2016-10-251-1/+9
* drm/amdgpu/virtual_dce: move define into source fileAlex Deucher2016-10-251-0/+3
* drm/amd/amdgpu: For virtual display, enable multi crtcs. (v3)Emily Deng2016-10-251-24/+24
* drm/amdgpu: simplify encoder and connector setup (v2)Alex Deucher2016-10-251-87/+144
* drm/amdgpu/virtual_dce: clean up interrupt handlingAlex Deucher2016-10-251-55/+54Star
* drm/amdgpu/virtual_dce: no need to an irq process callbackAlex Deucher2016-10-251-16/+1Star
* drm/amdgpu/virtual_dce: drop pageflip_irq funcsAlex Deucher2016-10-251-29/+6Star
* drm/amdgpu/virtual_dce: drop empty functionAlex Deucher2016-10-251-11/+0Star
* drm/amdgpu/virtual_dce: add dce6 supportAlex Deucher2016-10-251-0/+14
* drm/amdgpu/virtual_dce: adjust config ifdefAlex Deucher2016-10-041-2/+2
* Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-09-301-6/+6
|\
| * drm/amdgpu: rename all rbo variable to abo v2Christian König2016-09-281-6/+6
* | Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-09-281-3/+3
|\|
| * drm/amdgpu: mark symbols static where possibleBaoyou Xie2016-09-221-3/+3
* | drm/amdgpu: squash lines for simple wrapper functionsMasahiro Yamada2016-09-151-5/+1Star
|/
* drm/amdgpu: Hardcode virtual DCE vblank / scanout position return valuesEmily Deng2016-08-171-12/+4Star