aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-09dma-fence: Wrap querying the fence->statusChris Wilson3-13/+35
2017-01-09dma-fence: Clear fence->status during dma_fence_init()Chris Wilson1-0/+1
2017-01-09drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard11-12/+12
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi32-69/+38
2017-01-09drm: add more document for drm_crtc_from_index()Shawn Guo2-2/+5
2017-01-09drm: remove useless parameters from drm_pick_cmdline_mode functionVincent Abriou2-5/+4
2017-01-06drm: crc: Call wake_up_interruptible() each time there is a new CRC entryBenjamin Gaignard1-0/+2
2017-01-06drm: allow to use mmuless SoCBenjamin Gaignard2-2/+73
2017-01-06drm: compile drm_vm.c only when neededBenjamin Gaignard4-1/+15
2017-01-06fbmem: add a default get_fb_unmapped_area functionBenjamin Gaignard2-1/+25
2017-01-05drm: crc: Wait for a frame before returning from open()Tomeu Vizoso1-6/+17
2017-01-05drm: Move locking into drm_debugfs_crtc_crc_addTomeu Vizoso1-2/+7
2017-01-05drm/imx: imx-tve: Remove unused variableFabio Estevam1-8/+3
2017-01-05Revert "drm: nouveau: fix build when LEDS_CLASS=m"Daniel Vetter1-1/+0
2017-01-05drm: Add kernel-doc for drm_crtc_commit_get/putDaniel Vetter1-7/+2
2017-01-04drm/atomic: Fix outdated comment.Maarten Lankhorst1-8/+4
2017-01-04drm: reference count event->completionDaniel Vetter2-1/+12
2017-01-04gpu: drm: mgag200: mgag200_main:- Handle error from pci_iomapArvind Yadav1-0/+2
2017-01-04drm: nouveau: fix build when LEDS_CLASS=mRandy Dunlap1-0/+1
2017-01-02drm/edid: constify edid quirk listJani Nikula1-3/+3
2017-01-02drm/bridge: Use recommened kerneldoc for struct member refsDaniel Vetter1-15/+12
2016-12-30drm/cma-helpers: Use recommened kerneldoc for struct member refsDaniel Vetter2-24/+24
2016-12-30drm/cma-helper: simplify setup for drivers with ->dirty callbacksDaniel Vetter1-39/+21
2016-12-30drm/armada: Fix compile failDaniel Vetter1-0/+2
2016-12-30drm/armada: s/drm_mm_dump_table/drm_mm_print/Chris Wilson1-1/+1
2016-12-30drm: Avoid NULL dereference of drm_device.devChris Wilson1-1/+2
2016-12-30drm/atomic-helpers: Remove outdated commentDaniel Vetter1-5/+0
2016-12-30drm/rect: Fix formatting of example codeDaniel Vetter1-3/+3
2016-12-30drm/doc: use preferred struct reference in kernel-docDaniel Vetter18-41/+41
2016-12-30dma-buf: Use recommended structure member referenceDaniel Vetter1-3/+2
2016-12-30dma-buf: use preferred struct reference in kernel-docDaniel Vetter1-3/+3
2016-12-30drm/mm: Some doc polishDaniel Vetter1-19/+22
2016-12-30drm: Update TTM initialization documentationGabriel Krisman Bertazi1-0/+23
2016-12-30drm: Export drm_ioctl_permit to kernel-docGabriel Krisman Bertazi1-3/+5
2016-12-30drm: Drop unused forward declaration of drm_versionGabriel Krisman Bertazi1-3/+0
2016-12-30drm: Deduplicate driver initialization messageGabriel Krisman Bertazi8-30/+7
2016-12-30drm: Reduce verbosity level for drm_core_init() debug messageChris Wilson1-1/+1
2016-12-30drm: rockchip: use crtc helper drm_crtc_from_index()Shawn Guo1-15/+2
2016-12-30drm: zte: use crtc helper drm_crtc_from_index()Shawn Guo1-13/+2
2016-12-30drm: add crtc helper drm_crtc_from_index()Shawn Guo1-0/+20
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter14-83/+60
2016-12-30drm/printer: add debug printerDaniel Vetter1-0/+6
2016-12-28drm: Add kerneldoc markup for new @scan parameters in drm_mmChris Wilson1-0/+2
2016-12-28drm/mm: Document locking rulesDaniel Vetter1-0/+5
2016-12-28drm: Use drm_mm_insert_node_in_range_generic() for everyoneChris Wilson1-155/+11
2016-12-28drm: Apply range restriction after color adjustment when allocationChris Wilson1-10/+6
2016-12-28drm: Wrap drm_mm_node.hole_followsChris Wilson3-16/+18
2016-12-28drm: Apply tight eviction scanning to color_adjustChris Wilson3-27/+76
2016-12-28drm: Simplify drm_mm scan-list manipulationChris Wilson1-17/+18
2016-12-28drm: Optimise power-of-two alignments in drm_mm_scan_add_block()Chris Wilson1-1/+8