summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/amd/display: Validate dc_plane_info and dc_plane_size in atomic checkNicholas Kazlauskas2019-08-061-0/+24
| * drm/amd/display: Add missing NV12 asic IDsRoman Li2019-08-021-0/+4
| * drm/amd/display: Don't replace the dc_state for fast updatesNicholas Kazlauskas2019-08-021-0/+23
| * drm/amd/display: Skip determining update type for async updatesNicholas Kazlauskas2019-08-021-7/+20
| * drm/amd/display: Allow cursor async updates for framebuffer swapsNicholas Kazlauskas2019-08-021-10/+0
| * drm/amdgpu: Fix amdgpu_display_supported_domains logic.Andrey Grodzovsky2019-07-301-1/+1
| * drm/amd/display: enable S/G for RAVEN chipShirish S2019-07-301-1/+1
| * drm/amd/display: Use dev_get_drvdataChuhong Yuan2019-07-301-2/+1
| * drm/amd/display: add dcc programming for dual planeDmytro Laktyushkin2019-07-181-21/+21
| * drm/amd/display: add functionality to get pipe CRC source.Dingchen Zhang2019-07-181-0/+1
| * drm/amd/display: add functionality to grab DPRX CRC entries.Dingchen Zhang2019-07-181-6/+11
| * drm/amd/display: skip to load dmcu firmware for navi14Xiaojie Yuan2019-07-181-0/+1
| * drm/amd/display: add nv14 cases to amdgpu_dmBhawanpreet Lakha2019-07-181-0/+7
* | drm/amdgpu: switch driver from bo->resv to bo->base.resvGerd Hoffmann2019-08-061-1/+1
|/
* drm/amd/display: Add drm_audio_component support to amdgpu_dmNicholas Kazlauskas2019-07-111-0/+222
* drm/amdgpu/display: fix interrupt client id for naviAlex Deucher2019-07-021-4/+1
* drm/amd/amdgpu: Check stream in amdgpu_dm_commit_planesErnst Sjöstrand2019-06-251-1/+2
* Merge branch 'drm-next' into drm-next-5.3Alex Deucher2019-06-251-5/+7
|\
| * Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-191-2/+1
| |\
| | * drm/amd: fix fb references in async updateHelen Koike2019-06-041-2/+1
| | * drm/amd/display: Don't load DMCU for Raven 1 (v2)Harry Wentland2019-05-241-2/+10
| | * Revert "drm/amd/display: Don't load DMCU for Raven 1"Dave Airlie2019-05-241-10/+2
| | * drm/amd/display: Don't load DMCU for Raven 1Harry Wentland2019-05-201-2/+10
| * | Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-141-3/+6
| |\ \
| | * | drm/amdgpu: Fix connector atomic_check compilation failSean Paul2019-06-141-2/+3
| | * | drm/amd: drop use of drmP.h in display/Sam Ravnborg2019-06-101-1/+3
* | | | drm/amd/display: Rework CRTC color managementNicholas Kazlauskas2019-06-221-10/+22
* | | | drm/amd/display: update DSC MST DP virtual DPCD peer device enumeration policyWenjing Liu2019-06-221-0/+14
* | | | drm/amd/display: Add power down display on boot flagThomas Lim2019-06-221-0/+1
* | | | drm/amd/display: disable dcn20 abm feature for bring uphersen wu2019-06-221-4/+7
* | | | drm/amd/display: Hook DCN2 into amdgpu_dm and expose as config (v2)Harry Wentland2019-06-221-0/+14
* | | | drm/amd/display: Read soc_bounding_box from gpu_info (v2)Harry Wentland2019-06-211-0/+3
* | | | drm/amd/display: move dcn v1_0 irq source header to ivsrcid/dcn/Hawking Zhang2019-06-201-1/+1
* | | | Revert "drm/amd/display: Rework CRTC color management"Alex Deucher2019-06-201-22/+10
* | | | Revert "drm/amd/display: Enable fast plane updates when state->allow_modeset ...Nicholas Kazlauskas2019-06-201-0/+8
* | | | amdgpu_dm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-131-5/+1
* | | | drm/amd/display: Rework CRTC color managementNicholas Kazlauskas2019-06-111-10/+22
* | | | drm/amd/display: Set default ABM level to module parameterNicholas Kazlauskas2019-06-111-0/+3
* | | | drm/amd/display: Enable fast plane updates when state->allow_modeset = trueNicholas Kazlauskas2019-06-111-8/+0
* | | | drm/amd/display: Use current connector state if NULL when checking bpcNicholas Kazlauskas2019-06-111-0/+4
* | | | drm/amd/display: Always allocate initial connector state stateNicholas Kazlauskas2019-06-111-3/+7
* | | | drm/amd/display: Don't set mode_changed=false if the stream was removedNicholas Kazlauskas2019-06-111-1/+11
|/ / /
* | | Merge branch 'drm-next-5.3' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-06-061-13/+53
|\ \ \
| * | | drm/amdgpu/display: Drop some new CONFIG_DRM_AMD_DC_DCN1_01 guardsAlex Deucher2019-06-051-2/+0
| * | | drm/amd/display: use ttm_eu_reserve_buffers instead of amdgpu_bo_reserve v2Chunming Zhou2019-05-311-5/+16
| * | | drm/amdgpu/display: Fix reload driver errorEmily Deng2019-05-311-1/+14
| * | | drm/amd/display: Reset planes for color management changesNicholas Kazlauskas2019-05-311-0/+4
| * | | drm/amd/display: Ensure DRR triggers in BPEryk Brol2019-05-311-5/+19
* | | | Merge tag 'drm-misc-next-2019-06-05' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-06-061-4/+151
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | drm/amd/display: Only force modesets when toggling HDRNicholas Kazlauskas2019-06-031-6/+28
OpenPOWER on IntegriCloud