summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mm: adjust apply_to_pfn_range interface for dropped token.Dave Airlie2019-07-153-8/+6
| * | | Merge tag 'imx-drm-next-2019-07-05' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2019-07-1213-180/+623
| |\ \ \
| | * | | gpu: ipu-v3: image-convert: Enable double write reductionSteve Longerbeam2019-06-141-0/+9
| | * | | media: imx: Try colorimetry at both sink and source padsSteve Longerbeam2019-06-147-62/+62
| | * | | gpu: ipu-v3: ipu-ic-csc: Add support for Rec.709 encodingSteve Longerbeam2019-06-141-5/+134
| | * | | gpu: ipu-v3: ipu-ic-csc: Add support for limited range encodingSteve Longerbeam2019-06-141-14/+166
| | * | | gpu: ipu-v3: ipu-ic: Fully describe colorspace conversionsSteve Longerbeam2019-06-146-118/+270
| | * | | gpu: ipu-v3: ipu-ic: Fix saturation bit offset in TPMEMSteve Longerbeam2019-06-141-1/+1
| | * | | drm/imx: enable IDMAC watermark featurePhilipp Zabel2019-06-141-0/+1
| * | | | Merge tag 'drm-next-5.3-2019-07-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-07-1245-164/+478
| |\ \ \ \
| | * | | | drm/amdgpu/navi10: add uclk activity sensorAlex Deucher2019-07-091-2/+14
| | * | | | drm/amdgpu: properly guard the generic discovery codeAlex Deucher2019-07-091-2/+2
| | * | | | drm/amdgpu: add missing documentation on new module parametersAlex Deucher2019-07-091-0/+13
| | * | | | drm/amdgpu: don't invalidate caches in RELEASE_MEM, only do the writebackMarek Olšák2019-07-091-5/+1
| | * | | | drm/amd/display: avoid 64-bit divisionArnd Bergmann2019-07-082-3/+3
| | * | | | drm/amdgpu/psp11: simplify the ucode register logicAlex Deucher2019-07-081-2/+2
| | * | | | drm/amdgpu: properly guard DC support in navi codeAlex Deucher2019-07-081-0/+4
| | * | | | drm/amd/powerplay: vega20: fix uninitialized variable useArnd Bergmann2019-07-081-1/+4
| | * | | | drm/amd/display: dcn20: include linux/delay.hArnd Bergmann2019-07-081-0/+1
| | * | | | amdgpu: make pmu support optionalArnd Bergmann2019-07-082-3/+7
| | * | | | drm/amd/powerplay: Zero initialize current_rpm in vega20_get_fan_speed_percentNathan Chancellor2019-07-081-2/+1
| | * | | | drm/amd/powerplay: Zero initialize freq in smu_v11_0_get_current_clk_freqNathan Chancellor2019-07-081-1/+1
| | * | | | drm/amd/powerplay: Use memset to initialize metrics structsNathan Chancellor2019-07-081-2/+6
| | * | | | drm/amdgpu/mes10.1: Fix header guardNathan Chancellor2019-07-081-1/+1
| | * | | | drm/amd/powerplay: add temperature sensor support for navi10Kevin Wang2019-07-081-0/+41
| | * | | | drm/amdgpu: fix scheduler timeout calcFlora Cui2019-07-081-4/+9
| | * | | | drm/amdgpu: Prepare for hmm_range_register API change (v2)Philip Yang2019-07-087-51/+57
| | * | | | drm/amdgpu: add mode1 (psp) reset for navi asicKevin Wang2019-07-051-2/+36
| | * | | | drm/amdgpu: Disable ras features on all IPs before gpu resetxinhui pan2019-07-051-0/+4
| | * | | | drm/amd/powerplay: add baco smu reset function for smu11Kevin Wang2019-07-057-3/+158
| | * | | | drm/amd/powerplay: increase waiting time for smu responseJack Xiao2019-07-051-3/+3
| | * | | | drm/amd/powerplay/smu7_hwmgr: replace blocking delay with non-blockingYrjan Skrimstad2019-07-051-1/+1
| | * | | | drm/amdgpu: Use kmemdup rather than duplicating its implementationFuqian Huang2019-07-054-13/+7
| | * | | | drm/amdkfd: Disable idle optimization for chained runlistFelix Kuehling2019-07-031-0/+1
| | * | | | drm/amdkfd: Add chained_runlist_idle_disable flag to pm4_mes_runlistFelix Kuehling2019-07-031-1/+1
| | * | | | drm/amdgpu: Fix tracking of invalid userptrsFelix Kuehling2019-07-031-0/+6
| | * | | | drm/amdgpu: Use FENCE_OWNER_KFD in process_sync_pds_resvFelix Kuehling2019-07-031-1/+1
| | * | | | drm/amdkfd: Print a warning when the runlist becomes oversubscribedFelix Kuehling2019-07-032-1/+6
| | * | | | drm/amdkfd: remove an unused variableJack Xiao2019-07-021-1/+0
| | * | | | drm/amdgpu/display: fix interrupt client id for naviAlex Deucher2019-07-021-4/+1
| | * | | | drm/amdkfd: remove duplicated PCIE atomics requestJack Xiao2019-07-013-6/+12
| | * | | | drm/amdgpu: enable PCIE atomics ops supportJack Xiao2019-07-011-0/+11
| | * | | | drm/amdgpu: add field indicating if has PCIE atomics supportJack Xiao2019-07-011-0/+1
| | * | | | drm/amd/powerplay: use hardware fan control if no powerplay fan tableEvan Quan2019-07-013-1/+8
| | * | | | drm/amdgpu: fix MGPU fan boost enablement for XGMI resetEvan Quan2019-07-013-2/+19
| | * | | | drm/amdgpu: handle AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID on gfx10Marek Olšák2019-07-011-2/+19
| | * | | | drm/amdgpu: fix transform feedback GDS hang on gfx10 (v2)Marek Olšák2019-07-012-4/+13
| | * | | | drm/amdgpu/gfx10: use reset default for PA_SC_FIFO_SIZEAlex Deucher2019-07-011-18/+0
| | * | | | drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZEAlex Deucher2019-07-011-19/+0
| | * | | | drm/amdgpu: Don't skip display settings in hwmgr_resume()Lyude Paul2019-06-281-1/+1