summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)Author
2016-12-19drm/i915: Drop mutex after successful kref_put_mutex()Chris Wilson
2016-12-18drm/i915: Simplify releasing context referenceChris Wilson
2016-12-18drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson
2016-12-16drm/i915: introduce range_overflows utility macrosMatthew Auld
2016-12-15drm/i915: Store a pointer to the pixel format info for fbcVille Syrjälä
2016-12-12drm/i915: Parse panel backlight controller from VBTVidya Srinivas
2016-12-09drm/i915/perf: More documentation hooked to i915.rstRobert Bragg
2016-12-08drm/i915/gen9: Fix PCODE polling during CDCLK change notificationImre Deak
2016-12-07drm/i915: distinguish G33 and Pineview from each otherJani Nikula
2016-12-07drm/i915/skl+: change WM calc to fixed point 16.16Mahesh Kumar
2016-12-07drm/i915/bxt: IPC WA for BroxtonMahesh Kumar
2016-12-07drm/i915: Protect DSPARB registers with a spinlockVille Syrjälä
2016-12-07drm/i915: use platform enum instead of duplicating PCI ID if possibleJani Nikula
2016-12-07drm/i915: give G45 and GM45 their own platform enumsJani Nikula
2016-12-07drm/i915: add some more "i" in platform names for consistencyJani Nikula
2016-12-07drm/i915: rename BROADWATER and CRESTLINE to I965G and I965GM, respectivelyJani Nikula
2016-12-07drm/i915: replace platform flags with a platform enumJani Nikula
2016-12-07drm/i915: Keep has_* in alphabetical orderMichel Thierry
2016-12-07drm/i915: Advertise ppgtt support type in platform definitionMichel Thierry
2016-12-05drm/i915: Fix i915_gem_evict_for_vma (soft-pinning)Chris Wilson
2016-12-05drm/i915: Mark all non-vma being inserted into the address spacesChris Wilson
2016-12-05drm/i915: Skip vblank wait if cxsr was already offVille Syrjälä
2016-12-05drm/i915: Organize vlv/chv watermarks by plane_idVille Syrjälä
2016-12-05drm/i915: Update DRIVER_DATE to 20161205Daniel Vetter
2016-12-02drm/i915/glk: Implement Geminilake DDI init sequenceAnder Conselvan de Oliveira
2016-12-01drm/i915: Make i915_save/restore_state and intel_i2c_reset take dev_privTvrtko Ursulin
2016-12-01drm/i915: Make i915_destroy_error_state take dev_privTvrtko Ursulin
2016-12-01drm/i915: Make gmbus setup take dev_privTvrtko Ursulin
2016-12-01drm/i915: Unexport VGA switcheroo functionsTvrtko Ursulin
2016-12-01drm/i915: More GEM init dev_priv cleanupTvrtko Ursulin
2016-12-01drm/i915: Make various init functions take dev_privTvrtko Ursulin
2016-12-01drm/i915: Make GEM object create and create from data take dev_privTvrtko Ursulin
2016-12-01drm/i915: Make GEM object alloc/free and stolen created take dev_privTvrtko Ursulin
2016-12-01drm/i915/glk: Add a IS_GEN9_LP() macroAnder Conselvan de Oliveira
2016-12-01drm/i915/glk: Introduce Geminilake platform definitionAnder Conselvan de Oliveira
2016-11-25drm/i915: Rename intel_guc.h to intel_uc.hArkadiusz Hiler
2016-11-25drm/i915: Don't sanitize has_decoupled_mmio if platform is not broxtonAnder Conselvan de Oliveira
2016-11-25drm/i915: Pass dev_priv to intel_setup_outputs()Ander Conselvan de Oliveira
2016-11-24drm/i915: Use the precomputed value for whether to enable command parsingChris Wilson
2016-11-24drm/i915: kick out cmd_parser specific structs from i915_drv.hMatthew Auld
2016-11-23drm/i915: Protect dev_priv->atomic_cdclk_freq with all the crtc locksVille Syrjälä
2016-11-23drm/i915: Add crtc->plane_ids_maskVille Syrjälä
2016-11-23drm/i915: Add per-pipe plane identifierVille Syrjälä
2016-11-23drm/i915: i915_gem_alloc_context_obj can be staticTvrtko Ursulin
2016-11-22drm/i915: Add dev.i915.perf_stream_paranoid sysctl optionRobert Bragg
2016-11-22drm/i915: advertise available metrics via sysfsRobert Bragg
2016-11-22drm/i915: Enable i915 perf stream for Haswell OA unitRobert Bragg
2016-11-22drm/i915: Add 'render basic' Haswell OA unit configRobert Bragg
2016-11-22drm/i915: Add i915 perf infrastructureRobert Bragg
2016-11-21drm/i915: Wipe hang stats as an embedded structMika Kuoppala