summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | drm/amdgpu: update golden setting/tiling table of tahitiFlora Cui2016-12-202-161/+221
| * | | | drm/amdgpu: fix cursor setting of dce6/dce8Flora Cui2016-12-192-7/+1
| * | | | drm/amdgpu: refine set clock gating for tonga/polarisRex Zhu2016-12-152-90/+230
| * | | | drm/amdgpu: initialize cg flags for tonga/polaris10/polaris11.Rex Zhu2016-12-151-3/+49
| * | | | drm/amdgpu: add new gfx cg flags.Rex Zhu2016-12-151-0/+4
| * | | | drm/amdgpu: fix pg can't be disabled by PG mask.Rex Zhu2016-12-151-5/+2
| * | | | drm/amdgpu: always initialize gfx pg for gfx_v8.0.Rex Zhu2016-12-151-39/+32
| * | | | drm/amdgpu: enable AMD_PG_SUPPORT_CP in Carrizo/Stoney.Rex Zhu2016-12-151-0/+2
| * | | | drm/amdgpu: fix init save/restore list in gfx_v8.0Rex Zhu2016-12-151-2/+6
| * | | | drm/amdgpu: fix enable_cp_power_gating in gfx_v8.0.Rex Zhu2016-12-151-1/+1
| * | | | drm/amdgpu: disable uvd pg on Tonga.Rex Zhu2016-12-151-1/+1
| |/ / /
* | | | Merge tag 'acpi-extra-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-12-222-2/+4
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki2016-12-222-2/+4
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng2016-12-212-2/+4
* | | | | | Merge tag 'kvmgt-vfio-mdev-for-v4.10-rc1' of git://github.com/01org/gvt-linuxLinus Torvalds2016-12-174-61/+923
|\ \ \ \ \ \
| * | | | | | drm/i915/gvt/kvmgt: add vfio/mdev support to KVMGTJike Song2016-12-164-40/+907
| * | | | | | drm/i915/gvt/kvmgt: read/write GPA via KVM APIJike Song2016-12-161-21/+16
| * | | | | | drm/i915/gvt/kvmgt: replace kmalloc() by kzalloc()Jike Song2016-12-161-1/+1
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-163-13/+13
|\ \ \ \ \ \
| * | | | | | don't open-code file_inode()Al Viro2016-12-043-13/+13
| | |_|/ / / | |/| | | |
* | | | | | drm/virtio: annotate virtio_gpu_queue_ctrl_buffer_lockedMichael S. Tsirkin2016-12-151-0/+2
* | | | | | drm/virtio: fix lock context imbalanceMichael S. Tsirkin2016-12-151-1/+3
* | | | | | drm/virtio: fix endianness in primary_plane_updateMichael S. Tsirkin2016-12-151-2/+2
* | | | | | mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-1413-46/+33
* | | | | | mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2016-12-142-2/+2
| |/ / / / |/| | | |
* | | | | Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-12-13907-24820/+125068
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-nextDave Airlie2016-12-1314-38/+171
| |\ \ \ \
| | * | | | drm/nouveau/kms/nv50: fix atomic regression on original G80Ben Skeggs2016-12-131-0/+5
| | * | | | drm/nouveau/bl: Do not register interface if Apple GMUX detectedPierre Moreau2016-12-131-0/+6
| | * | | | drm/nouveau/bl: Assign different names to interfacesPierre Moreau2016-12-134-4/+83
| | * | | | drm/nouveau/bios/dp: fix handling of LevelEntryTableIndex on DP table 4.2Ben Skeggs2016-12-131-1/+4
| | * | | | drm/nouveau/ltc: protect clearing of comptags with mutexBen Skeggs2016-12-131-0/+2
| | * | | | drm/nouveau/gr/gf100-: handle GPC/TPC/MPC trapBen Skeggs2016-12-131-0/+7
| | * | | | drm/nouveau/core: recognise GP106 chipsetBen Skeggs2016-12-131-0/+30
| | * | | | drm/nouveau/ttm: wait for bo fence to signal before unmapping vmasBen Skeggs2016-12-131-0/+1
| | * | | | drm/nouveau/gr/gf100-: FECS intr handling is not relevant on proprietary ucodeBen Skeggs2016-12-131-2/+2
| | * | | | drm/nouveau/gr/gf100-: properly ack all FECS error interruptsBen Skeggs2016-12-131-3/+2
| | * | | | drm/nouveau/fifo/gf100-: recover from host mmu faultsBen Skeggs2016-12-134-28/+29
| * | | | | Merge tag 'drm/tegra/for-4.10-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2016-12-134-14/+37
| |\ \ \ \ \
| | * | | | | drm/tegra: Set sgt pointer in BO pinMikko Perttunen2016-11-111-0/+2
| | * | | | | drm/tegra: Support kernel mappings with IOMMUArto Merilainen2016-11-111-3/+31
| | * | | | | drm/tegra: gem: Remove some dead codeChristophe JAILLET2016-11-071-5/+0
| | * | | | | drm/tegra: sor: No need to free devm_ allocated memoryChristophe Jaillet2016-11-071-2/+0
| | * | | | | drm/tegra: Fix error handlingChristophe Jaillet2016-11-071-2/+2
| | * | | | | drm/tegra: dpaux: Fix error handlingChristophe Jaillet2016-11-071-2/+2
| * | | | | | Merge tag 'drm/panel/for-4.10-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2016-12-131-14/+193
| |\ \ \ \ \ \
| | * | | | | | drm/panel: simple: Add support for AUO G185HAN01Lucas Stach2016-12-061-0/+32
| | * | | | | | drm/panel: simple: Add support for AUO G133HAN01Lucas Stach2016-12-061-0/+32
| | * | | | | | drm/panel: simple: Add more properties to Innolux G121I1-L01Lucas Stach2016-12-061-13/+17
| | * | | | | | drm/panel: simple: Add bits-per-component for Sharp LQ123P1JX31zain wang2016-12-061-0/+1