aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 604-51076/+80352
2016-10-11Merge tag 'media/v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 1-2/+1
2016-10-12Merge tag 'topic/drm-misc-2016-10-11' of git://anongit.freedesktop.org/drm-in...Gravatar Dave Airlie 16-58/+313
2016-10-11Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-11/+11
2016-10-10drm/i915: Fix conflict resolution from backmerge of v4.8-rc8 to drm-nextGravatar Chris Wilson 1-3/+0
2016-10-10drm/i915/guc: Unwind GuC workqueue reservation if request construction failsGravatar Chris Wilson 3-7/+23
2016-10-10drm/i915: Reset the breadcrumbs IRQ more carefullyGravatar Chris Wilson 5-20/+34
2016-10-10drm/i915: Force relocations via cpu if we run out of idle apertureGravatar Chris Wilson 1-2/+2
2016-10-10drm/i915: Distinguish last emitted request from last submitted requestGravatar Chris Wilson 2-2/+4
2016-10-10drm/i915: Allow DP to work w/o EDIDGravatar Ville Syrjälä 1-13/+9
2016-10-10drm/i915: Move long hpd handling into the hotplug workGravatar Ville Syrjälä 1-25/+23
2016-10-10drm/i915/execlists: Reinitialise context image after GPU hangGravatar Chris Wilson 1-41/+62
2016-10-10drm/i915: Use correct index for backtracking HUNG semaphoresGravatar Chris Wilson 1-4/+4
2016-10-10drm/i915: Unalias obj->phys_handle and obj->userptrGravatar Chris Wilson 1-13/+11
2016-10-10drm/i915: Just clear the mmiodebug before a register accessGravatar Chris Wilson 1-4/+3
2016-10-10drm/i915/gen9: only add the planes actually affected by ddb changesGravatar Paulo Zanoni 1-1/+36
2016-10-10drm/i915: Allow PCH DPLL sharing regardless of DPLL_SDVO_HIGH_SPEEDGravatar Ville Syrjälä 1-0/+18
2016-10-10drm/i915/bxt: Fix HDMI DPLL configurationGravatar Imre Deak 1-5/+16
2016-10-10drm/i915/gen9: fix the watermark res_blocks valueGravatar Paulo Zanoni 1-5/+7
2016-10-10drm/i915/gen9: fix plane_blocks_per_line on watermarks calculationsGravatar Paulo Zanoni 1-24/+15
2016-10-10drm/i915/gen9: minimum scanlines for Y tile is not always 4Gravatar Paulo Zanoni 1-24/+32
2016-10-10drm/i915/gen9: fix the WaWmMemoryReadLatency implementationGravatar Paulo Zanoni 1-20/+22
2016-10-10drm/i915/kbl: KBL also needs to run the SAGV codeGravatar Paulo Zanoni 1-4/+10
2016-10-10drm/i915: introduce intel_has_sagv()Gravatar Paulo Zanoni 2-7/+20
2016-10-10drm/i915: SAGV is not SKL-only, so rename a few thingsGravatar Paulo Zanoni 4-25/+25
2016-10-10drm/i915: don't forget to set intel_crtc->dspaddr_offset on SKL+Gravatar Paulo Zanoni 1-0/+2
2016-10-10drm/i915: Only shrink the unbound objects during freezeGravatar Chris Wilson 3-2/+28
2016-10-10drm/i915: Restore current RPS state after resetGravatar Chris Wilson 3-9/+13
2016-10-10drm/i915: Unlock PPS registers after GPU resetGravatar Imre Deak 1-0/+1
2016-10-10drm/i915/backlight: setup backlight pwm alternate increment on backlight enableGravatar Shawn Lee 1-1/+17
2016-10-10drm/i915/backlight: setup and cache pwm alternate increment valueGravatar Jani Nikula 2-3/+12
2016-10-10drm: Release resources with a safer functionGravatar Christophe JAILLET 1-4/+4
2016-10-10drm: Fix up kerneldoc for new drm_gem_dmabuf_export()Gravatar Chris Wilson 1-1/+2
2016-10-10drm/bridge: Drop drm_connector_unregister and call drm_connector_cleanup dire...Gravatar Marek Vasut 3-22/+3
2016-10-10Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Gravatar Dave Airlie 17-55/+67
2016-10-10Merge tag 'topic/drm-misc-2016-10-05' of git://anongit.freedesktop.org/drm-in...Gravatar Dave Airlie 13-153/+275
2016-10-10drm/bridge: Add RGB to VGA bridge supportGravatar Maxime Ripard 3-0/+231
2016-10-08Merge branch 'work.const-qstr' into work.miscGravatar Al Viro 3-6/+6
2016-10-07Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Gravatar Linus Torvalds 1-3/+7
2016-10-06drm/vc4: Add support for double-clocked modes.Gravatar Eric Anholt 3-11/+24
2016-10-06drm/vc4: Set up the AVI and SPD infoframes.Gravatar Eric Anholt 2-5/+136
2016-10-06drm/vc4: Fix support for interlaced modes on HDMI.Gravatar Eric Anholt 3-56/+41
2016-10-06drm/vc4: Increase timeout for HDMI_SCHEDULER_CONTROL changes.Gravatar Eric Anholt 1-2/+2
2016-10-06drm/vc4: Fall back to using an EDID probe in the absence of a GPIO.Gravatar Eric Anholt 1-0/+3
2016-10-06drm/vc4: Enable limited range RGB output on HDMI with CEA modes.Gravatar Eric Anholt 2-3/+37
2016-10-06drm/vc4: Fix races when the CS reads from render targets.Gravatar Eric Anholt 4-8/+62
2016-10-06drm/vc4: cleanup with list_first_entry_or_null()Gravatar Masahiro Yamada 1-7/+4
2016-10-06drm/amdgpu: revert "use more than 64KB fragment size if possible"Gravatar Christian König 1-8/+4
2016-10-06drm/amdgpu: warn if dp aux is still attached on freeGravatar Grazvydas Ignotas 2-1/+4