summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'amd-drm-next-6.3-2023-01-27' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-01-301-2/+2
|\
| * drm/amdgpu/display/mst: adjust the naming of mst_port and port of aconnectorWayne Lin2023-01-241-2/+2
* | Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-01-241-1/+0
|\ \ | |/ |/|
| * drm/amdgpu: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann2023-01-181-1/+0
* | drm/amdgpu: Retry DDC probing on DVI on failure if we got an HPD interruptxurui2023-01-051-0/+1
|/
* drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann2022-11-051-1/+0
* drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-261-1/+0
* Merge tag 'amd-drm-next-5.20-2022-07-05' of https://gitlab.freedesktop.org/ag...Dave Airlie2022-07-121-4/+0
|\
| * drm/amdgpu: Drop CONFIG_BACKLIGHT_CLASS_DEVICE ifdefsHans de Goede2022-06-211-4/+0
* | drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
|/
* Merge tag 'drm-misc-next-2022-04-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-04-291-2/+2
|\
| * drm: Rename dp/ to display/Thomas Zimmermann2022-04-251-2/+2
* | drm/amdgpu: make amdgpu_display_gem_fb_verify_and_init() staticAlex Deucher2022-03-251-5/+0
* | drm/amdgpu: drop amdgpu_display_gem_fb_init()Alex Deucher2022-03-251-4/+0
* | drm/amdgpu: make amdgpu_display_framebuffer_init() staticAlex Deucher2022-03-251-4/+0
|/
* drm/amdgpu: derive GTT display support from DMAlex Deucher2022-02-231-0/+1
* drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann2022-01-171-2/+2
* drm/amdgpu: use generic fb helpers instead of setting up AMD own's.Evan Quan2021-11-171-20/+0
* drm/amdgpu: add atomfirmware helper function to query fw capHawking Zhang2021-05-191-1/+1
* drm/amdgpu: Verify bo size can fit framebuffer size on init.Mark Yacoub2021-03-231-0/+8
* drm/amd/display: Store tiling_flags in the framebuffer.Bas Nieuwenhuizen2020-10-301-0/+3
* drm/amdgpu: Move existing pflip fields into separate structAurabindo Pillai2020-09-151-1/+3
* drm/amdgpu: utilize subconnector property for DP through atombiosOleg Vasilev2020-08-111-0/+1
* drm/amdgpu: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann2020-02-131-0/+5
* drm/amd/display: Switch the custom "max bpc" property to the DRM propNicholas Kazlauskas2019-05-241-2/+0
* drm/amd/display: Remove semicolon from to_dm_plane_state definitionNicholas Kazlauskas2019-04-101-1/+1
* drm/amd/display: Rework vrr flip throttling for late vblank irq.Mario Kleiner2019-04-031-1/+1
* Merge v5.0 into drm-nextDave Airlie2019-03-041-0/+1
|\
| * drm/amd/display: Use vrr friendly pageflip throttling in DC.Mario Kleiner2019-02-271-0/+1
* | drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-0/+1
|/
* drm/amdgpu: Set FreeSync state using drm VRR propertiesNicholas Kazlauskas2018-11-281-7/+0
* drm/amd/amdgpu: Remove duplicate headerBrajeswar Ghosh2018-11-261-1/+0
* drm/amd: Add abm level drm propertyDavid Francis2018-11-261-0/+2
* drm/amdgpu: Add amdgpu "max bpc" connector property (v2)Nicholas Kazlauskas2018-11-191-0/+2
* drm/amdgpu: Drop amdgpu_planeHarry Wentland2018-11-061-7/+1
* drm/amdgpu: Move GEM BO to drm_framebufferDaniel Stone2018-04-111-1/+0
* drm/amdgpu: Remove some unused elements from amdgpu_connector structHarry Wentland2018-03-141-29/+0
* drm/amdgpu: save/restore backlight level in legacy dce codeAlex Deucher2018-03-141-0/+1
* drm/amdgpu: remove unused display_vblank_wait interfaceAlex Deucher2018-02-191-2/+0
* drm/amdgpu: rename amdgpu_crtc_idx_to_irq_typeSamuel Li2018-02-191-1/+1
* drm/amdgpu: rename amdgpu_get_crtc_scanoutposSamuel Li2018-02-191-5/+5
* drm/amdgpu: rename amdgpu_crtc_scaling_mode_fixupSamuel Li2018-02-191-3/+3
* drm/amdgpu: rename amdgpu_modeset_create_propsSamuel Li2018-02-191-1/+1
* drm/amdgpu: rename amdgpu_framebuffer_initSamuel Li2018-02-191-4/+4
* drm/amdgpu: rename amdgpu_ddc_probeSamuel Li2018-02-191-1/+2
* drm/amdgpu: rename amdgpu_print_display_setupSamuel Li2018-02-191-1/+1
* drm/amdgpu: rename amdgpu_crtc_set_configSamuel Li2018-02-191-2/+2
* drm/amdgpu: rename amdgpu_crtc_page_flip_targetSamuel Li2018-02-191-5/+5
* drm/amdgpu: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes2017-12-061-4/+0
* amdgpu: Remove AMDGPU_{HPD,CRTC_IRQ,PAGEFLIP_IRQ}_LASTMichel Dänzer2017-12-041-3/+0