summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2020-04-06drm/i915/gem: Ignore readonly failures when updating relocsChris Wilson1-4/+2
2020-04-06drm/i915/gt: Fill all the unused space in the GGTTChris Wilson1-10/+27
2020-04-06drm/i915/dp: Return the right vswing tablesJosé Roberto de Souza1-2/+3
2020-04-06drm/i915/icl+: Don't enable DDI IO power on a TypeC port in TBT modeImre Deak1-1/+5
2020-04-06drm/i915/gem: Take DBG_FORCE_RELOC into account prior to using reloc_gpuChris Wilson1-3/+12
2020-04-06drm/i915/gem: Flush all the reloc_gpu batchChris Wilson1-3/+5
2020-04-06drm/i915: Extend hotplug detect retry on TypeC connectors to 5 secondsImre Deak1-1/+11
2020-04-06drm/i915: Add a retry counter for hotplug detect retriesImre Deak7-24/+26
2020-04-06drm/virtio: fix OOB in virtio_gpu_object_createJiri Slaby1-6/+8
2020-04-06drm/sun4i: tcon: Delete an error message in sun4i_tcon_init_irq()Markus Elfring1-3/+1
2020-04-05drm/bridge: fix kernel-doc warning in panel.cSam Ravnborg1-0/+1
2020-04-05Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds4-0/+21
2020-04-05drm/prime: fix extracting of the DMA addresses from a scatterlistMarek Szyprowski1-12/+25
2020-04-04Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds9-7/+570
2020-04-04Merge drm/drm-next into drm-misc-next-fixesMaxime Ripard467-8259/+16536
2020-04-04Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-11/+39
2020-04-04Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-26/+52
2020-04-04drm/amdgpu: Fix oops when pp_funcs is unset in ACPI eventAaron Ma1-1/+2
2020-04-04drm/amdgpu: change SH MEM alignment mode for gfx10Likun Gao1-1/+1
2020-04-04drm/amd/powerplay: avoid using pm_en before it is initializedTiecheng Zhou1-1/+2
2020-04-04drm/amd/powerplay: implement the is_dpm_running()Prike Liang1-0/+12
2020-04-04drm/amd/display: re-order asic declarationsShirish S1-2/+4
2020-04-04drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLKYuxian Dai2-1/+7
2020-04-04drm/amd/display: fix the broken logic in dc_link.cYifan Zhang1-1/+2
2020-04-04drm/amd/powerplay: avoid using pm_en before it is initializedTiecheng Zhou1-1/+2
2020-04-04drm/amd/powerplay: implement the is_dpm_running()Prike Liang1-0/+12
2020-04-04drm/amd/display: re-order asic declarationsShirish S1-2/+4
2020-04-04drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLKYuxian Dai2-1/+7
2020-04-04amdgpu/drm: remove psp access on navi10 for sriovAlex Sierra1-9/+9
2020-04-04drm/amd/display: Guard calls to hdcp_ta and dtm_taBhawanpreet Lakha3-167/+257
2020-04-04drm/amd/display: remove mod_hdcp_hdcp2_get_link_encryption_status()Bhawanpreet Lakha2-31/+0
2020-04-03drm/dp_mst: Remove drm_dp_mst_topology_cbs.destroy_connectorLyude Paul1-13/+3
2020-04-03drm/amd/amdgpu_dm/mst: Stop printing extra messages in dm_dp_add_mst_connector()Lyude Paul1-5/+0
2020-04-03drm/amd/amdgpu_dm/mst: Remove ->destroy_connector() callbackLyude Paul1-27/+12
2020-04-03drm/amd/amdgpu_dm/mst: Remove unneeded edid assignment when destroying connec...Lyude Paul1-1/+0
2020-04-03drm/i915/gt: Free request pool from virtual enginesChris Wilson3-4/+13
2020-04-03drm/i915/selftests: Wait until we start timeslicing after a submitChris Wilson1-1/+6
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+2
2020-04-03drm/i915: Check current i915_vma.pin_count status first on unbindChris Wilson1-16/+9
2020-04-03drm/panel-leadtek-ltk500hd1829: Fix dotclockVille Syrjälä1-1/+1
2020-04-03drm/i915/perf: Do not clear pollin for small user read buffersAshutosh Dixit1-50/+11
2020-04-03drm/i915: Revoke mmap before fenceChris Wilson1-3/+3
2020-04-03drm/i915: Move the port sync DP_TP_CTL stuff to the encoder hookVille Syrjälä2-85/+52
2020-04-03drm/i915: Pass atomic state to encoder hooksVille Syrjälä18-144/+260
2020-04-03drm/i915: Do pipe updates after enables for everyoneVille Syrjälä1-23/+21
2020-04-03drm/i915: Fix port sync code to work with >2 pipesVille Syrjälä1-51/+54
2020-04-03drm/i915: Eliminate port sync copy pastaVille Syrjälä1-82/+44
2020-04-03drm/i915: Implement port sync for SKL+Ville Syrjälä3-20/+59
2020-04-03drm/i915: Store cpu_transcoder_mask in device infoVille Syrjälä7-30/+54
2020-04-03drm/i915: Avoid setting timer->expires to 0Chris Wilson1-1/+2