summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2016-07-11drm/i915: Update DRIVER_DATE to 20160711Daniel Vetter1-1/+1
2016-07-10drm/i915: Select DRM_VGEM for igtChris Wilson1-0/+1
2016-07-10drm/i915: Select X86_MSR for igtChris Wilson1-0/+1
2016-07-08drm/i915: Fill unused GGTT with scratch pages for VT-dChris Wilson3-11/+11
2016-07-07drm/i915: Introduce Kabypoint PCH for Kabylake H/DT.Rodrigo Vivi4-3/+11
2016-07-07drm/i915:gen9: implement WaMediaPoolStateCmdInWABBTim Gore1-0/+25
2016-07-07drm/i915: Check for invalid cloning earlier during modesetVille Syrjälä1-25/+5
2016-07-07drm/i915: Simplify hdmi_12bpc_possible()Ville Syrjälä1-19/+1
2016-07-07drm/i915: Kill has_dsi_encoderVille Syrjälä4-36/+20
2016-07-07drm/i915: s/INTEL_OUTPUT_DISPLAYPORT/INTEL_OUTPUT_DP/Ville Syrjälä7-24/+24
2016-07-07drm/i915: Replace some open coded intel_crtc_has_dp_encoder()sVille Syrjälä2-7/+6
2016-07-07drm/i915: Kill has_dp_encoder from pipe_configVille Syrjälä5-23/+19
2016-07-07drm/i915: Replace manual lvds and sdvo/hdmi counting with intel_crtc_has_type()Ville Syrjälä1-34/+10
2016-07-07drm/i915: Unify intel_pipe_has_type() and intel_pipe_will_have_type()Ville Syrjälä3-59/+45
2016-07-07drm/i915: Add output_types bitmask into the crtc stateVille Syrjälä2-30/+26
2016-07-07drm/i915: Remove encoder type checks from MST suspend/resumeVille Syrjälä1-18/+10
2016-07-07drm/i915: Don't mark eDP encoders as MST capableVille Syrjälä1-1/+1
2016-07-06drm/i915: avoid wait_for_atomic() in non-atomic host2guc_action()Dave Gordon1-2/+8
2016-07-06drm/i915: Group the irq breadcrumb variables into the same cachelineChris Wilson5-35/+37
2016-07-06drm/i915: Wake up the bottom-half if we steal their interruptChris Wilson1-0/+22
2016-07-06drm/i915: Always double check for a missed interrupt for new bottom halvesChris Wilson1-5/+11
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson35-226/+236
2016-07-05drm/i915: Remove impossible tests for dev->dev_privateChris Wilson1-2/+2
2016-07-05drm/i915: Remove use of dev_priv->dev backpointer in __i915_printk()Chris Wilson1-2/+1
2016-07-05drm/i915: Split out runtime configuration of device info to its own fileChris Wilson4-391/+421
2016-07-05drm/i915: Skip capturing an error state if we already have oneChris Wilson1-0/+3
2016-07-05drm/i915: Clean up GPU hang messageChris Wilson1-15/+26
2016-07-05drm/i915: Amalgamate gen6_mm_switch() and vgpu_mm_switch()Chris Wilson1-24/+5
2016-07-05drm/i915: Replace lockless_dereference(bool) with READ_ONCE()Chris Wilson2-2/+2
2016-07-04drm/i915: Explicitly convert some macros to boolean valuesTvrtko Ursulin1-10/+10
2016-07-04drm/i915: convert a few more E->dev_private to to_i915(E)Dave Gordon3-7/+3
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson47-703/+702
2016-07-04i915/guc: Add Kabylake GuC LoadingPeter Antoine1-0/+7
2016-07-04Revert "drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake."Peter Antoine1-1/+1
2016-07-04drm/i915: Limit i915_ring_test_irq debugfs to actual ringsChris Wilson1-8/+1
2016-07-04drm/i915: Hold irq uncore.lock when initialising fw_domainsChris Wilson1-0/+2
2016-07-04drm/i915: Allow userspace to request no-error-capture upon GPU hangsChris Wilson3-9/+28
2016-07-04drm/i915: Record the ringbuffer associated with the requestChris Wilson1-20/+8
2016-07-04drm/i915: Remove stop-rings debugfs interfaceChris Wilson7-112/+15
2016-07-04drm/i915: Flush the RPS bottom-half when the GPU idlesChris Wilson3-24/+22
2016-07-04drm/i915: Add background commentary to "waitboosting"Chris Wilson1-0/+15
2016-07-04drm/i915: Restore waitboost credit to the synchronous waiterChris Wilson1-0/+16
2016-07-04drm/i915: Remove redundant queue_delayed_work() from throttle ioctlChris Wilson1-3/+0
2016-07-04drm/i915: Do not keep postponing the idle-workChris Wilson1-3/+3
2016-07-04drm/i915: Only start retire worker when idleChris Wilson9-115/+135
2016-07-02drm/i915: Remove check for !crtc_state in intel_plane_atomic_calc_changes()Chris Wilson1-2/+1
2016-07-02drm/i915: Fix inconsistent indentation in intel_pre_enable_lvds()Chris Wilson1-2/+2
2016-07-02drm/i915: Fix buffer overflow in dsi_calc_mnp()Chris Wilson1-8/+9
2016-07-02drm/i915: Fix inconsistent indenting in vbt_panel_init()Chris Wilson1-4/+3
2016-07-02drm/i915: Match bitmask size to types in intel_fb_initial_config()Chris Wilson1-13/+15