summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen2019-03-271-34/+1
|\
| * drm: move i915_kick_out_vgacon to vgaarbGerd Hoffmann2019-03-071-34/+1
* | drm/i915: Drop new chunks of context creation ABI (for now)Chris Wilson2019-03-271-2/+0
* | drm/i915: switch intel_wait_for_register to uncoreDaniele Ceraolo Spurio2019-03-261-1/+1
* | drm/i915: add uncore flags for unclaimed mmioDaniele Ceraolo Spurio2019-03-261-2/+2
* | drm/i915: Extend CONTEXT_CREATE to set parameters upon constructionChris Wilson2019-03-221-1/+1
* | drm/i915: Create/destroy VM (ppGTT) for use with contextsChris Wilson2019-03-221-0/+2
* | drm/i915: move regs pointer inside the uncore structureDaniele Ceraolo Spurio2019-03-201-44/+5
* | drm/i915: make more uncore function work on intel_uncoreDaniele Ceraolo Spurio2019-03-201-9/+11
* | drm/i915: use intel_uncore in fw get/put internal pathsDaniele Ceraolo Spurio2019-03-201-1/+1
* | drm/i915/cml: Introduce Comet Lake PCHAnusha Srivatsa2019-03-191-0/+5
* | drm/i915: Drop address size from ppgtt_typeChris Wilson2019-03-151-1/+1
* | drm/i915: Mark up vGPU support for full-ppgttChris Wilson2019-03-151-1/+1
* | drm/i915: Do a synchronous switch-to-kernel-context on idlingChris Wilson2019-03-081-10/+4
* | drm/i915: Read out memory typeVille Syrjälä2019-03-071-4/+80
* | drm/i915: Extract DIMM info on cnl+Ville Syrjälä2019-03-071-13/+53
* | drm/i915: Clean up intel_get_dram_info() a bitVille Syrjälä2019-03-071-12/+4
* | drm/i914: s/l_info/dimm_l/ etc.Ville Syrjälä2019-03-071-9/+9
* | drm/i915: Generalize intel_is_dram_symmetric()Ville Syrjälä2019-03-071-16/+12
* | drm/i915: Use dram_dimm_info moreVille Syrjälä2019-03-071-20/+24
* | drm/i915: Extract DIMM info on GLK tooVille Syrjälä2019-03-071-2/+2
* | drm/i915: Fix DRAM size reporting for BXTVille Syrjälä2019-03-071-6/+11
* | drm/i915: Extract BXT DIMM helpersVille Syrjälä2019-03-071-31/+63
* | drm/i915: Polish skl_is_16gb_dimm()Ville Syrjälä2019-03-071-16/+12
* | drm/i915: Extract functions to derive SKL+ DIMM infoVille Syrjälä2019-03-071-25/+38
* | drm/i915: Store DIMM rank information as a numberVille Syrjälä2019-03-071-50/+42
* | drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-051-4/+4
* | drm/i915: Yet another if/else sort of newer to older platforms.Rodrigo Vivi2019-03-041-10/+10
* | drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+Chris Wilson2019-03-011-1/+1
* | drm/i915: MEI interface implementationRamalingam C2019-02-201-0/+1
|/
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-02-111-210/+19
|\
| * Merge tag 'drm-intel-next-2019-02-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-02-111-2/+10
| |\
| | * drm/i915: Include register polling in reg_rw tracesVille Syrjälä2019-02-051-2/+10
| * | Merge tag 'drm-misc-next-2019-02-01' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-02-041-2/+2
| |\ \ | | |/ | |/|
| * | drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson2019-01-161-205/+1
| * | drm/i915: Mark up Ironlake ips with rpm wakerefsChris Wilson2019-01-141-0/+3
| * | drm/i915: Track all held rpm wakerefsChris Wilson2019-01-141-3/+5
* | | drm/i915: prepare for drmP.h removal from drm_modeset_helper.hSam Ravnborg2019-02-071-1/+3
| |/ |/|
* | drm/irq: Ditch DRIVER_IRQ_SHAREDDaniel Vetter2019-01-291-1/+1
* | drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter2019-01-291-1/+1
* | drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
|/
* drm/i915: drop all drmP.h includesJani Nikula2019-01-091-1/+0
* drm/i915: Always try to reset the GPU on takeoverChris Wilson2019-01-031-1/+1
* drm/i915: drop intel_device_info_dump()Jani Nikula2019-01-021-1/+7
* drm/i915: always use INTEL_INFO() to access device infoJani Nikula2019-01-021-1/+1
* drm/i915: pass dev_priv to intel_device_info_runtime_init()Jani Nikula2019-01-021-1/+1
* drm/i915: start moving runtime device info to a separate structJani Nikula2019-01-021-8/+8
* drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson2018-12-281-1/+1
* drm/i915/selftests: Check we can recover a wedged deviceChris Wilson2018-12-131-0/+1
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-121-9/+9
OpenPOWER on IntegriCloud