summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fix vm use-after-free in vma destructionThomas Hellström2022-07-071-4/+8
* drm/i915/guc: ADL-N should use the same GuC FW as ADL-SDaniele Ceraolo Spurio2022-07-071-0/+9
* drm/i915: fix a possible refcount leak in intel_dp_add_mst_connector()Hangyu Hua2022-07-071-0/+1
* drm/i915: tweak the ordering in cpu_write_needs_clflushMatthew Auld2022-06-271-3/+3
* drm/i915/dgfx: Disable d3cold at gfx root portAnshuman Gupta2022-06-271-19/+15
* drm/i915/gem: add missing elsekatrinzhou2022-06-271-2/+3
* drm/i915/display: Re-add check for low voltage sku for max dp source rateJason A. Donenfeld2022-06-201-3/+29
* drm/i915/fdinfo: Don't show engine classes not presentTvrtko Ursulin2022-06-201-2/+3
* drm/i915: Implement w/a 22010492432 for adl-sVille Syrjälä2022-06-201-2/+2
* drm/i915/uc: remove accidental static from a local variableJani Nikula2022-06-131-1/+1
* drm/i915: Individualize fences before adding to dma_resv objNirmoy Das2022-06-132-21/+30
* drm/i915/gt: Fix memory leaks in per-gt sysfsAshutosh Dixit2022-06-135-22/+19
* drm/i915/reset: Fix error_state_read ptr + offset useAlan Previn2022-06-131-3/+12
* Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-041-1/+1
|\
| * drm/i915/pmu: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
* | Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-06-013-96/+31
|\ \
| * | vfio: remove VFIO_GROUP_NOTIFY_SET_KVMMatthew Rosato2022-05-243-69/+20
| * | drm/i915/gvt: Change from vfio_group_(un)pin_pages to vfio_(un)pin_pagesJason Gunthorpe2022-05-112-22/+6
| * | vfio/mdev: Pass in a struct vfio_device * to vfio_dma_rw()Jason Gunthorpe2022-05-111-2/+2
| * | vfio: Make vfio_(un)register_notifier accept a vfio_deviceJason Gunthorpe2022-05-111-12/+12
| * | Merge tag 'gvt-next-2022-04-29' into v5.19/vfio/nextAlex Williamson2022-05-1129-2745/+2488
| |\ \
* | \ \ Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-26282-13348/+18965
|\ \ \ \
| * | | | drm/i915/dsi: fix VBT send packet port selection for ICL+Jani Nikula2022-05-231-11/+22
| * | | | drm/i915/uc: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-05-194-4/+4
| * | | | drm/i915/reg: fix undefined behavior due to shift overflowing the constantJani Nikula2022-05-191-16/+16
| * | | | drm/i915/gt: Fix use of static in macro mismatchAndi Shyti2022-05-191-10/+11
| * | | | drm/i915/audio: fix audio code enable/disable pipe loggingJani Nikula2022-05-191-2/+2
| * | | | drm/i915: Fix CFI violation with show_dynamic_id()Nathan Chancellor2022-05-192-3/+3
| * | | | drm/i915: Fix 'mixing different enum types' warnings in intel_display_power.cImre Deak2022-05-191-4/+4
| * | | | drm/i915/gt: Fix build error without CONFIG_PMYueHaibing2022-05-191-1/+1
| * | | | Merge tag 'drm-intel-next-2022-05-06' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-05-1160-7429/+7048
| |\ \ \ \
| | * | | | drm/i915: Respect VBT seamless DRRS min refresh rateVille Syrjälä2022-05-051-3/+7
| | * | | | drm/i915/bios: Parse the seamless DRRS min refresh rateVille Syrjälä2022-05-052-1/+9
| | * | | | drm/i915/bios: Refactor panel_type codeVille Syrjälä2022-05-051-13/+53
| | * | | | drm/i915/bios: Extract get_panel_type()Ville Syrjälä2022-05-051-19/+39
| | * | | | drm/i915/bios: Assume panel_type==0 if the VBT has bogus dataVille Syrjälä2022-05-051-5/+6
| | * | | | drm/i915/bios: Document the mess around the LFP data tablesVille Syrjälä2022-05-051-1/+6
| | * | | | drm/i915/bios: Get access to the tail end of the LFP data blockVille Syrjälä2022-05-052-1/+59
| | * | | | drm/i915/bios: Generate LFP data table pointers if the VBT lacks themVille Syrjälä2022-05-051-1/+133
| | * | | | drm/i915/bios: Reorder panel DTD parsingVille Syrjälä2022-05-051-30/+34
| | * | | | drm/i915: Use drm_mode_init() for on-stack modesVille Syrjälä2022-05-051-2/+3
| | * | | | drm/i915: warn about missing ->get_buf_trans initializationJani Nikula2022-05-041-1/+3
| | * | | | drm/i915: move tons of power well initializers to rodataJani Nikula2022-05-021-2/+2
| | * | | | Merge tag 'gvt-next-2022-04-29' of https://github.com/intel/gvt-linux into dr...Jani Nikula2022-04-292-2/+4
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | i915/gvt: Fix NULL pointer dereference in init_mmio_block_handlersWan Jiabing2022-04-281-1/+1
| | | * | | drm/i915/gvt: Fix the compiling error when CONFIG_DRM_I915_DEBUG_RUNTIME_PM=nZhi Wang2022-04-281-0/+2
| | | * | | drm/i915/gvt: Make intel_gvt_match_device() staticZhi Wang2022-04-281-1/+1
| | * | | | drm/i915: Add first set of DG2 PCI IDsMatt Roper2022-04-282-1/+22
| | * | | | drm/i915/dp: Add workaround for spurious AUX timeouts/hotplugs on LTTPR linksImre Deak2022-04-271-16/+17
| | * | | | Merge drm/drm-next into drm-intel-nextJani Nikula2022-04-2619-89/+87
| | |\ \ \ \