aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-28drm/i915: Fake AGP is deadDaniel Vetter1-10/+0
2015-07-17drm/i915/skl: Don't expose the top most plane on gen9 displayDamien Lespiau1-4/+12
2015-07-08drm/i915: use dev_priv for the FBC functionsPaulo Zanoni1-1/+1
2015-07-06drm/i915: move FBC code out of i915_gem_stolen.cPaulo Zanoni1-0/+1
2015-07-06drm/i915: Expose I915_EXEC_RESOURCE_STREAMER flag and getparamAbdiel Janulgue1-0/+3
2015-06-23drm/i915: Report an error when i915.reset prevents a resetChris Wilson1-1/+0
2015-06-15drm/i915: Report to userspace if we have a (presumed) working GPU resetChris Wilson1-0/+5
2015-05-29drm/i915: group all hotplug related fields into a new struct in dev_privJani Nikula1-4/+4
2015-05-28drm/i915: s/dpio_lock/sb_lock/Ville Syrjälä1-1/+1
2015-05-08drm/i915/skl: Add support to load SKL CSR firmware.Daniel Vetter1-2/+9
2015-04-14Merge branch 'topic/bxt-stage1' into drm-intel-next-queuedDaniel Vetter1-110/+143
2015-04-10drm/i915: Use a separate slab for vmasChris Wilson1-0/+4
2015-04-10drm/i915: Use a separate slab for requestsChris Wilson1-4/+8
2015-04-10drm/i915: Split the batch pool by engineChris Wilson1-1/+0
2015-04-09drm/i915/bxt: Determine BXT slice/subslice/EU infoJeff McGee1-17/+30
2015-04-09drm/i915: Split SSEU init into functions by platformJeff McGee1-109/+125
2015-04-09drm/i915/bxt: Broxton has 3 sprite planes on pipe A/B, 2 on pipe CDamien Lespiau1-1/+5
2015-03-27drm/i915: Rip out GET_SPRITE_COLORKEY ioctlDaniel Vetter1-1/+1
2015-03-17drm/i915: Export total subslice and EU countsJeff McGee1-0/+10
2015-03-17drm/i915/chv: Determine CHV slice/subslice/EU infoJeff McGee1-6/+34
2015-03-17drm/i915: Add I915_PARAM_REVISIONNeil Roberts1-0/+3
2015-02-27drm/i915: Remove DRIVER_MODESET checks in load/unload/close codeDaniel Vetter1-58/+37
2015-02-24drm/i915/skl: Tune IZ hashing when subslices are unbalancedDamien Lespiau1-3/+14
2015-02-23drm/i915/skl: Determine SKL slice/subslice/EU infoJeff McGee1-0/+73
2015-02-13drm/i915: Add the display switch logic for vGPU in i915 driverYu Zhang1-0/+8
2015-01-29drm/i915: Remove nested work in gpu error handlingMika Kuoppala1-1/+0
2015-01-28drm/i915: Convert hangcheck from a timer into a delayed work itemChris Wilson1-1/+12
2015-01-27drm/i915: add I915_PARAM_HAS_BSD2 to i915_getparamZhipeng Gong1-0/+3
2015-01-27drm/i915/chv: Populate total EU count on CherryviewDeepak S1-0/+11
2015-01-12Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter1-0/+4
2015-01-12drm/i915: add component supportImre Deak1-0/+4
2015-01-07drm/i915: Add ioctl to set per-context parametersChris Wilson1-0/+2
2015-01-06drm/i915: Support creation of unbound wc user mappings for objectsAkash Goel1-0/+3
2014-12-16drm/i915: Use batch pools with the command parserBrad Volkin1-0/+1
2014-12-03drm/i915: Remove user pinning codeDaniel Vetter1-2/+9
2014-11-20drm/i915: Can i915_gem_init_ioctlDaniel Vetter1-1/+1
2014-11-20drm/i915: Sanitize ->lastcloseDaniel Vetter1-15/+2
2014-11-20drm/i915: Ditch dev_priv->ums.mm_suspendDaniel Vetter1-3/+0
2014-11-19drm/i915: No-Op enter/leave vt gem ioctlDaniel Vetter1-2/+2
2014-11-19drm/i915: Drop checks for initializationDaniel Vetter1-12/+2
2014-11-19drm/i915: Replace dri1 functions with drm_noopDaniel Vetter1-69/+10
2014-11-19drm/i915: Remove DRI1 ring accessors and APIChris Wilson1-916/+15
2014-11-19Merge tag 'drm-intel-fixes-2014-11-19' into drm-intel-next-queuedDaniel Vetter1-4/+6
2014-11-17drm/i915: Kick fbdev before vgaconDaniel Vetter1-4/+6
2014-11-14drm/i915: Make the physical object coherent with GTTChris Wilson1-0/+3
2014-10-24drm/i915: unify switcheroo and legacy suspend/resume handlersImre Deak1-2/+2
2014-10-24drm/i915: call drm_vblank_cleanup() earlier at unloadPaulo Zanoni1-3/+5
2014-10-03drm/i915: Use dev_priv instead of dev in irq setup functionsDaniel Vetter1-2/+2
2014-10-03drm/i915: s/pm._irqs_disabled/pm.irqs_enabled/Daniel Vetter1-8/+1
2014-10-01drm/i915: Call runtime_pm_disable directlyDaniel Vetter1-3/+1