aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2022-03-29drm/i915: Use DRM_MODE_FMT+DRM_MODE_ARG()Ville Syrjälä7-37/+37
2022-03-29drm/i915: Pass intel_connector to intel_panel_{init,fini}()Ville Syrjälä9-15/+15
2022-03-29drm/i915: Split pipe+output CSC programming to noarm+arm pairVille Syrjälä1-13/+23
2022-03-29drm/i915: Split color_commit() into noarm+arm pairVille Syrjälä3-28/+56
2022-03-29drm/i915: Make ilk+ pfit regiser unlockedVille Syrjälä1-9/+9
2022-03-29drm/i915: Remove locks around skl+ scaler programmingVille Syrjälä1-10/+0
2022-03-29drm/i915: Add a DP1.2 compatible way to read LTTPR capabilitiesImre Deak1-9/+22
2022-03-29drm/ttm: rework bulk move handling v5Christian König1-1/+1
2022-03-29drm/i915/migrate: move the sanity checkMatthew Auld1-2/+1
2022-03-29drm/i915/ttm: limit where we apply TTM_PL_FLAG_CONTIGUOUSMatthew Auld1-0/+3
2022-03-29drm/i915: avoid concurrent writes to aux_invFei Yang4-40/+27
2022-03-28drm/ttm: move the LRU into resource handling v4Christian König1-1/+1
2022-03-28drm/i915/display: Extend DP HDR support to hsw+Uma Shankar1-1/+20
2022-03-28drm/i915/intel_combo_phy: Print I/O voltage infoAnkit Nautiyal1-10/+25
2022-03-28drm/i915/display: Remove check for low voltage sku for max dp source rateAnkit Nautiyal1-29/+3
2022-03-28drm/i915: add lmem_size modparamCQ Tang3-0/+8
2022-03-25Merge tag 'drm-next-2022-03-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-6/+18
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+1
2022-03-25drm/i915/guc: Correctly free guc capture struct on errorDaniele Ceraolo Spurio1-0/+1
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds335-11847/+14792
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-1/+1
2022-03-22drm/i915/guc: Print the GuC error capture output register list.Alan Previn8-15/+183
2022-03-22drm/i915/guc: Plumb GuC-capture into gpu_coredumpAlan Previn8-97/+288
2022-03-22drm/i915/guc: Pre-allocate output nodes for extractionAlan Previn2-35/+161
2022-03-22drm/i915/guc: Extract GuC error capture lists on G2H notification.Alan Previn7-13/+652
2022-03-22drm/i915/guc: Check sizing of guc_capture outputAlan Previn3-0/+55
2022-03-22drm/i915/guc: Add capture region into intel_guc_logAlan Previn2-25/+37
2022-03-22drm/i915/guc: Update GuC-log relay function namesAlan Previn1-16/+19
2022-03-22drm/i915/guc: Add GuC's error state capture output structures.Alan Previn1-0/+47
2022-03-22drm/i915/guc: Add Gen9 registers for GuC error state capture.Alan Previn1-23/+59
2022-03-22drm/i915/guc: Add DG2 registers for GuC error state capture.Alan Previn1-3/+77
2022-03-22drm/i915/guc: Add XE_LP steered register lists supportAlan Previn2-11/+174
2022-03-22drm/i915/guc: Add XE_LP static registers for GuC error capture.Alan Previn2-23/+95
2022-03-22drm/i915/guc: Update GuC ADS size for error capture listsAlan Previn8-17/+628
2022-03-22drm/i915/gt: replace cache_clflush_rangeMichael Cheng5-10/+10
2022-03-22drm/i915/: Re-work clflush_write32Michael Cheng1-5/+3
2022-03-22drm/i915/gt: Re-work reset_csbMichael Cheng1-3/+2
2022-03-22drm/i915/gt: Drop invalidate_csb_entriesMichael Cheng1-9/+4
2022-03-22drm/i915/gt: Re-work intel_write_status_pageMichael Cheng1-9/+4
2022-03-22drm/i915/gt: fix i915_reg_t initializationJani Nikula1-1/+1
2022-03-22drm/i915/debugfs: Do not return '0' if there is nothing to returnAndi Shyti5-17/+21
2022-03-22drm/i915: s/enable/active/ for DRRSVille Syrjälä4-20/+27
2022-03-21drm/i915: Add "maximum pipe read bandwidth" checksVille Syrjälä2-5/+32
2022-03-21drm/i915: Fix DBUF bandwidth vs. cdclk handlingVille Syrjälä4-89/+147
2022-03-21drm/i915: Properly write lock bw_state when it changesVille Syrjälä1-1/+23
2022-03-21drm/i915: Round up when calculating display bandwidth requirementsVille Syrjälä1-2/+2
2022-03-21drm/i915: Nuke intel_bw_calc_min_cdclk()Ville Syrjälä3-76/+5
2022-03-21drm/i915: Remove total[] and uv_total[] from ddb allocationVille Syrjälä1-60/+62
2022-03-21drm/i915: Pre-calculate plane relative data rateVille Syrjälä4-154/+108
2022-03-21drm/i915: Split plane data_rate into data_rate+data_rate_yVille Syrjälä5-38/+42