summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-05drm/amdgpu: replace dce_virtual with amdgpu_vkms (v3)Ryan Taylor1-223/+0
2021-08-05drm/amdgpu: cleanup dce_virtualRyan Taylor1-565/+3
2021-08-05drm/amdgpu: create amdgpu_vkms (v4)Ryan Taylor1-9/+14
2021-07-13drm/amdgpu: Correct the irq numbers for virtual crtcEmily Deng1-1/+1
2021-05-19drm/amd/amdgpu: Cancel the hrtimer in sw_finiRoy Sun1-7/+5
2021-04-09drm/amdgpu: clean up non-DC suspend/resume handlingAlex Deucher1-1/+14
2021-01-08drm/amdgpu: Add new mode 2560x1440Emily.Deng1-2/+3
2020-11-24drm/amdgpu/dce_virtual: Enable vBlank control for vfshaoyunl1-3/+0
2020-10-09drm/amdgpu: Remove warning for virtual_displayEmily.Deng1-1/+3
2020-09-22drm/amdgpu: Fix dead lock issue for vblankEmily.Deng1-18/+17
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov1-18/+18
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov1-2/+2
2020-04-22drm/amdgpu: disble vblank when unloading sriov driverJiawei1-1/+2
2020-04-01drm/amdgpu: Add 4k resolution for virtual displayEmily Deng1-3/+7
2020-02-28Merge tag 'amd-drm-next-5.7-2020-02-26' of git://people.freedesktop.org/~agd5...Dave Airlie1-1/+0
2020-02-26drm/amdgpu: don't call drm_connector_register for non-MST portsAlex Deucher1-1/+0
2020-02-13drm/amdgpu: Convert to CRTC VBLANK callbacksThomas Zimmermann1-0/+4
2020-02-13drm/amdgpu: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann1-0/+1
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-6/+1
2019-09-16drm/connector: Allow max possible encoders to attach to a connectorJosé Roberto de Souza1-3/+2
2019-08-29drm/amdgpu/virtual_dce: drop error message in hw_initAlex Deucher1-10/+1
2019-08-12drm/amdgpu: enable dce virtual ip module for RenoirAaron Liu1-0/+1
2019-08-02drm/amdgpu: enable virtual display for navi12Xiaojie Yuan1-0/+1
2019-07-18drm/amdgpu/dce_virtual: add Arcturus virtual display supportLe Ma1-0/+1
2019-07-18drm/amdgpu: enable virtual display for navi14Xiaojie Yuan1-0/+1
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-1/+3
2019-06-21drm/amdgpu: enable virtual display feature for navi10Le.Ma1-0/+1
2019-06-10drm/amd: drop use of drmP.h in remaining filesSam Ravnborg1-1/+3
2019-01-14drm/amdgpu/virtual_dce: No need to pin the fb's boEmily Deng1-14/+3
2019-01-02drm/amdgpu/virtual_dce: No need to pin the fb's boEmily Deng1-14/+3
2018-09-26drm/amdgpu: move more defines into amdgpu_irq.hChristian König1-1/+1
2018-09-26drm/amdgpu: make function pointers mandatoryChristian König1-2/+1
2018-07-20Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-1/+2
2018-07-13drm/amd: Use newly added interrupt source defs for VI v3.Andrey Grodzovsky1-1/+2
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-05drm/amdgpu: Use drm_connector_for_each_possible_encoder()Ville Syrjälä1-11/+4
2018-05-17drm/amdgpu/virtual_dce: Add vega20 supportFeifei Xu1-0/+1
2018-05-15drm/amdgpu/virtual_dce: add VEGAM supportLeo Liu1-1/+2
2018-05-15drm/admgpu: fix mode_valid's return typeLuc Van Oostenryck1-1/+1
2018-04-11drm/amdgpu: Move GEM BO to drm_framebufferDaniel Stone1-3/+1
2018-03-21drm/amdgpu/virtual_dce: add vega12 supportAlex Deucher1-0/+1
2018-02-19drm/amdgpu: remove unused display_vblank_wait interfaceAlex Deucher1-14/+0
2018-02-19drm/amdgpu: rename amdgpu_crtc_idx_to_irq_typeSamuel Li1-1/+2
2018-02-19drm/amdgpu: rename amdgpu_modeset_create_propsSamuel Li1-1/+1
2018-02-19drm/amdgpu: rename amdgpu_crtc_set_configSamuel Li1-1/+1
2018-02-19drm/amdgpu: rename amdgpu_crtc_page_flip_targetSamuel Li1-1/+1
2018-02-19drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König1-1/+1
2017-12-06drm/amdgpu:cancel timer of virtual DCE(v2)Monk Liu1-0/+10
2017-12-06drm/amdgpu:fix virtual dce bugMonk Liu1-1/+3
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard1-2/+2