aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2021-10-21drm/i915: Add a platform independent way to get the RC CCS CC planeImre Deak3-5/+32
2021-10-21drm/i915: Move intel_format_info_is_yuv_semiplanar() to intel_fb.cImre Deak6-11/+36
2021-10-21drm/i915: Unexport is_semiplanar_uv_plane()Imre Deak2-2/+1
2021-10-21drm/i915: Simplify the modifier check for interlaced scanout supportImre Deak1-7/+2
2021-10-21drm/i915: Add tiling attribute to the modifier descriptorImre Deak1-12/+21
2021-10-21drm/i915: Move intel_get_format_info() to intel_fb.cImre Deak3-131/+157
2021-10-21drm/i915: Add a table with a descriptor for all i915 modifiersImre Deak8-184/+237
2021-10-21Revert "drm/i915/bios: gracefully disable dual eDP for now"Jani Nikula1-47/+0
2021-10-20drm/i915/display: Add warn_on in intel_psr_pause()José Roberto de Souza1-0/+4
2021-10-20drm/i915/display: Rename POWER_DOMAIN_DPLL_DC_OFF to POWER_DOMAIN_DC_OFFJosé Roberto de Souza3-7/+7
2021-10-20drm/i915/selftests: mark up hugepages object with start_cpu_writeMatthew Auld1-1/+6
2021-10-20drm/i915: mark up internal objects with start_cpu_writeMatthew Auld1-0/+2
2021-10-20drm/i915: expand on the kernel-doc for cache_dirtyMatthew Auld2-0/+38
2021-10-20drm/i915/shmem: ensure flush during swap-in on non-LLCMatthew Auld1-0/+12
2021-10-20drm/i915/userptr: add paranoid flush-on-acquireMatthew Auld1-1/+4
2021-10-20drm/i915/dmabuf: add paranoid flush-on-acquireMatthew Auld1-1/+5
2021-10-20drm/i915: extract bypass-llc check into helperMatthew Auld3-16/+28
2021-10-20drm/i915: mark userptr objects as ALLOC_USERMatthew Auld1-1/+2
2021-10-20drm/i915: mark dmabuf objects as ALLOC_USERMatthew Auld1-1/+2
2021-10-20drm/i915/dp: Sanitize link common rate array lookupsImre Deak1-17/+16
2021-10-20drm/i915/dp: Sanitize sink rate DPCD register valuesImre Deak1-1/+20
2021-10-20drm/i915/dp: Ensure sink/link max lane count values are always validImre Deak2-2/+44
2021-10-20drm/i915/dp: Ensure max link params are always validImre Deak1-8/+10
2021-10-20drm/i915/dp: Ensure sink rate values are always validImre Deak1-0/+11
2021-10-20drm/i915/dp: Skip the HW readout of DPCD on disabled encodersImre Deak1-0/+3
2021-10-20drm/i915/selftests: remove duplicate include in mock_region.cRan Jianping1-2/+0
2021-10-19drm/i915/dp: use new link training delay helpersJani Nikula1-25/+13
2021-10-19drm/i915: Remove memory frequency calculationJosé Roberto de Souza2-36/+2
2021-10-19drm/i915: Introduce lpt_pch_disable()Ville Syrjälä3-6/+15
2021-10-19drm/i915: Move intel_ddi_fdi_post_disable() to fdi codeVille Syrjälä5-37/+41
2021-10-19drm/i915: Introduce ilk_pch_disable() and ilk_pch_post_disable()Ville Syrjälä3-26/+43
2021-10-19drm/i915: Move iCLKIP readout to the pch codeVille Syrjälä3-7/+6
2021-10-19drm/i915: Extract ilk_pch_get_config()Ville Syrjälä4-69/+75
2021-10-19drm/i915: Move LPT PCH readout codeVille Syrjälä6-45/+26
2021-10-19drm/i915: Clean up the {ilk,lpt}_pch_enable() calling conventionVille Syrjälä4-19/+22
2021-10-19drm/i915: Move PCH modeset code to its own fileVille Syrjälä6-352/+390
2021-10-19drm/i915: Move PCH refclock stuff into its own fileVille Syrjälä11-640/+675
2021-10-18drm/i915: Don't propagate the gen split confusion furtherRodrigo Vivi1-1/+1
2021-10-18drm/i915: Clean-up bonding debug message.Rodrigo Vivi1-1/+1
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>Christoph Hellwig1-0/+1
2021-10-18drm/i915: Catch yet another unconditioal clflushVille Syrjälä1-1/+1
2021-10-18drm/i915: Convert unconditional clflush to drm_clflush_virt_range()Ville Syrjälä1-1/+1
2021-10-18drm/i915: Replace the unconditional clflush with drm_clflush_virt_range()Ville Syrjälä1-1/+1
2021-10-18drm/i915: Rename intel_load_plane_csc_black()Ville Syrjälä1-18/+17
2021-10-18drm/i915: Remove the drm_dbg() from the vblank evade critical sectionVille Syrjälä1-2/+0
2021-10-18drm/i915: Fix up skl_program_plane() pxp stuffVille Syrjälä1-16/+14
2021-10-18drm/i915: Move the pxp plane state computationVille Syrjälä2-30/+18
2021-10-18drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()Nathan Chancellor1-3/+3
2021-10-15drm/i915: Clean up PXP Kconfig info.Rodrigo Vivi1-5/+5
2021-10-15drm/i915: Enable multi-bb execbufMatthew Brost1-3/+0