summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)Author
2017-01-12drm/i915: Unalias obj->phys_handle and obj->userptrChris Wilson
2015-09-21drm/i915: Limit the number of loops for reading a split 64bit registerChris Wilson
2015-08-16drm/i915: Replace WARN inside I915_READ64_2x32 with retry loopChris Wilson
2015-04-20Merge Linus master into drm-nextDave Airlie
2015-04-07drm/i915/vlv: save/restore the power context base regJesse Barnes
2015-03-27drm/i915: Update DRIVER_DATE to 20150327Daniel Vetter
2015-03-27drm/i915: Compare GGTT view structs instead of typesJoonas Lahtinen
2015-03-27drm/i915: Add module param to test the load detect codeDaniel Vetter
2015-03-27drm/i915: Convert intel_pipe_will_have_type() to using atomic stateAnder Conselvan de Oliveira
2015-03-27drm/i915: Pass an atomic state to modeset_global_resources() functionsAnder Conselvan de Oliveira
2015-03-26drm/i915: kill i915.powersaveRodrigo Vivi
2015-03-25drm/i915: Add fault address to error state for gen8 and gen9Mika Kuoppala
2015-03-23drm/i915: Use GGTT view when (un)pinning objects to planesTvrtko Ursulin
2015-03-20drm/i915: Extract i915_gem_shrinker.cDaniel Vetter
2015-03-20drm/i915: Use down ei for manual Baytrail RPS calculationsChris Wilson
2015-03-20drm/i915: Relax RPS contraints to allows setting minfreq on idleChris Wilson
2015-03-20drm/i915: Do not use ggtt_view with (aliasing) PPGTTJoonas Lahtinen
2015-03-17drm/i915: Update DRIVER_DATE to 20150313Daniel Vetter
2015-03-17drm/i915: redefine WARN_ON_ONCE to include the conditionJani Nikula
2015-03-17drm/i915/skl: Added new macrosAkash Goel
2015-03-17drm/i915: Rewrite VLV/CHV watermark codeVille Syrjälä
2015-03-17drm/i915: Reorganize VLV DDL setupVille Syrjälä
2015-03-17drm/i915: Disable the mmio.debug WARN after it firesChris Wilson
2015-03-17drm/i915: Remove ironlake rc6 supportJohn Harrison
2015-03-17drm/i915: add frontbuffer tracking to FBCPaulo Zanoni
2015-03-17drm/i915: Add a for_each_intel_connector macroAnder Conselvan de Oliveira
2015-03-17drm/i915: pass which operation triggered the frontbuffer trackingPaulo Zanoni
2015-03-17drm/i915: Make for_each_sprite() take dev_priv as argumentDamien Lespiau
2015-03-17drm/i915: Make for_each_plane() take dev_priv as argumentDamien Lespiau
2015-03-09Merge tag 'v4.0-rc3' into drm-nextDave Airlie
2015-03-09Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-03-05Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-02-27drm/i915: Update DRIVER_DATE to 20150227Daniel Vetter
2015-02-27drm/i915: Remove regfile code&data for UMS suspend/resumeDaniel Vetter
2015-02-25drm/i915: Cache ringbuf pointer in request structureJohn Harrison
2015-02-25drm/i915/skl: Support for edp low_vswing param in vbtSonika Jindal
2015-02-24drm/i915: Fix a use after free, and unbalanced refcountingNick Hoath
2015-02-24drm/i915/skl: Tune IZ hashing when subslices are unbalancedDamien Lespiau
2015-02-23drm/i915/skl: Determine SKL slice/subslice/EU infoJeff McGee
2015-02-23drm/i915/bdw: PCI IDs ending in 0xb are ULT.Rodrigo Vivi
2015-02-16Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-02-14drm/i915: Update DRIVER_DATE to 20150214Daniel Vetter
2015-02-13drm/i915: Add process identifier to requestsMika Kuoppala
2015-02-13drm/i915/skl: Implement WaDisableLSQCROPERFforOCLDamien Lespiau
2015-02-13drm/i915: Remove the IS_SNB_GT1 defineDamien Lespiau
2015-02-13drm/i915: Garbage collect orphaned prototypesDamien Lespiau
2015-02-13drm/i915: Introduce a PV INFO page structure for Intel GVT-g.Yu Zhang
2015-02-13drm/i915: Add tiled framebuffer modifiersTvrtko Ursulin
2015-02-13drm/i915: change dev_priv->fbc.plane to dev_priv->fbc.crtcPaulo Zanoni
2015-02-13drm/i915: ring w/a gen 9 revision definitionsHoath, Nicholas