aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-16drm/i915: Assume non-DP++ port if dvo_port is HDMI and there's no AUX ch specified in the VBTVille Syrjälä2-9/+24
2016-11-11drm/i915: Refresh that status of MST capable connectors in ->detect()Ville Syrjälä1-10/+0
2016-11-11drm/i915: Grab the rotation from the passed plane state for VLV spritesVille Syrjälä1-1/+1
2016-11-11drm/i915: Mark CPU cache as dirty when used for renderingChris Wilson1-0/+8
2016-11-07drm/i915: Limit Valleyview and earlier to only using mappable scanoutChris Wilson1-2/+16
2016-11-07drm/i915: Round tile chunks up for constructing partial VMAsChris Wilson1-1/+1
2016-11-07drm/i915/dp: Extend BDW DP audio workaround to GEN9 platformsDhinakaran Pandiyan1-2/+4
2016-11-07drm/i915/dp: BDW cdclk fix for DP audioDhinakaran Pandiyan1-3/+24
2016-11-07drm/i915/vlv: Prevent enabling hpd polling in late suspendLyude1-1/+3
2016-11-07drm/i915: Respect alternate_ddc_pin for all DDI portsVille Syrjälä1-36/+48
2016-10-28drm/i915: Fix SKL+ 90/270 degree rotated plane coordinate computationVille Syrjälä1-1/+2
2016-10-28drm/i915: Remove two invalid warnsTvrtko Ursulin1-3/+0
2016-10-28drm/i915: Rotated view does not need a fenceTvrtko Ursulin1-1/+6
2016-10-28drm/i915/fbc: fix CFB size calculation for gen8+Paulo Zanoni1-1/+3
2016-10-28drm: i915: Wait for fences on new fb, not oldDaniel Stone1-1/+1
2016-10-28drm/i915: Clean up DDI DDC/AUX CH sanitationVille Syrjälä1-45/+77
2016-10-28drm/i915: Respect alternate_aux_channel for all DDI portsVille Syrjälä1-31/+40
2016-10-28drm/i915/gen9: fix watermarks when using the pipe scalerPaulo Zanoni1-9/+3
2016-10-28drm/i915: Fix mismatched INIT power domain disabling during suspendImre Deak1-2/+2
2016-10-28drm/i915: fix a read size argumentDan Carpenter1-2/+2
2016-10-28drm/i915: Use fence_write() from rpm resumeChris Wilson1-2/+19
2016-10-28drm/i915/gen9: fix DDB partitioning for multi-screen casesPaulo Zanoni1-2/+10
2016-10-28drm/i915: workaround sparse warning on variable length arraysJani Nikula1-1/+1
2016-10-28drm/i915: keep declarations in i915_drv.hJani Nikula2-7/+5
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes1-1/+5
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds86-11986/+14317
2016-10-12Merge tag 'topic/drm-misc-2016-10-11' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-1/+1
2016-10-10drm/i915: Fix conflict resolution from backmerge of v4.8-rc8 to drm-nextChris Wilson1-3/+0
2016-10-10drm/i915/guc: Unwind GuC workqueue reservation if request construction failsChris Wilson3-7/+23
2016-10-10drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson5-20/+34
2016-10-10drm/i915: Force relocations via cpu if we run out of idle apertureChris Wilson1-2/+2
2016-10-10drm/i915: Distinguish last emitted request from last submitted requestChris Wilson2-2/+4
2016-10-10drm/i915: Allow DP to work w/o EDIDVille Syrjälä1-13/+9
2016-10-10drm/i915: Move long hpd handling into the hotplug workVille Syrjälä1-25/+23
2016-10-10drm/i915/execlists: Reinitialise context image after GPU hangChris Wilson1-41/+62
2016-10-10drm/i915: Use correct index for backtracking HUNG semaphoresChris Wilson1-4/+4
2016-10-10drm/i915: Unalias obj->phys_handle and obj->userptrChris Wilson1-13/+11
2016-10-10drm/i915: Just clear the mmiodebug before a register accessChris Wilson1-4/+3
2016-10-10drm/i915/gen9: only add the planes actually affected by ddb changesPaulo Zanoni1-1/+36
2016-10-10drm/i915: Allow PCH DPLL sharing regardless of DPLL_SDVO_HIGH_SPEEDVille Syrjälä1-0/+18
2016-10-10drm/i915/bxt: Fix HDMI DPLL configurationImre Deak1-5/+16
2016-10-10drm/i915/gen9: fix the watermark res_blocks valuePaulo Zanoni1-5/+7
2016-10-10drm/i915/gen9: fix plane_blocks_per_line on watermarks calculationsPaulo Zanoni1-24/+15
2016-10-10drm/i915/gen9: minimum scanlines for Y tile is not always 4Paulo Zanoni1-24/+32
2016-10-10drm/i915/gen9: fix the WaWmMemoryReadLatency implementationPaulo Zanoni1-20/+22
2016-10-10drm/i915/kbl: KBL also needs to run the SAGV codePaulo Zanoni1-4/+10
2016-10-10drm/i915: introduce intel_has_sagv()Paulo Zanoni2-7/+20
2016-10-10drm/i915: SAGV is not SKL-only, so rename a few thingsPaulo Zanoni4-25/+25
2016-10-10drm/i915: don't forget to set intel_crtc->dspaddr_offset on SKL+Paulo Zanoni1-0/+2
2016-10-10drm/i915: Only shrink the unbound objects during freezeChris Wilson3-2/+28