summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
| * | | | | | | scripts/spelling.txt: add "againt" pattern and fix typo instancesMasahiro Yamada2017-02-271-2/+2
| * | | | | | | scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada2017-02-273-6/+6
| * | | | | | | scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada2017-02-272-2/+2
| | |/ / / / / | |/| | | | |
| * | | | | | drm: remove unnecessary fault wrappersRoss Zwisler2017-02-241-25/+5
| * | | | | | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-2423-53/+63
| | |_|_|/ / | |/| | | |
| * | | | | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-23826-21180/+43014
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'sound-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-02-239-12/+499
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'for-linus' into for-nextTakashi Iwai2017-02-0781-819/+946
| | |\ \ \ \ \ \
| | * | | | | | | drm/i915: Enable VLV audio chicken bit for LPE audioTakashi Iwai2017-02-032-0/+8
| | * | | | | | | drm/i915: Pass platform device to LPE audio notifierTakashi Iwai2017-02-011-2/+1
| | * | | | | | | drm/i915: Pass pipe to LPE audio notificationTakashi Iwai2017-02-013-5/+6
| | * | | | | | | drm/i915: Avoid MST pipe handling for LPE audioTakashi Iwai2017-02-011-10/+11
| | * | | | | | | drm/i915: add DisplayPort amp unmute for LPE audio modePierre-Louis Bossart2017-02-012-0/+22
| | * | | | | | | drm/i915: add DP support in LPE audio modePierre-Louis Bossart2017-02-013-6/+23
| | * | | | | | | drm/i915: Add support for audio driver notificationsJerome Anand2017-01-254-0/+58
| | * | | | | | | drm/i915: setup bridge for HDMI LPE audio driverJerome Anand2017-01-258-2/+383
| * | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-2011-58/+29
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | locking/atomic, kref: Kill kref_sub()Peter Zijlstra2017-01-142-46/+17
| | * | | | | | | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-1410-12/+12
| | |/ / / / / /
| * | | | | | | Merge branch 'drm-fixes-4.10' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2017-02-171-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | drm/radeon: Use mode h/vdisplay fields to hide out of bounds HW cursorMichel Dänzer2017-02-161-2/+2
| * | | | | | | | drm/dp/mst: fix kernel oops when turning off secondary monitorPierre-Louis Bossart2017-02-151-1/+1
| |/ / / / / / /
* | | | | | | | drm/gem: Add DEFINE_DRM_GEM_FOPSDaniel Vetter2017-03-142-15/+4
* | | | | | | | drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter2017-03-1416-158/+20
* | | | | | | | drm/vgem: switch to postcloseDaniel Vetter2017-03-141-2/+2
* | | | | | | | drm/doc: Document drm_file.[hc]Daniel Vetter2017-03-141-34/+32
* | | | | | | | drm: Remove drm_pending_event->pidDaniel Vetter2017-03-143-14/+12
* | | | | | | | drm: qxl: add missing return checkDan Carpenter2017-03-141-0/+2
* | | | | | | | drm: virtio: fix kmem_cache_alloc error checkGerd Hoffmann2017-03-141-2/+2
* | | | | | | | drm/tinydrm: fix semicolon.cocci warningskbuild test robot2017-03-141-2/+2
* | | | | | | | drm/rockchip: cdn-dp: add more log for video configChris Zhong2017-03-131-0/+4
* | | | | | | | drm/rockchip: cdn-dp: Correct PHY register addressChris Zhong2017-03-131-6/+5
* | | | | | | | drm/rockchip: cdn-dp: return error code when clk_get_rate failedChris Zhong2017-03-133-4/+5
* | | | | | | | Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into dr...Daniel Vetter2017-03-1119-329/+236
|\ \ \ \ \ \ \ \
| * | | | | | | | drm: Remove the struct drm_device platformdev fieldLaurent Pinchart2017-02-178-11/+5
| * | | | | | | | drm: Remove unused drm_platform midlayerLaurent Pinchart2017-02-172-88/+1
| * | | | | | | | drm: exynos: Perform initialization/cleanup at probe/remove timeLaurent Pinchart2017-02-177-123/+126
| * | | | | | | | drm: shmobile: Perform initialization/cleanup at probe/remove timeLaurent Pinchart2017-02-172-107/+104
* | | | | | | | | drm: bridge: dw-hdmi: Move the driver to a separate directory.Laurent Pinchart2017-03-109-27/+31
* | | | | | | | | drm: bridge: dw-hdmi: Switch to regmap for register accessNeil Armstrong2017-03-101-51/+58
* | | | | | | | | drm: bridge: dw-hdmi: Remove device type from platform dataKieran Bingham2017-03-103-5/+0
* | | | | | | | | drm: bridge: dw-hdmi: Add support for custom PHY configurationKieran Bingham2017-03-101-35/+74
* | | | | | | | | drm: bridge: dw-hdmi: Create PHY operationsLaurent Pinchart2017-03-101-29/+66
* | | | | | | | | drm: bridge: dw-hdmi: Fix the PHY power up sequenceLaurent Pinchart2017-03-101-28/+37
* | | | | | | | | drm: bridge: dw-hdmi: Fix the PHY power down sequenceLaurent Pinchart2017-03-101-9/+43
* | | | | | | | | drm: bridge: dw-hdmi: Enable CSC even for DVINeil Armstrong2017-03-101-2/+2
* | | | | | | | | drm: bridge: dw-hdmi: Move CSC configuration out of PHY codeLaurent Pinchart2017-03-101-15/+10
* | | | | | | | | drm: bridge: dw-hdmi: Remove unused functionsLaurent Pinchart2017-03-101-26/+0
* | | | | | | | | drm: Extract drm_file.hDaniel Vetter2017-03-091-1/+4
OpenPOWER on IntegriCloud