summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/komeda: fix build with drm_modeset_helper.h updateSam Ravnborg2019-02-116-9/+26
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-02-11492-27617/+22822Star
|\
| * drm/virtio: do NOT reuse resource idsGerd Hoffmann2019-02-111-0/+13
| * Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-02-1150-486/+1155
| |\
| | * drm/amd/display: Check hpd_gpio for NULL before accessing itHarry Wentland2019-02-071-3/+4
| | * drm/amdgpu: fix NULL ptr dref in the VM codeChristian König2019-02-071-3/+5
| | * drm/amd/powerplay: add override pcie parameters for Vega20 (v2)Harish Kasiviswanathan2019-02-071-20/+27
| | * drm/amdgpu: Fix pci platform speed and widthHarish Kasiviswanathan2019-02-071-12/+46
| | * drm/amd/display: add n_vid_mul and half pix_rate for odmDmytro Laktyushkin2019-02-063-5/+8
| | * drm/amd/display: refactor init_hw to isolate pipe related initAnthony Koo2019-02-063-82/+85
| | * drm/amd/display: refactor programming of DRRAnthony Koo2019-02-062-31/+15Star
| | * drm/amd/display: add seamless boot flag to streamAnthony Koo2019-02-065-6/+75
| | * drm/amd/display: add way to determine if link is activeAnthony Koo2019-02-063-0/+10
| | * drm/amd/display: refactor out programming of vupdate interruptAnthony Koo2019-02-063-11/+48
| | * drm/amd/display: interface to check if timing can be seamlessAnthony Koo2019-02-069-2/+154
| | * drm/amd/display: 3.2.17mark mcgarrity2019-02-061-1/+1
| | * drm/amd/display: PIP overlay corruptionMurton Liu2019-02-062-2/+24
| | * drm/amd/display: link_rate_set should index into tableAnthony Koo2019-02-061-34/+1Star
| | * drm/amd/display: DC VM FixesEryk Brol2019-02-064-16/+11Star
| | * drm/amd/display: Disable Stutter for Stereo 3DWesley Chalmers2019-02-063-10/+31
| | * drm/amd/display: Calc vline position in dc.Yongqiang Sun2019-02-065-20/+97
| | * drm/amd/display: Clear dc_sink after it gets releasedJerry (Fangzhi) Zuo2019-02-061-1/+3
| | * drm/amd/display: Don't re-program planes for DPMS changesNicholas Kazlauskas2019-02-061-1/+2
| | * drm/amdgpu/display: fix compiler errors [-Werror,-Wparentheses-equality]Pratik Vishwakarma2019-02-061-1/+1
| | * drm/amd/display: Disconnect mpcc when changing tgNicholas Kazlauskas2019-02-061-3/+4
| | * drm/amd/display: Apply fake sink back to MST sequenceJerry (Fangzhi) Zuo2019-02-062-5/+6
| | * drm/amd/display: add a debug flag to force odm combineDmytro Laktyushkin2019-02-061-0/+1
| | * drm/amd/display: store timing sync info in dc_stream_statusSu Sung Chung2019-02-062-1/+21
| | * drm/amd/display: Modify ABM 2.2 Max ReductionJosip Pavic2019-02-061-2/+2
| | * drm/amd/display: pass vline_config parameter by reference.Yongqiang Sun2019-02-064-8/+8
| | * drm/amd/display: add gpio lock/unlockChiawen Huang2019-02-066-25/+81
| | * drm/amd/display: 3.2.16Steven Chiu2019-02-061-1/+1
| | * drm/amd/display: determine if a pipe is synced by plane stateWenjing Liu2019-02-061-4/+4
| | * drm/amd/display: DGAM enabled for HDRKrunoslav Kovac2019-02-061-37/+52
| | * drm/amd/display: Check that vrefresh is in freesync rangeIlya Bakoulin2019-02-061-5/+5
| | * drm/amd/display: dmcu is blocking due to wrong disable ABM commandPaul Hsieh2019-02-061-2/+2
| | * drm/amd/display: fix issue with DC brightness low with VBAnthony Koo2019-02-061-10/+24
| | * drm/amd/display: Add monitor patch for backlight offXiaodong Yan2019-02-062-0/+5
| | * drm/amd/display: Remove FreeSync timing changed debug outputNicholas Kazlauskas2019-02-061-6/+0Star
| | * drm/amd/display: Initialize stream_update to zeroNicholas Kazlauskas2019-02-061-1/+2
| | * drm/amd/display: Reformat dm_determine_update_type_for_commitNicholas Kazlauskas2019-02-061-61/+65
| | * drm/amd/display: Use the right surface for flip and FreeSyncNicholas Kazlauskas2019-02-061-13/+4Star
| | * drm/amd/display: Apply all surface updates onto surfacesNicholas Kazlauskas2019-02-062-17/+96
| | * drm/amd/display: Use udelay when waiting between aux retriesJohn Barberiz2019-02-061-1/+1
| | * drm/amdgpu: cleanup VM dw estimation a bitChristian König2019-02-061-8/+8
| | * drm/amdgpu: fix waiting for BO moves with CPU based PD/PT updatesChristian König2019-02-061-1/+6
| | * drm/amd/display: Use context parameters to enable FBCShirish S2019-02-061-1/+1
| | * drm/amd/display: Don't re-enable CRC when CONFIG_DEBUG_FS isn't definedNicholas Kazlauskas2019-02-061-0/+2
| | * drm/amdgpu: add a workaround for GDS ordered append hangs with compute queuesMarek Olšák2019-02-065-6/+79
| | * drm/amdgpu: Add AMDGPU_CHUNK_ID_SCHEDULED_DEPENDENCIESAndrey Grodzovsky2019-02-062-2/+14