summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)Author
2016-06-10drm/i915: Check VBT for port presence in addition to the strap on VLV/CHVVille Syrjälä
2016-05-27Merge tag 'drm-intel-next-fixes-2016-05-25' of git://anongit.freedesktop.org/...Dave Airlie
2016-05-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-05-23drm/i915: Determine DP++ type 1 DVI adaptor presence based on VBTVille Syrjälä
2016-05-09Merge 4.6-rc7 into staging-nextGreg Kroah-Hartman
2016-04-30kernel.h: add u64_to_user_ptr()Gustavo Padovan
2016-04-25drm/i915: Update DRIVER_DATE to 20160425Daniel Vetter
2016-04-20drm/i915: check for ERR_PTR from i915_gem_object_pin_map()Dave Gordon
2016-04-18drm/i915/skl: Fix rc6 based gpu/system hangMika Kuoppala
2016-04-15drm/i915/bxt: Enable runtime PMImre Deak
2016-04-15drm/i915/bxt: Add HW state verification for DDI PHY and CDCLKImre Deak
2016-04-14drm/i915: Late request cancellations are harmfulChris Wilson
2016-04-14drm/i915: Prevent leaking of -EIO from i915_wait_request()Chris Wilson
2016-04-14drm/i915: Store the reset counter when constructing a requestChris Wilson
2016-04-14drm/i915: Tighten reset_counter for reset statusChris Wilson
2016-04-14drm/i915: Hide the atomic_read(reset_counter) behind a helperChris Wilson
2016-04-14drm/i915: Add GEM debugging Kconfig optionChris Wilson
2016-04-14drm/i915: Disentangle i915_drv.h includesChris Wilson
2016-04-14drm/i915: Store and use edram capabilitiesMika Kuoppala
2016-04-13drm/i915/skl: Fix rc6 based gpu/system hangMika Kuoppala
2016-04-13drm/i915: add INTEL_GEN() helper shorthand for INTEL_INFO()->genJani Nikula
2016-04-12drm/i915: Only grab correct forcewake for the engine with execlistsTvrtko Ursulin
2016-04-12drm/i915: Simplify for_each_fw_domain iteratorsTvrtko Ursulin
2016-04-12drm/i915: Use consistent forcewake auto-release timeout across kernel configsTvrtko Ursulin
2016-04-12drm/i915: Get panel_type from OpRegion panel detailsVille Syrjälä
2016-04-12drm/i915: Replace the static panel_type variable with dev_priv->vbt.panel_typeVille Syrjälä
2016-04-12drm/i915: Restore GMBUS operation after a failed bit-banging fallbackVille Syrjälä
2016-04-11drm/i915: Update DRIVER_DATE to 20160411Daniel Vetter
2016-04-11drm/i915/shrinker: Restrict vmap purge to objects with vmapsChris Wilson
2016-04-11drm/i915: Refactor duplicate object vmap functionsChris Wilson
2016-04-09drm/i915: Separate out the seqno-barrier from engine->get_seqnoChris Wilson
2016-04-08drm/i915: Include engine->last_submitted_seqno in GPU error stateChris Wilson
2016-04-07drm/i915: Do not WARN_ON in i915_vm_to_ppgttJoonas Lahtinen
2016-04-06drm/i915: Set invert bit for hpd based on VBTShubhangi Shrivastava
2016-04-05drm/i915: Use GPLL ref clock to calculate GPU freqs on VLV/CHVVille Syrjälä
2016-04-05drm/i915/guc: reset GuC and retry on firmware load failureArun Siluvery
2016-04-05drm/i915/shrinker: Hook up vmap allocation failure notifierChris Wilson
2016-04-01drm/i915: Implement WaPixelRepeatModeFixForC0:chvVille Syrjälä
2016-03-31drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen
2016-03-31drm/i915: Pass crtc_state to color management functions.Maarten Lankhorst
2016-03-31drm/i915: Add locking to pll updates, v3.Maarten Lankhorst
2016-03-30drm/i915: Update DRIVER_DATE to 20160330Daniel Vetter
2016-03-29drm/i915: remove unused dev_priv->render_reclock_availJani Nikula
2016-03-29drm/i915: move sdvo mappings to vbt dataJani Nikula
2016-03-29drm/i915: move edp low vswing config to vbt dataJani Nikula
2016-03-29drm/i915: use a substruct in vbt data for edpJani Nikula
2016-03-24drm/i915: replace for_each_engine()Dave Gordon
2016-03-24drm/i915: introduce for_each_engine_id()Dave Gordon
2016-03-23drm/i915: Split PNV version of crtc_compute_clock()Ander Conselvan de Oliveira
2016-03-22drm/i915/tdr: Prepare error handler to accept mask of hung enginesarun.siluvery@linux.intel.com