summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Remove obj->pin_mappableChris Wilson2015-04-131-1/+0
* drm/i915: fix build for DEBUG_FS=nJani Nikula2015-04-101-1/+2
* drm/i915: Remove request->uniqChris Wilson2015-04-101-4/+0
* drm/i915: Reduce locking in execlist command submissionChris Wilson2015-04-101-0/+18
* drm/i915: Use a separate slab for vmasChris Wilson2015-04-101-0/+1
* drm/i915: Use a separate slab for requestsChris Wilson2015-04-101-1/+3
* drm/i915: Update DRIVER_DATE to 20150410Daniel Vetter2015-04-101-1/+1
* drm/i915: Record ring->start address in error stateChris Wilson2015-04-101-0/+1
* drm/i915: Split batch pool into size bucketsChris Wilson2015-04-101-1/+1
* drm/i915: Split the batch pool by engineChris Wilson2015-04-101-8/+0
* drm/i915: Split i915_gem_batch_pool into its own headerChris Wilson2015-04-101-12/+1
* drm/i915: Deminish contribution of wait-boosting from clientsChris Wilson2015-04-101-3/+6
* drm/i915: Agressive downclocking on BaytrailChris Wilson2015-04-101-0/+3
* drm/i915: Cache last obj->pages location for i915_gem_object_get_page()Chris Wilson2015-04-101-5/+26
* drm/i915: use kref_put_mutex in i915_gem_request_unreference__unlockedMaarten Lankhorst2015-04-101-6/+6
* drm/i915: add i915 specific connector debugfs file for DPCDJani Nikula2015-04-071-0/+1
* drm/i915/skl: Enabling PSR2 SU with frame syncSonika Jindal2015-04-071-0/+2
* drm/i915: base gmbus pin validity check on the gmbus pin map arrayJani Nikula2015-04-011-4/+2
* drm/i915: index gmbus tables using the pin pair numberJani Nikula2015-04-011-2/+1
* drm/i915: refer to pin instead of port in the intel_i2c.c interfacesJani Nikula2015-04-011-4/+4
* drm/i915: rename GMBUS_PORT_* macros as GMBUS_PIN_*Jani Nikula2015-04-011-1/+1
* drm/i915: Move common request allocation code into a common functionJohn Harrison2015-04-011-0/+2
* drm/i915: Rename 'do_execbuf' to 'execbuf_submit'John Harrison2015-04-011-7/+7
* drm/i915: Add i915_gem_request_unreference__unlockedChris Wilson2015-03-301-0/+13
* drm/i915: Update DRIVER_DATE to 20150327Daniel Vetter2015-03-271-1/+1
* drm/i915: Compare GGTT view structs instead of typesJoonas Lahtinen2015-03-271-4/+4
* drm/i915: Add module param to test the load detect codeDaniel Vetter2015-03-271-0/+1
* drm/i915: Convert intel_pipe_will_have_type() to using atomic stateAnder Conselvan de Oliveira2015-03-271-1/+1
* drm/i915: Pass an atomic state to modeset_global_resources() functionsAnder Conselvan de Oliveira2015-03-271-1/+1
* drm/i915: kill i915.powersaveRodrigo Vivi2015-03-261-1/+0
* drm/i915: Add fault address to error state for gen8 and gen9Mika Kuoppala2015-03-251-0/+2
* drm/i915: Use GGTT view when (un)pinning objects to planesTvrtko Ursulin2015-03-231-3/+11
* drm/i915: Extract i915_gem_shrinker.cDaniel Vetter2015-03-201-6/+11
* drm/i915: Use down ei for manual Baytrail RPS calculationsChris Wilson2015-03-201-2/+0
* drm/i915: Relax RPS contraints to allows setting minfreq on idleChris Wilson2015-03-201-0/+1
* drm/i915: Do not use ggtt_view with (aliasing) PPGTTJoonas Lahtinen2015-03-201-62/+38
* drm/i915: Update DRIVER_DATE to 20150313Daniel Vetter2015-03-171-1/+1
* drm/i915: redefine WARN_ON_ONCE to include the conditionJani Nikula2015-03-171-0/+3
* drm/i915/skl: Added new macrosAkash Goel2015-03-171-0/+1
* drm/i915: Rewrite VLV/CHV watermark codeVille Syrjälä2015-03-171-0/+11
* drm/i915: Reorganize VLV DDL setupVille Syrjälä2015-03-171-0/+9
* drm/i915: Disable the mmio.debug WARN after it firesChris Wilson2015-03-171-1/+1
* drm/i915: Remove ironlake rc6 supportJohn Harrison2015-03-171-3/+0
* drm/i915: add frontbuffer tracking to FBCPaulo Zanoni2015-03-171-8/+2
* drm/i915: Add a for_each_intel_connector macroAnder Conselvan de Oliveira2015-03-171-0/+6
* drm/i915: pass which operation triggered the frontbuffer trackingPaulo Zanoni2015-03-171-0/+7
* drm/i915: Make for_each_sprite() take dev_priv as argumentDamien Lespiau2015-03-171-1/+4
* drm/i915: Make for_each_plane() take dev_priv as argumentDamien Lespiau2015-03-171-2/+4
* Merge tag 'v4.0-rc3' into drm-nextDave Airlie2015-03-091-1/+14
|\
| * drm/i915: Fix a use after free, and unbalanced refcountingNick Hoath2015-02-241-1/+13
OpenPOWER on IntegriCloud