summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2021-06-07drm/i915/display: Drop FIXME about turn off infoframesJosé Roberto de Souza1-1/+0
2021-06-07drm/i915/display: Allow fastsets when DP_SDP_VSC infoframe do not match with ...José Roberto de Souza1-1/+16
2021-06-07drm/i915/display: Fix fastsets involving PSRJosé Roberto de Souza1-5/+5
2021-06-07drm/i915/display: remove duplicated argumentWan Jiabing1-1/+0
2021-06-07drm/i915: Add remaining conversions to GRAPHICS_VERLucas De Marchi2-32/+31
2021-06-07drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi24-191/+191
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König7-11/+11
2021-06-06dma-buf: rename dma_resv_get_excl_rcu to _unlockedChristian König5-6/+6
2021-06-06dma-buf: rename and cleanup dma_resv_get_list v2Christian König1-1/+1
2021-06-06dma-buf: rename and cleanup dma_resv_get_excl v3Christian König1-2/+1
2021-06-06drm/i915/gem: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi11-54/+54
2021-06-06drm/i915/gt: Add remaining conversions to GRAPHICS_VERLucas De Marchi3-6/+6
2021-06-06drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi44-320/+321
2021-06-05drm/i915/display: replace IS_GEN() in commented codeLucas De Marchi1-1/+1
2021-06-05drm/i915/gvt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi9-25/+25
2021-06-04drm/i915/guc: Use guc_class instead of engine_class in fw interfaceDaniele Ceraolo Spurio3-10/+42
2021-06-04drm/i915/guc: Early initialization of GuC send registersMichal Wajdeczko1-9/+9
2021-06-04drm/i915/guc: Always copy CT message to new allocationMichal Wajdeczko1-60/+120
2021-06-04drm/i915/guc: Don't receive all G2H messages in irq handlerMichal Wajdeczko2-20/+50
2021-06-04drm/i915/guc: Stop using mutex while sending CTB messagesMichal Wajdeczko1-4/+0
2021-06-04drm/i915/guc: Ensure H2G buffer updates visible before tail updateMatthew Brost1-0/+28
2021-06-04drm/i915/guc: Start protecting access to CTB descriptorsMichal Wajdeczko2-2/+14
2021-06-04drm/i915/guc: Update sizes of CTB buffersMichal Wajdeczko1-28/+32
2021-06-04drm/i915/guc: Replace CTB array with explicit membersMichal Wajdeczko2-23/+30
2021-06-04drm/i915: Initialize the mbus_offset to fix Klockwork issueManasi Navare1-1/+1
2021-06-04drm/i915/guc: Don't repeat CTB layout calculationsMichal Wajdeczko1-6/+10
2021-06-04drm/i915/guc: Only rely on own CTB sizeMichal Wajdeczko2-14/+43
2021-06-04drm/i915: Promote ptrdiff() to i915_utils.hMichal Wajdeczko2-5/+5
2021-06-04drm/i915/guc: Stop using fence/status from CTB descriptorMichal Wajdeczko2-70/+6
2021-06-04drm/i915/guc: Drop guc->interrupts.enabledMatthew Brost2-19/+9
2021-06-04drm/i915/guc: Keep strict GuC ABI definitionsMichal Wajdeczko6-197/+250
2021-06-04drm/i915/guc: Remove sample_forcewake h2g actionRodrigo Vivi4-25/+0
2021-06-04drm/i915/guc: enable only the user interrupt when using GuC submissionDaniele Ceraolo Spurio2-38/+11
2021-06-04drm/i915/guc: use probe_error log for CT enablement failureDaniele Ceraolo Spurio1-23/+25
2021-06-04drm/i915/guc: skip disabling CTBs before sanitizing the GuCDaniele Ceraolo Spurio1-7/+1
2021-06-03drm/i915/adlp: Fix AUX power well -> PHY mappingImre Deak1-16/+18
2021-06-03drm/i915: Fix incorrect assert about pending power domain async-put workImre Deak1-0/+6
2021-06-03drm/i915/ddi: Flush encoder power domain ref puts during driver unloadImre Deak1-0/+2
2021-06-03drm/i915/dmc: Move struct intel_dmc to intel_dmc.hAnusha Srivatsa2-17/+22
2021-06-03drm/i915/dmc: Add intel_dmc_has_payload() helperAnusha Srivatsa5-15/+21
2021-06-03drm/i915/dmc: s/DRM_ERROR/drm_errAnusha Srivatsa1-24/+26
2021-06-02drm/i915/ttm: Embed a ttm buffer object in the i915 gem objectThomas Hellström2-1/+18
2021-06-02drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström30-1754/+631
2021-06-02Revert "i915: use io_mapping_map_user"Matthew Auld4-5/+52
2021-06-02drm/i915/selftests: Fix return value check in live_breadcrumbs_smoketest()Zhihao Cheng1-2/+2
2021-06-02drm/i915: use DEVICE_ATTR_RO macroYueHaibing2-20/+18
2021-06-02Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen118-1360/+2624
2021-06-02Merge tag 'drm-intel-gt-next-2021-05-28' of git://anongit.freedesktop.org/drm...Dave Airlie85-534/+1504
2021-06-01drm/i915: Disable mmap ioctl for gen12+Maarten Lankhorst1-0/+7
2021-06-01drm/i915: Fix i915_sg_page_sizes to record dma segments rather than physical ...Thomas Hellström4-7/+15