aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Pass along the format info from .fb_create() to drm_helper_mode_f...Ville Syrjälä2025-07-161-2/+3
* drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_s...Ville Syrjälä2025-07-161-1/+1
* drm: Pass the format info to .fb_create()Ville Syrjälä2025-07-161-0/+1
* drm/amdgpu: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann2025-06-301-1/+1
* drm/amdgpu: add generic display panic helper codeAlex Deucher2024-12-181-0/+80
* drm/amdgpu: explicitely set the AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flagChristian König2024-09-181-0/+2
* drm/amdgpu: ensure the connector is not null before using itTim Huang2024-09-171-1/+1
* Revert "drm/amd: Add power_saving_policy drm property to eDP connectors"Hamza Mahfooz2024-08-021-4/+0
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-07-291-11/+68
|\
| * drm/amdgpu: rewrite convert_tiling_flags_to_modifier_gfx12Marek Olšák2024-07-011-27/+18
| * drm/amdgpu: add amdgpu_framebuffer::gfx12_dccMarek Olšák2024-07-011-7/+8
| * drm/amdgpu: handle gfx12 in amdgpu_display_verify_sizesMarek Olšák2024-07-011-1/+26
| * drm/amdgpu: don't use amdgpu_lookup_format_info on gfx12Marek Olšák2024-07-011-0/+4
| * drm/amdgpu: check for LINEAR_ALIGNED correctly in check_tiling_flags_gfx6Marek Olšák2024-07-011-2/+1
| * drm/amd: GFX12 changes for converting tiling flags to modifiersAurabindo Pillai2024-04-261-0/+37
* | drm/amd: Add power_saving_policy drm property to eDP connectorsMario Limonciello2024-07-101-0/+4
|/
* drm/amd: Drop abm_level propertyMario Limonciello2024-02-271-8/+0
* drm/amdgpu: correct the amdgpu runtime dereference usage countPrike Liang2023-11-291-6/+3
* drm/amdgpu: Use function for IP version checkLijo Lazar2023-09-201-10/+18
* drm/amdgpu: register a dirty framebuffer callback for fbconHamza Mahfooz2023-08-301-1/+25
* drm/amd/amdgpu: Fix warnings in amdgpu/amdgpu_display.cSrinivasan Shanmugam2023-07-251-17/+25
* drm/amd/amdgpu: Fix style errors in amdgpu_display.cSrinivasan Shanmugam2023-06-091-9/+8
* drm/amdgpu: move poll enabled/disable into non DC pathGuchun Chen2023-03-131-0/+4
* Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-01-241-0/+1
|\
| * drm/amdgpu: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann2023-01-181-0/+1
* | drm/amdgpu: Retry DDC probing on DVI on failure if we got an HPD interruptxurui2023-01-051-1/+1
|/
* Merge tag 'amd-drm-next-6.2-2022-11-18' of https://gitlab.freedesktop.org/agd...Dave Airlie2022-11-221-2/+37
|\
| * drm/amdgpu: clarify DC checksAlex Deucher2022-11-151-2/+2
| * drm/amdgpu: move non-DC vblank handling out of irq codeAlex Deucher2022-11-151-0/+35
| * drm/amdgpu: use proper DC check in amdgpu_display_supported_domains()Alex Deucher2022-11-151-1/+1
* | drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann2022-11-051-1/+1
* | drm/amdgpu: Don't set struct drm_driver.output_poll_changedThomas Zimmermann2022-11-051-1/+0
|/
* Revert "drm/amdgpu: use dirty framebuffer helper"Hamza Mahfooz2022-10-061-12/+2
* drm/amdgpu: don't register a dirty callback for non-atomicAlex Deucher2022-09-201-1/+10
* drm/amdgpu: use dirty framebuffer helperHamza Mahfooz2022-09-131-0/+2
* drm/amdgpu: keep fbdev buffers pinned during suspendAlex Deucher2022-07-051-4/+21
* drm/amd/display: expose additional modifier for DCN32/321Aurabindo Pillai2022-06-291-2/+1
* drm/amd: Add GFX11 modifiers support to AMDGPU (v3)Aurabindo Pillai2022-06-031-10/+42
* Merge tag 'amd-drm-next-5.19-2022-04-15' of https://gitlab.freedesktop.org/ag...Dave Airlie2022-04-281-35/+17
|\
| * drm/amdgpu: Re-classify some log messages in commit pathSean Paul2022-03-281-2/+3
| * drm/amdgpu: make amdgpu_display_gem_fb_verify_and_init() staticAlex Deucher2022-03-251-4/+5
| * drm/amdgpu: drop amdgpu_display_gem_fb_init()Alex Deucher2022-03-251-25/+0
| * drm/amdgpu: make amdgpu_display_framebuffer_init() staticAlex Deucher2022-03-251-4/+9
* | dma-buf: add enum dma_resv_usage v4Christian König2022-04-071-2/+1
|/
* drm/amdgpu: Use IP versions in convert_tiling_flags_to_modifier()Alex Deucher2022-03-021-3/+3
* Merge tag 'amd-drm-next-5.18-2022-02-25' of https://gitlab.freedesktop.org/ag...Dave Airlie2022-03-011-27/+3
|\
| * drm/amdgpu: derive GTT display support from DMAlex Deucher2022-02-231-27/+3
| * drm/amdgpu: bypass tiling flag check in virtual display case (v2)Guchun Chen2022-02-221-1/+1
* | Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie2022-02-281-1/+1
|\ \
| * | drm/amdgpu: bypass tiling flag check in virtual display case (v2)Guchun Chen2022-02-231-1/+1