summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-08-143-21/+65
|\
| * Merge tag 'asoc-v4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2018-08-1351-149/+445
| |\
| | * Merge branch 'asoc-4.19' into asoc-nextMark Brown2018-08-092-10/+13
| | |\
| * | \ Merge branch 'topic/drm_audio_component' into for-nextTakashi Iwai2018-07-192-10/+13
| |\ \ \ | | | |/ | | |/|
| | * | ALSA: hda: Make audio component support more genericTakashi Iwai2018-07-171-0/+1
| | * | drm/i915: Split audio component to a generic typeTakashi Iwai2018-07-171-10/+12
| * | | vga_switcheroo: set audio client id according to bound GPU idJim Qu2018-07-171-11/+52
* | | | Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-08-143-3/+5
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle'Rafael J. Wysocki2018-08-143-3/+5
| |\ \ \ \ \ \ \
| | * | | | | | | driver core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMERVivek Gautam2018-07-093-3/+5
| | |/ / / / / /
* | | | | | | | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-142-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-05114-743/+1506
| |\| | | | | | |
| * | | | | | | | x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-052-0/+2
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-131-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | turn filp_clone_open() into inline wrapper for dentry_open()Al Viro2018-07-101-1/+1
* | | | | | | | Merge tag 'drm-misc-fixes-2018-07-27' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-08-014-4/+21
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formatsBoris Brezillon2018-07-251-0/+3
| * | | | | | | drm/atomic: Initialize variables in drm_atomic_helper_async_check() to make g...Boris Brezillon2018-07-251-2/+3
| * | | | | | | drm/atomic: Check old_plane_state->crtc in drm_atomic_helper_async_check()Boris Brezillon2018-07-251-1/+2
| * | | | | | | drm: re-enable error handlingNicholas Mc Guire2018-07-161-1/+1
| * | | | | | | drm/bridge: adv7511: Reset registers on hotplugSean Paul2018-07-091-0/+12
* | | | | | | | Merge tag 'imx-drm-fixes-2018-07-20' of git://git.pengutronix.de/git/pza/linu...Dave Airlie2018-07-272-4/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | gpu: ipu-csi: Check for field type alternateSteve Longerbeam2018-07-161-1/+2
| * | | | | | | | drm/imx: imx-ldb: check if channel is enabled before printing warningLucas Stach2018-07-161-3/+3
| * | | | | | | | drm/imx: imx-ldb: disable LDB on driver bindLucas Stach2018-07-161-0/+3
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | drm/i915/glk: Add Quirk for GLK NUC HDMI port issues.Clint Taylor2018-07-254-5/+33
* | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-07-221-15/+1
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro2018-07-101-15/+1
| |/ / / / / /
* | | | | | | Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2018-07-2012-49/+105
|\ \ \ \ \ \ \
| * | | | | | | drm/nouveau/fb/gp100-: disable address remapperBen Skeggs2018-07-194-0/+15
| * | | | | | | drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfsLyude Paul2018-07-163-6/+10
| * | | | | | | drm/nouveau: Remove bogus crtc check in pmops_runtime_idleLyude Paul2018-07-161-11/+0
| * | | | | | | drm/nouveau/drm/nouveau: Fix runtime PM leak in nv50_disp_atomic_commit()Lyude Paul2018-07-161-1/+1
| * | | | | | | drm/nouveau: Avoid looping through fake MST connectorsLyude Paul2018-07-163-4/+26
| * | | | | | | drm/nouveau: Use drm_connector_list_iter_* for iterating connectorsLyude Paul2018-07-164-10/+29
| * | | | | | | drm/nouveau/gem: off by one bugs in nouveau_gem_pushbuf_reloc_apply()Dan Carpenter2018-07-161-2/+2
| * | | | | | | drm/nouveau/kms/nv50-: ensure window updates are submitted when flushing mst ...Ben Skeggs2018-07-161-19/+26
* | | | | | | | drm/amd/amdgpu: creating two I2S instances for stoney/cz (v2)Vijendar Mukunda2018-07-181-10/+37
* | | | | | | | drm/amdgpu: add another ATPX quirk for TOPAZAlex Deucher2018-07-181-0/+1
* | | | | | | | drm/amd/display: Fix DP HBR2 Eye Diagram Pattern on CarrizoHersen Wu2018-07-173-5/+6
* | | | | | | | drm/amdgpu: Make sure IB tests flushed after IP resumeLeo Liu2018-07-171-0/+3
* | | | | | | | Merge tag 'drm-intel-fixes-2018-07-12' of git://anongit.freedesktop.org/drm/d...Dave Airlie2018-07-165-1/+81
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'gvt-fixes-2018-07-11' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi2018-07-125-1/+81
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/i915/gvt: update vreg on inhibit context lri commandHang Yuan2018-07-055-1/+81
* | | | | | | | | | Merge branch 'drm-armada-fixes' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie2018-07-163-10/+33
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | drm/armada: fix irq handlingRussell King2018-07-091-2/+10
| * | | | | | | | | | drm/armada: fix colorkey mode propertyRussell King2018-07-092-8/+23
* | | | | | | | | | | Merge tag 'drm-misc-fixes-2018-07-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-07-161-1/+4
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | drm/sun4i: link in front-end code if neededArnd Bergmann2018-07-091-1/+4
* | | | | | | | | | | Merge tag 'drm/tegra/for-4.18-rc5' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2018-07-163-2/+6
|\ \ \ \ \ \ \ \ \ \ \