summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada2017-01-061-1/+1
* scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-01-061-1/+1
* scripts/spelling.txt: add "againt" pattern and fix typo instancesMasahiro Yamada2017-01-061-2/+2
* scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada2017-01-063-6/+6
* scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada2017-01-062-2/+2
* Merge remote-tracking branch 'sunxi/sunxi/for-next'Stephen Rothwell2017-01-061-1/+1
|\
| * drm/sun4i: Fix a return value in case of errorChristophe JAILLET2017-01-021-1/+1
* | Merge remote-tracking branch 'mali-dp/for-upstream/mali-dp'Stephen Rothwell2017-01-061-7/+8
|\ \
| * | drm/arm/malidp: Fix possible dereference of NULLShailendra Verma2016-11-141-7/+8
* | | Merge remote-tracking branch 'drm-misc/for-linux-next'Stephen Rothwell2017-01-0652-327/+300
|\ \ \
| * | | drm: crc: Wait for a frame before returning from open()Tomeu Vizoso2017-01-051-6/+17
| * | | drm: Move locking into drm_debugfs_crtc_crc_addTomeu Vizoso2017-01-051-2/+7
| * | | drm/imx: imx-tve: Remove unused variableFabio Estevam2017-01-051-8/+3
| * | | Revert "drm: nouveau: fix build when LEDS_CLASS=m"Daniel Vetter2017-01-051-1/+0
| * | | drm: Add kernel-doc for drm_crtc_commit_get/putDaniel Vetter2017-01-051-7/+2
| * | | drm/atomic: Fix outdated comment.Maarten Lankhorst2017-01-041-8/+4
| * | | drm: reference count event->completionDaniel Vetter2017-01-042-1/+12
| * | | gpu: drm: mgag200: mgag200_main:- Handle error from pci_iomapArvind Yadav2017-01-041-0/+2
| * | | drm: nouveau: fix build when LEDS_CLASS=mRandy Dunlap2017-01-041-0/+1
| * | | drm/edid: constify edid quirk listJani Nikula2017-01-021-3/+3
| * | | drm/bridge: Use recommened kerneldoc for struct member refsDaniel Vetter2017-01-021-15/+12
| * | | drm/cma-helpers: Use recommened kerneldoc for struct member refsDaniel Vetter2016-12-302-24/+24
| * | | drm/cma-helper: simplify setup for drivers with ->dirty callbacksDaniel Vetter2016-12-301-39/+21
| * | | drm/armada: Fix compile failDaniel Vetter2016-12-301-0/+2
| * | | drm/armada: s/drm_mm_dump_table/drm_mm_print/Chris Wilson2016-12-301-1/+1
| * | | drm: Avoid NULL dereference of drm_device.devChris Wilson2016-12-301-1/+2
| * | | drm/atomic-helpers: Remove outdated commentDaniel Vetter2016-12-301-5/+0
| * | | drm/rect: Fix formatting of example codeDaniel Vetter2016-12-301-3/+3
| * | | drm/doc: use preferred struct reference in kernel-docDaniel Vetter2016-12-3018-41/+41
| * | | drm/mm: Some doc polishDaniel Vetter2016-12-301-19/+22
| * | | drm: Update TTM initialization documentationGabriel Krisman Bertazi2016-12-301-0/+23
| * | | drm: Export drm_ioctl_permit to kernel-docGabriel Krisman Bertazi2016-12-301-3/+5
| * | | drm: Drop unused forward declaration of drm_versionGabriel Krisman Bertazi2016-12-301-3/+0
| * | | drm: Deduplicate driver initialization messageGabriel Krisman Bertazi2016-12-308-30/+7
| * | | drm: Reduce verbosity level for drm_core_init() debug messageChris Wilson2016-12-301-1/+1
| * | | drm: rockchip: use crtc helper drm_crtc_from_index()Shawn Guo2016-12-301-15/+2
| * | | drm: zte: use crtc helper drm_crtc_from_index()Shawn Guo2016-12-301-13/+2
| * | | drm: add crtc helper drm_crtc_from_index()Shawn Guo2016-12-301-0/+20
| * | | drm/mm: Convert to drm_printerDaniel Vetter2016-12-3014-83/+60
| * | | drm/printer: add debug printerDaniel Vetter2016-12-301-0/+6
* | | | Merge remote-tracking branch 'drm-intel/for-linux-next'Stephen Rothwell2017-01-06277-5393/+13385
|\ \ \ \
| * | | | drm/i915: Only skip requests once a context is bannedChris Wilson2017-01-051-7/+12
| * | | | drm/i915: Move a few more utility macros to i915_utils.hChris Wilson2017-01-052-20/+20
| * | | | drm/i915: Clear ret before unbinding in i915_gem_evict_something()Chris Wilson2017-01-051-0/+1
| * | | | drm/i915/guc: Exclude the upper end of the Global GTT for the GuCChris Wilson2017-01-053-0/+14
| * | | | drm/i915: Move a few utility macros into a separate headerChris Wilson2017-01-053-16/+45
| * | | | drm/i915/execlists: Reorder execlists register enablingChris Wilson2017-01-051-14/+4
| * | | | drm/i915: Assert that we do create the deferred contextChris Wilson2017-01-051-0/+1
| * | | | drm/i915: Assert all timeline requests are gone before finiChris Wilson2017-01-051-4/+12
| * | | | drm/i915: Revoke fenced GTT mmapings across GPU resetChris Wilson2017-01-044-3/+35