aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+1
2025-02-25drm/amdgpu: update the handle ptr in is_idleSunil Khatri1-1/+1
2025-02-18drm/amdgpu: Switch to use hrtimer_setup()Nam Cao1-2/+2
2024-12-10drm/amdgpu: pass ip_block in set_clockgating_stateBoyuan Zhang1-1/+1
2024-12-10drm/amdgpu: pass ip_block in set_powergating_stateBoyuan Zhang1-1/+1
2024-10-22drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri1-4/+0
2024-10-22drm/amdgpu: clean the dummy soft_reset functionsSunil Khatri1-6/+0
2024-10-22drm/amdgpu: clean the dummy wait_for_idle functionsSunil Khatri1-6/+0
2024-10-22drm/amdgpu: clean the dummy suspend functionsSunil Khatri1-1/+2
2024-10-07drm/amdgpu: update the handle ptr in hw_finiSunil Khatri1-2/+2
2024-10-07drm/amdgpu: update the handle ptr in hw_initSunil Khatri1-5/+4
2024-10-07drm/amdgpu: update the handle ptr in resumeSunil Khatri1-3/+3
2024-10-07drm/amdgpu: update the handle ptr in suspendSunil Khatri1-3/+3
2024-10-07drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri1-1/+1
2024-10-01drm/amdgpu: update the handle ptr in soft_resetSunil Khatri1-1/+1
2024-10-01drm/amdgpu: update the handle ptr in sw_finiSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in sw_initSunil Khatri1-2/+2
2024-09-18drm/amdgpu: explicitely set the AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flagChristian König1-0/+1
2024-07-27drm/amdgpu: convert bios_hardcoded_edid to drm_edidThomas Weißschuh1-1/+1
2024-07-05Merge v6.10-rc6 into drm-nextDaniel Vetter1-2/+16
2024-06-25drm/amdgpu: avoid using null object of framebufferJulia Zhang1-2/+16
2024-05-08drm/amdgpu: Use drm_crtc_vblank_crtc()Ville Syrjälä1-6/+2
2024-04-26drm/amdgpu: add protype for print ip stateSunil Khatri1-0/+1
2024-04-26drm/amdgpu: add prototype for ip dumpSunil Khatri1-0/+1
2024-01-15drm/amd: Clean up errors in amdgpu_vkms.cchenxuebing1-2/+1
2023-12-13drm/amd: include drm/drm_edid.h only where neededJani Nikula1-0/+1
2023-10-13drm/amdgpu/vkms: fix a possible null pointer dereferenceMa Ke1-0/+2
2023-07-13drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancelGuchun Chen1-2/+3
2023-07-10drm/amdgpu/vkms: drop redundant set of fb_modifiers_not_supportedGuchun Chen1-2/+0
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie1-0/+2
2022-11-15drm/amdgpu: move non-DC vblank handling out of irq codeAlex Deucher1-0/+4
2022-11-08Merge tag 'amd-drm-next-6.2-2022-11-04' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-0/+2
2022-11-02drm/amdgpu: set fb_modifiers_not_supported in vkmsYifan Zhang1-0/+2
2022-10-27drm/amdgpu: set fb_modifiers_not_supported in vkmsYifan Zhang1-0/+2
2022-10-19drm: Remove drm_mode_config::fb_baseZack Rusin1-2/+0
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-2/+2
2022-08-10drm/amdgpu: Only disable prefer_shadow on hawaiiAlex Deucher1-2/+1
2022-08-01Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+2
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann1-2/+2
2022-07-05drm/amdgpu/display: disable prefer_shadow for generic fb helpersAlex Deucher1-1/+2
2022-04-21drm/amdgpu: remove pointless ttm_eu usage from vkmsChristian König1-15/+17
2022-02-23Revert "drm/amdgpu: add modifiers in amdgpu_vkms_plane_init()"Guchun Chen1-2/+1
2022-01-11drm/amdgpu: use spin_lock_irqsave to avoid deadlock by local interruptGuchun Chen1-2/+3
2021-12-13drm/amdgpu: add modifiers in amdgpu_vkms_plane_init()Leslie Shi1-1/+2
2021-12-13drm/amdgpu: fix function scopesIsabella Basso1-2/+2
2021-12-07drm/amdgpu: free vkms_output after useFlora Cui1-7/+9
2021-12-07drm/amdgpu: drop the critial WARN_ON in amdgpu_vkmsFlora Cui1-1/+2
2021-12-01drm/amdgpu: fix vkms crtc settingsFlora Cui1-14/+28
2021-12-01drm/amdgpu: cancel the correct hrtimer on exitFlora Cui1-2/+2
2021-08-06drm/amdgpu: check for allocation failure in amdgpu_vkms_sw_init()Dan Carpenter1-0/+2