summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.c
AgeCommit message (Expand)Author
2019-11-15Merge tag 'drm-fixes-2019-11-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-11-12drm/i915: update rawclk also on resumeJani Nikula
2019-11-05drm/i915/gen8+: Add RC6 CTX corruption WAImre Deak
2019-10-07drm/i915: Perform GGTT restore much earlier during resumeChris Wilson
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-08-27drm/i915: Call dma_set_max_seg_size() in i915_driver_hw_probe()Lyude Paul
2019-08-22Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi
2019-08-20drm/i915: Dynamically allocate s0ix struct for VLVDaniele Ceraolo Spurio
2019-08-15drm/i915: Convert a few more bland dmesg info to be device specificChris Wilson
2019-08-09drm/i915: split out uncore_mmio_debugDaniele Ceraolo Spurio
2019-08-09drm/i915: extract i915_memcpy.h from i915_drv.hJani Nikula
2019-08-09drm/i915: extract i915_suspend.h from i915_drv.hJani Nikula
2019-08-09drm/i915: extract i915_sysfs.h from i915_drv.hJani Nikula
2019-08-09drm/i915: extract i915_perf.h from i915_drv.hJani Nikula
2019-08-09drm/i915: move printing and load error inject to i915_utils.[ch]Jani Nikula
2019-08-09Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2019-08-08drm/i915: split out intel_pch.[ch] from i915_drv.[ch]Jani Nikula
2019-08-07drm/i915: Isolate i915_getparam_ioctl()Chris Wilson
2019-08-07drm/i915: Use intel_engine_lookup_user for probing HAS_BSD etcChris Wilson
2019-08-07drm/i915: abstract display suspend/resume operationsRodrigo Vivi
2019-08-07drm/i915: rename intel_drv.h to display/intel_display_types.hJani Nikula
2019-08-06drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson
2019-08-06drm/i915/gem: Make caps.scheduler staticChris Wilson
2019-08-06drm/i915: Use drm_i915_private directly from drv_get_drvdata()Chris Wilson
2019-08-02drm/i915: Flush the freed object list on file closeChris Wilson
2019-08-02drm/i915: Add i915 to i915_inject_probe_failureMichal Wajdeczko
2019-08-01drm/i915/gt: Introduce intel_gt_runtime_suspend/resumeDaniele Ceraolo Spurio
2019-08-01drm/i915/uc: Move uC early functions inside the GT onesDaniele Ceraolo Spurio
2019-08-01drm/i915/gt: Move gt_cleanup_early out of gem_cleanup_earlyDaniele Ceraolo Spurio
2019-07-31drm/i915/uc: Don't enable communication twice on resumeDaniele Ceraolo Spurio
2019-07-23drm/i915: Use dev_get_drvdataChuhong Yuan
2019-07-22drm/i915: Remove obsolete engine cleanupChris Wilson
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard
2019-07-13drm/i915/uc: Move intel functions to intel_ucDaniele Ceraolo Spurio
2019-07-13drm/i915/uc: move GuC/HuC inside intel_gt under a new intel_ucDaniele Ceraolo Spurio
2019-07-13drm/i915/uc: move GuC and HuC files under gt/uc/Daniele Ceraolo Spurio
2019-07-12drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson
2019-07-12drm/i915: Propagate "_probe" function name suffix downJanusz Krzysztofik
2019-07-12drm/i915: Propagate "_remove" function name suffix downJanusz Krzysztofik
2019-07-12drm/i915: Propagate "_release" function name suffix downJanusz Krzysztofik
2019-07-12drm/i915: Replace "_load" with "_probe" consequentlyJanusz Krzysztofik
2019-07-12drm/i915: Rename "_load"/"_unload" to match PCI entry pointsJanusz Krzysztofik
2019-07-11drm/i915/tgl: Add TGL PCH detection in virtualized environmentMahesh Kumar
2019-07-11drm/i915/tgl: Introduce Tiger Lake PCHRadhakrishna Sripada
2019-06-26drm/i915: Initialize drm_driver vblank funcs at compile timeVille Syrjälä
2019-06-26drm/i915: Nuke drm_driver irq vfuncsVille Syrjälä
2019-06-26drm/i915: remove irrelevant DRM_UNLOCKED flagEmil Velikov
2019-06-25drm/i915/gt: Pass intel_gt to pm routinesChris Wilson
2019-06-25drm/i915/ehl: Add one additional PCH ID to MCCMatt Roper
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter