summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Disable preemption and sleeping while using the punit sidebandChris Wilson2019-04-261-0/+6
* drm/i915: Invert the GEM wakeref hierarchyChris Wilson2019-04-241-2/+3
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-2/+3
* drm/i915: remove DRM_AUTH from IOCTLs which also have DRM_RENDER_ALLOWChristian König2019-04-191-5/+5
* drm/i915: Use drm_dev_unplug()Janusz Krzysztofik2019-04-191-1/+1
* drm/i915: extract intel_cdclk.h from intel_drv.hJani Nikula2019-04-081-0/+1
* drm/i915: extract intel_sprite.h from intel_drv.hJani Nikula2019-04-081-0/+1
* drm/i915: extract intel_dp.h from intel_drv.hJani Nikula2019-04-081-0/+1
* drm/i915: extract intel_fbdev.h from intel_drv.hJani Nikula2019-04-081-0/+1
* drm/i915: extract intel_pm.h from intel_drv.hJani Nikula2019-04-081-0/+1
* drm/i915: extract intel_csr.h from intel_drv.hJani Nikula2019-04-081-0/+1
* drm/i915: extract intel_audio.h from intel_drv.hJani Nikula2019-04-081-2/+3
* drm/i915: Mark GEM wedged right after marking device unpluggedJanusz Krzysztofik2019-04-061-0/+7
* drm/i915: rename init/fini/prune uncore functionsDaniele Ceraolo Spurio2019-04-031-4/+4
* drm/i915: add intel_uncore_init_earlyDaniele Ceraolo Spurio2019-04-031-1/+2
* drm/i915: Introduce concept of a sub-platformTvrtko Ursulin2019-04-011-3/+5
* drm/i915: move the edram detection out of uncore initDaniele Ceraolo Spurio2019-03-291-0/+42
* Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen2019-03-271-34/+1Star
|\
| * drm: move i915_kick_out_vgacon to vgaarbGerd Hoffmann2019-03-071-34/+1Star
* | drm/i915: Drop new chunks of context creation ABI (for now)Chris Wilson2019-03-271-2/+0Star
* | 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/+5Star
* | 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-201-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/+4Star
* | 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/+4Star
* | 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/+12Star
* | 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/+12Star
* | 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/+42Star
* | 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/+19Star
|\
| * 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