summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2023-04-19drm/i915/dp_mst: Fix active port PLL selection for secondary MST streamsImre Deak3-7/+30
2023-04-17drm/i915: Fix memory leaks in i915 selftestsCong Liu1-1/+3
2023-04-17drm/i915: Make intel_get_crtc_new_encoder() less oopsyVille Syrjälä1-1/+1
2023-04-17drm/i915/gt: Avoid out-of-bounds access when loading HuCLucas De Marchi1-4/+17
2023-04-14drm/i915/color: Fix typo for Plane CSC indexesChaitanya Kumar Borah1-2/+2
2023-04-12drm/i915: disable sampler indirect state in bindless heapLionel Landwerlin2-0/+20
2023-04-06Merge tag 'drm-intel-next-2023-04-06' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter74-2887/+3949
2023-04-06drm/i915/wakeref: fix kernel-doc commentJani Nikula1-1/+1
2023-04-06drm/i915/tc: demote a kernel-doc comment to a regular commentJani Nikula1-4/+1
2023-04-06Merge tag 'drm-misc-next-2023-04-06' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2-8/+4
2023-04-06Merge tag 'drm-intel-gt-next-2023-04-06' of git://anongit.freedesktop.org/drm...Daniel Vetter60-633/+1214
2023-04-06drm/scdc-helper: Pimp SCDC debugsVille Syrjälä2-8/+4
2023-04-05drm/i915/clock: mass rename dev_priv to i915Jani Nikula1-293/+296
2023-04-05drm/i915: rename intel_pm.[ch] to intel_clock_gating.[ch]Jani Nikula8-35/+31
2023-04-05drm/i915/pxp: limit drm-errors or warning on firmware API failuresAlan Previn3-15/+67
2023-04-05drm/i915/mtl: Add Wa_14017856879Haridhar Kalvala2-0/+7
2023-04-05drm/i915/gt: Hold a wakeref for the active VMChris Wilson2-4/+20
2023-04-05drm/i915: run kernel-doc on headers as part of HDRTESTJani Nikula1-1/+2
2023-04-05drm/i915: Implement UHBR bandwidth checkStanislav Lisovskiy1-4/+29
2023-04-04drm/i915: enable kernel-doc warnings for CONFIG_DRM_I915_WERROR=yJani Nikula1-0/+7
2023-04-04drm/i915/psr: split out PSR regs to a separate fileJani Nikula7-249/+265
2023-04-04drm/i915/wm: split out SKL+ watermark regs to a separate fileJani Nikula6-149/+164
2023-04-04drm/i915: Explain the magic numbers for AUX SYNC/precharge lengthVille Syrjälä1-3/+29
2023-04-04drm/i915: Fix fast wake AUX sync lenVille Syrjälä1-1/+1
2023-04-03drm/i915/hwmon: Use 0 to designate disabled PL1 power limitAshutosh Dixit1-0/+26
2023-04-03drm/i915/i915_vma: Provide one missing param and demote another non-kerneldoc...Lee Jones1-1/+2
2023-04-03drm/i915/gt/uc/intel_guc_hwconfig: Demote a few non-conforming kerneldoc headersLee Jones1-3/+3
2023-04-03drm/i915/i915_gem: Provide function names to complete the expected kerneldoc ...Lee Jones1-4/+4
2023-04-03drm/i915/gem/i915_gem_object: Demote non-kerneldoc header with no param descr...Lee Jones1-1/+1
2023-04-03drm/i915/gem/i915_gem_wait: Provide function name to validate the kerneldoc h...Lee Jones1-1/+1
2023-04-03drm/i915/gem/i915_gem_ttm_move: Provide a couple of missing descriptions for ...Lee Jones1-0/+3
2023-04-03drm/i915/gem/i915_gem_ttm: Demote half-filled kerneldocLee Jones1-1/+1
2023-04-03drm/i915/gem/i915_gem_ttm_pm: Provide a couple of missing descriptions for 'f...Lee Jones1-3/+2
2023-04-03drm/i915/gem/i915_gem_domain: Provide function names to complete proper kerne...Lee Jones1-5/+9
2023-04-03drm/i915/gem/i915_gem_create: Provide the function names for proper kerneldoc...Lee Jones1-3/+4
2023-04-03drm/i915/gt/intel_rps: Demote a kerneldoc abuse for ips_ping_for_i915_load()Lee Jones1-1/+1
2023-04-03drm/i915/intel_region_ttm: Provide missing description for 'offset' paramLee Jones1-0/+1
2023-04-03drm/i915/i915_scatterlist: Fix kerneldoc formatting issue - missing '@'Lee Jones1-1/+1
2023-04-03drm/i915/display/intel_wm: Fix a little doc-rot in intel_update_watermarks()Lee Jones1-1/+1
2023-04-03drm/i915/display/intel_display_power: Fix incorrectly documented function __i...Lee Jones1-1/+1
2023-04-03drm/i915/display/intel_display_debugfs: Fix incorrect param naming for 'intel...Lee Jones1-1/+1
2023-04-03drm/i915: Remove the encoder update_prepare()/complete() hooksImre Deak3-121/+12
2023-04-03drm/i915: Remove TC PHY disconnect workaroundImre Deak1-8/+0
2023-04-03drm/i915: Disable DPLLs before disconnecting the TC PHYImre Deak3-3/+29
2023-04-03drm/i915: Move shared DPLL disabling into CRTC disable hookImre Deak2-2/+4
2023-04-03drm/i915/adlp/tc: Align the connect/disconnect PHY sequence with bspecImre Deak1-17/+94
2023-04-03drm/i915/tc: Don't connect the PHY in intel_tc_port_connected()Imre Deak1-3/+8
2023-04-03drm/i915/tc: Get power ref for reading the HPD live status registerImre Deak1-8/+19
2023-04-03drm/i915/adlp/tc: Use the DE HPD ISR register for hotplug detectionImre Deak1-12/+9
2023-04-03drm/i915/tc: Add TC PHY hook to init the PHYImre Deak3-44/+56