summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2020-03-31drm/amd/display: Update function to get optimal number of tapsEric Bernstein1-0/+1
2020-03-31drm/amdgpu: fix hpd bo size calculation errorKevin Wang2-2/+2
2020-03-31Merge tag 'gvt-next-fixes-2020-03-31' of https://github.com/intel/gvt-linux i...Rodrigo Vivi4-19/+15
2020-03-31drm/mm: revert "Break long searches in fragmented address spaces"Christian König1-7/+1
2020-03-31drm/xen: fix passing zero to 'PTR_ERR' warningDing Xiang1-1/+1
2020-03-31drm/qxl: Use correct notify port address when creating cursor ringHuacai Chen1-1/+1
2020-03-31drm/mm: revert "Break long searches in fragmented address spaces"Christian König1-7/+1
2020-03-31drm: add docs about the IN_FORMATS plane propertySimon Ser1-0/+6
2020-03-31drm/i915/execlists: Double check breadcrumb before crying foulChris Wilson1-7/+27
2020-03-31drm/i915/perf: don't read head/tail pointers outside critical sectionLionel Landwerlin1-2/+5
2020-03-31Merge tag 'drm-msm-next-2020-03-22' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie21-622/+559
2020-03-31Merge v5.6 into drm-nextDave Airlie21-123/+225
2020-03-31Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-11/+10
2020-03-30drm/i915/execlists: Explicitly reset both reg and context runtimeChris Wilson1-11/+13
2020-03-30drm/managed: Fix off-by-one in warningDaniel Vetter1-2/+1
2020-03-30drm/i915/gem: Split eb_vma into its own allocationChris Wilson1-58/+73
2020-03-30drm/i915/perf: Schedule oa_config after modifying the contextsChris Wilson2-57/+102
2020-03-30drm/i915: Wrap i915_active in a simple kreffed structChris Wilson2-0/+57
2020-03-30drm/i915: Allow for different modes of interruptible i915_active_waitChris Wilson3-8/+14
2020-03-30drm/i915/selftests: Check timeout before flush and cond checksChris Wilson1-9/+24
2020-03-30drm/i915/execlists: Include priority info in trace_portsChris Wilson1-8/+21
2020-03-30drm/i915/huc: Fix HuC register used in debugfsMichal Wajdeczko1-2/+2
2020-03-30PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski3-26/+52
2020-03-30drm/i915/huc: Add more errors for I915_PARAM_HUC_STATUSMichal Wajdeczko1-4/+18
2020-03-30Merge branch 'pm-qos'Rafael J. Wysocki3-11/+10
2020-03-30drm: error out with EBUSY when device has existing masterEmil Velikov1-1/+1
2020-03-30drm: rework SET_MASTER and DROP_MASTER perm handlingEmil Velikov2-2/+69
2020-03-30Merge tag 'drm-intel-next-fixes-2020-03-27' of git://anongit.freedesktop.org/...Dave Airlie16-36/+108
2020-03-30Merge tag 'amd-drm-next-5.7-2020-03-26' of git://people.freedesktop.org/~agd5...Dave Airlie21-49/+138
2020-03-29drm/radeon: convert to use i2c_new_client_device()Wolfram Sang2-4/+4
2020-03-29drm/nouveau/therm: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-03-29drm/i2c/tda998x: convert to use i2c_new_client_device()Wolfram Sang1-3/+3
2020-03-29drm/i2c/sil164: convert to use i2c_new_client_device()Wolfram Sang1-2/+5
2020-03-29drm/gma500: convert to use i2c_new_client_device()Wolfram Sang1-4/+4
2020-03-29drm/amdgpu: convert to use i2c_new_client_device()Wolfram Sang1-1/+1
2020-03-28drm: panel: Add Starry KR070PE2TPascal Roeleven1-0/+29
2020-03-28drm/lima: Add optional devfreq and cooling device supportMartin Blumenstingl9-3/+308
2020-03-28drm/i915/tgl: Add definitions for VRR registers and bitsAditya Swarup1-0/+90
2020-03-28mm/hmm: remove HMM_FAULT_SNAPSHOTJason Gunthorpe2-2/+2
2020-03-27drm/i915/execlists: Workaround switching back to a completed contextChris Wilson1-3/+23
2020-03-27drm/dp_mst: Remove single tx msg restriction.Sean Paul1-12/+2
2020-03-27drm/mst: Support simultaneous down repliesSean Paul1-32/+48
2020-03-27drm/mst: Separate sideband packet header parsing from message buildingSean Paul1-45/+57
2020-03-27Merge branch 'asoc-5.7' into asoc-nextMark Brown1-6/+48
2020-03-27drm/i915: Include port sync state in the state dumpVille Syrjälä1-0/+5
2020-03-27drm/i915: Use REG_FIELD_PREP() & co. for TRANS_DDI_FUNC_CTL2Ville Syrjälä2-10/+6
2020-03-27drm/i915: Move icl_get_trans_port_sync_config() into the DDI codeVille Syrjälä2-59/+54
2020-03-27drm/i915: Drop usless master_transcoder assignmentsVille Syrjälä1-2/+0
2020-03-27drm/i915: Move TRANS_DDI_FUNC_CTL2 programming where it belongsVille Syrjälä2-67/+40
2020-03-27drm/i915/mst: Use .compute_config_late() to compute master transcoderVille Syrjälä1-47/+51