summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+0
| * 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/+4
| * 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-066-6/+84
| * drm/amdgpu: Add AMDGPU_CHUNK_ID_SCHEDULED_DEPENDENCIESAndrey Grodzovsky2019-02-063-2/+15
| * drm/amd/powerplay: update soc boot and max level on vega10Kenneth Feng2019-02-061-0/+7
| * drm/amd/display: Use memset to initialize variables in fill_plane_dcc_attributesNathan Chancellor2019-02-061-2/+5
| * drm/amd/display: Use memset to initialize variables in amdgpu_dm_atomic_commi...Nathan Chancellor2019-02-061-2/+5
| * drm/amd/display: Use memset to initialize variable in wait_for_training_aux_r...Nathan Chancellor2019-02-061-1/+3
| * drm/amd/amdgpu: fix spelling mistake "matech" -> "match"Colin Ian King2019-02-061-1/+1
| * drm/amdgpu: clean up memory/GDS/GWS/OA alignment codeMarek Olšák2019-02-013-14/+15
| * drm/amdgpu: cleanup amdgpu_pte_update_paramsChristian König2019-01-291-8/+0
* | Merge tag 'drm-intel-next-2019-02-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-02-1155-937/+2756
|\ \
| * | drm/i915: Update DRIVER_DATE to 20190207Rodrigo Vivi2019-02-071-2/+2
| * | drm/i915: Move LUT programming to happen after vblank waitsVille Syrjälä2019-02-072-30/+42
| * | drm/i915: Split color mgmt based on single vs. double buffered registersVille Syrjälä2019-02-074-35/+46
| * | drm/i915: Pull GAMMA_MODE write out from haswell_load_luts()Ville Syrjälä2019-02-071-16/+20
| * | drm/i915: Constify the state arguments to the color management stuffVille Syrjälä2019-02-073-68/+80
| * | drm/i915: Precompute gamma_modeVille Syrjälä2019-02-071-9/+12
| * | drm/i915: Split the gamma/csc enable bits from the plane_ctl() functionVille Syrjälä2019-02-073-46/+139
| * | drm/i915: Don't set update_wm_post on g4x+Ville Syrjälä2019-02-071-1/+2
| * | drm/i915: Hack and slash, throttle execbuffer hogsChris Wilson2019-02-073-13/+79
| * | drm/i915: Handle vm_mmap error during I915_GEM_MMAP ioctl with WC setJoonas Lahtinen2019-02-071-2/+10
| * | drm/i915: Prevent a race during I915_GEM_MMAP ioctl with WC setJoonas Lahtinen2019-02-071-1/+11
| * | drm/i915: Don't send hotplug in intel_dp_check_mst_status()Lyude Paul2019-02-061-4/+2