summaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | drm/tegra: dc: Make sure to set the module clock rateThierry Reding2017-10-201-0/+5
| * | | drm/tegra: dc: Simplify atomic plane helper functionsThierry Reding2017-10-201-28/+14
| * | | drm/tegra: dc: Move some declarations to dc.hThierry Reding2017-10-203-115/+120
| * | | drm/tegra: vic: Use of_device_get_match_data()Thierry Reding2017-10-201-7/+3
| * | | drm/tegra: sor: Use of_device_get_match_data()Thierry Reding2017-10-201-4/+1
| * | | drm/tegra: hdmi: Use of_device_get_match_data()Thierry Reding2017-10-201-6/+2
| * | | drm/tegra: dc: Use of_device_get_match_data()Thierry Reding2017-10-201-5/+2
| * | | drm/tegra: Use u64_to_user_ptr helperMikko Perttunen2017-10-201-14/+15
| * | | gpu: host1x: Fix incorrect comment for channel_requestMikko Perttunen2017-10-201-2/+1
| * | | gpu: host1x: Disassemble more instructionsMikko Perttunen2017-10-203-6/+58
| * | | gpu: host1x: Improve debug disassembly formattingMikko Perttunen2017-10-205-30/+61
| * | | gpu: host1x: Enable gather filterMikko Perttunen2017-10-203-0/+46
| * | | gpu: host1x: Enable Tegra186 syncpoint protectionMikko Perttunen2017-10-204-0/+71
| * | | gpu: host1x: Call of_dma_configure() after setting busMikko Perttunen2017-10-201-1/+2
| * | | drm/tegra: Add Tegra186 support for VICMikko Perttunen2017-10-202-0/+11
| * | | gpu: host1x: Add Tegra186 supportMikko Perttunen2017-10-2018-168/+876
| * | | gpu: host1x: syncpt: Request syncpoints per clientThierry Reding2017-10-206-13/+13
| * | | gpu: host1x: Use of_device_get_match_data()Thierry Reding2017-10-201-9/+5
* | | | drm: Add CRTC_GET_SEQUENCE and CRTC_QUEUE_SEQUENCE ioctls [v3]Keith Packard2017-10-233-0/+176
* | | | drm: Reorganize drm_pending_event to support future event types [v2]Keith Packard2017-10-205-25/+33
* | | | drm: Widen vblank count to 64-bits [v3]Keith Packard2017-10-201-33/+71
| |_|/ |/| |
* | | Merge tag 'drm-amdkfd-next-2017-10-18' of git://people.freedesktop.org/~gabba...Dave Airlie2017-10-2011-338/+562
|\ \ \
| * | | drm/amdkfd: Improve multiple SDMA queues support per processshaoyunl2017-09-272-15/+16
| * | | drm/amdkfd: Limit queue number per process and device to 127Felix Kuehling2017-09-271-4/+6
| * | | drm/amdkfd: Clean up process queue managementFelix Kuehling2017-09-274-14/+8
| * | | drm/amdkfd: Compress unnecessary function parametersYong Zhao2017-09-274-13/+7
| * | | drm/amdkfd: Improve process termination handlingFelix Kuehling2017-09-275-81/+200
| * | | drm/amdkfd: Avoid submitting an unnecessary packet to HWSYong Zhao2017-09-271-12/+14
| * | | drm/amdkfd: Fix MQD updatesFelix Kuehling2017-09-271-22/+62
| * | | drm/amdkfd: Pass filter params to unmap_queues_cpschYong Zhao2017-10-081-11/+9
| * | | drm/amdkfd: move locking outside of unmap_queues_cpschYong Zhao2017-10-081-37/+28
| * | | drm/amdkfd: Avoid name confusion involved in queue unmappingYong Zhao2017-09-273-35/+35
| * | | drm/amdkfd: Drop _nocpsch suffix from shared functionsYong Zhao2017-09-211-12/+12
| * | | drm/amdkfd: Reuse CHIP_* from amdgpu v2Yong Zhao2017-09-214-12/+22
| * | | drm/amdkfd: Use VMID bitmap from KGD v2Yong Zhao2017-09-216-19/+21
| * | | drm/amdkfd: Adjust dequeue latencies and timeoutsFelix Kuehling2017-09-215-7/+6
| * | | drm/amdkfd: Rectify the jiffies calculation error with milliseconds v2Yong Zhao2017-09-212-4/+4
| * | | drm/amdkfd: Fix suspend/resume issue on Carrizo v2Yong Zhao2017-09-214-39/+109
| * | | drm/amdkfd: Reorganize kfd resume codeYong Zhao2017-09-211-38/+40
* | | | Merge tag 'drm-intel-next-2017-10-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2017-10-2085-2212/+5520
|\ \ \ \
| * | | | drm/i915: Update DRIVER_DATE to 20171012Jani Nikula2017-10-121-2/+2
| * | | | drm/i915: Simplify intel_sanitize_enable_ppgttJoonas Lahtinen2017-10-121-6/+4
| * | | | drm/i915/userptr: Drop struct_mutex before cleanupChris Wilson2017-10-121-1/+2
| * | | | drm/i915/dp: limit sink rates based on rateJani Nikula2017-10-111-19/+7
| * | | | drm/i915/dp: centralize max source rate conditions moreJani Nikula2017-10-111-12/+7
| * | | | drm/i915: Allow PCH platforms fall back to BIOS LVDS modeVille Syrjälä2017-10-111-5/+0
| * | | | drm/i915: Reuse normal state readout for LVDS/DVO fixed modeVille Syrjälä2017-10-114-67/+39
| * | | | drm/i915: Use rcu instead of stop_machine in set_wedgedDaniel Vetter2017-10-113-29/+62
| * | | | drm/i915: Introduce separate status variable for RC6 and LLC ring frequency s...Sagar Arun Kamble2017-10-113-23/+43
| * | | | drm/i915: Create generic functions to control RC6, RPSSagar Arun Kamble2017-10-111-46/+70