summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2016-10-12Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds86-11986/+14317
2016-10-11Merge tag 'topic/drm-misc-2016-10-11' of git://anongit.freedesktop.org/drm-in...Dave 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
2016-10-10drm/i915: Restore current RPS state after resetChris Wilson3-9/+13
2016-10-10drm/i915: Unlock PPS registers after GPU resetImre Deak1-0/+1
2016-10-10drm/i915/backlight: setup backlight pwm alternate increment on backlight enableShawn Lee1-1/+17
2016-10-10drm/i915/backlight: setup and cache pwm alternate increment valueJani Nikula2-3/+12
2016-10-05drm/prime: Take a ref on the drm_dev when exporting a dma_bufChris Wilson1-1/+1
2016-10-04drm/i915: Account for sink max TMDS clock when checking the port clockVille Syrjälä1-1/+8
2016-10-04drm/i915: Replace a bunch of connector->base.display_info with a local variableVille Syrjälä1-7/+7
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie2-0/+5
2016-09-28get rid of separate multipage fault-in primitivesAl Viro2-4/+4
2016-09-19Merge tag 'drm-intel-next-2016-09-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie64-3162/+4581
2016-09-19drm/i915: Update DRIVER_DATE to 20160919Daniel Vetter1-1/+1
2016-09-16drm/i915: use NULL for NULL pointersJani Nikula1-1/+1
2016-09-16drm/i915: do not use 'false' as a NULL pointerJani Nikula1-2/+2
2016-09-16drm/i915: make intel_dp_compute_bpp staticJani Nikula1-2/+2
2016-09-15drm: Add DP branch device info on debugfsMika Kahola1-0/+3
2016-09-15drm/i915: Update bits per component for display infoMika Kahola1-1/+15
2016-09-15drm/i915: Check pixel rate for DP to VGA dongleMika Kahola1-1/+26
2016-09-15drm/i915: Read DP branch device SW revisionMika Kahola1-0/+20
2016-09-15drm/i915: Read DP branch device HW revisionMika Kahola1-0/+21
2016-09-15drm/i915: Cleanup DisplayPort AUX channel initializationMika Kahola1-2/+2
2016-09-15drm/i915: Add ddb size field to device info structureDeepak M3-11/+8
2016-09-15drm/i915/guc: general tidying up (submission)Dave Gordon3-33/+34
2016-09-15drm/i915/guc: general tidying up (loader)Dave Gordon2-14/+16
2016-09-15drm/i915: clarify PMINTRMSK/pm_intr_keep usageDave Gordon4-9/+25
2016-09-15drm/i915: Only expand COND once in wait_for()Dave Gordon1-5/+9