aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2025-03-291-1/+1
|\
| * drm/amdgpu: update the handle ptr in is_idleSunil Khatri2025-02-251-1/+1
* | drm/amdgpu: Switch to use hrtimer_setup()Nam Cao2025-02-181-2/+2
|/
* drm/amdgpu: pass ip_block in set_clockgating_stateBoyuan Zhang2024-12-101-1/+1
* drm/amdgpu: pass ip_block in set_powergating_stateBoyuan Zhang2024-12-101-1/+1
* drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri2024-10-221-4/+0
* drm/amdgpu: clean the dummy soft_reset functionsSunil Khatri2024-10-221-6/+0
* drm/amdgpu: clean the dummy wait_for_idle functionsSunil Khatri2024-10-221-6/+0
* drm/amdgpu: clean the dummy suspend functionsSunil Khatri2024-10-221-1/+2
* drm/amdgpu: update the handle ptr in hw_finiSunil Khatri2024-10-071-2/+2
* drm/amdgpu: update the handle ptr in hw_initSunil Khatri2024-10-071-5/+4
* drm/amdgpu: update the handle ptr in resumeSunil Khatri2024-10-071-3/+3
* drm/amdgpu: update the handle ptr in suspendSunil Khatri2024-10-071-3/+3
* drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri2024-10-071-1/+1
* drm/amdgpu: update the handle ptr in soft_resetSunil Khatri2024-10-011-1/+1
* drm/amdgpu: update the handle ptr in sw_finiSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in sw_initSunil Khatri2024-10-011-2/+2
* drm/amdgpu: explicitely set the AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flagChristian König2024-09-181-0/+1
* drm/amdgpu: convert bios_hardcoded_edid to drm_edidThomas Weißschuh2024-07-271-1/+1
* Merge v6.10-rc6 into drm-nextDaniel Vetter2024-07-051-2/+16
|\
| * drm/amdgpu: avoid using null object of framebufferJulia Zhang2024-06-251-2/+16
* | drm/amdgpu: Use drm_crtc_vblank_crtc()Ville Syrjälä2024-05-081-6/+2
|/
* drm/amdgpu: add protype for print ip stateSunil Khatri2024-04-261-0/+1
* drm/amdgpu: add prototype for ip dumpSunil Khatri2024-04-261-0/+1
* drm/amd: Clean up errors in amdgpu_vkms.cchenxuebing2024-01-151-2/+1
* drm/amd: include drm/drm_edid.h only where neededJani Nikula2023-12-131-0/+1
* drm/amdgpu/vkms: fix a possible null pointer dereferenceMa Ke2023-10-131-0/+2
* drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancelGuchun Chen2023-07-131-2/+3
* drm/amdgpu/vkms: drop redundant set of fb_modifiers_not_supportedGuchun Chen2023-07-101-2/+0
* Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie2022-11-241-0/+2
|\
| * drm/amdgpu: set fb_modifiers_not_supported in vkmsYifan Zhang2022-11-021-0/+2
* | drm/amdgpu: move non-DC vblank handling out of irq codeAlex Deucher2022-11-151-0/+4
* | Merge tag 'amd-drm-next-6.2-2022-11-04' of https://gitlab.freedesktop.org/agd...Dave Airlie2022-11-081-0/+2
|\ \
| * | drm/amdgpu: set fb_modifiers_not_supported in vkmsYifan Zhang2022-10-271-0/+2
| |/
* / drm: Remove drm_mode_config::fb_baseZack Rusin2022-10-201-2/+0
|/
* Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2022-09-061-2/+2
|\
| * Merge drm/drm-next into drm-misc-nextThomas Zimmermann2022-08-011-1/+2
| |\
| * | drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann2022-07-261-2/+2
* | | drm/amdgpu: Only disable prefer_shadow on hawaiiAlex Deucher2022-08-101-2/+1
| |/ |/|
* | drm/amdgpu/display: disable prefer_shadow for generic fb helpersAlex Deucher2022-07-051-1/+2
|/
* drm/amdgpu: remove pointless ttm_eu usage from vkmsChristian König2022-04-211-15/+17
* Revert "drm/amdgpu: add modifiers in amdgpu_vkms_plane_init()"Guchun Chen2022-02-231-2/+1
* drm/amdgpu: use spin_lock_irqsave to avoid deadlock by local interruptGuchun Chen2022-01-111-2/+3
* drm/amdgpu: add modifiers in amdgpu_vkms_plane_init()Leslie Shi2021-12-131-1/+2
* drm/amdgpu: fix function scopesIsabella Basso2021-12-131-2/+2
* drm/amdgpu: free vkms_output after useFlora Cui2021-12-071-7/+9
* drm/amdgpu: drop the critial WARN_ON in amdgpu_vkmsFlora Cui2021-12-071-1/+2
* drm/amdgpu: fix vkms crtc settingsFlora Cui2021-12-011-14/+28
* drm/amdgpu: cancel the correct hrtimer on exitFlora Cui2021-12-011-2/+2
* drm/amdgpu: check for allocation failure in amdgpu_vkms_sw_init()Dan Carpenter2021-08-061-0/+2