summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-01-09dma-fence: Clear fence->status during dma_fence_init()Chris Wilson
2017-01-09drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi
2017-01-09drm: add more document for drm_crtc_from_index()Shawn Guo
2017-01-09drm: remove useless parameters from drm_pick_cmdline_mode functionVincent Abriou
2017-01-06drm: crc: Call wake_up_interruptible() each time there is a new CRC entryBenjamin Gaignard
2017-01-06drm: allow to use mmuless SoCBenjamin Gaignard
2017-01-06drm: compile drm_vm.c only when neededBenjamin Gaignard
2017-01-06fbmem: add a default get_fb_unmapped_area functionBenjamin Gaignard
2017-01-05drm: crc: Wait for a frame before returning from open()Tomeu Vizoso
2017-01-05drm: Move locking into drm_debugfs_crtc_crc_addTomeu Vizoso
2017-01-05drm/imx: imx-tve: Remove unused variableFabio Estevam
2017-01-05Revert "drm: nouveau: fix build when LEDS_CLASS=m"Daniel Vetter
2017-01-05drm: Add kernel-doc for drm_crtc_commit_get/putDaniel Vetter
2017-01-04drm/atomic: Fix outdated comment.Maarten Lankhorst
2017-01-04drm: reference count event->completionDaniel Vetter
2017-01-04gpu: drm: mgag200: mgag200_main:- Handle error from pci_iomapArvind Yadav
2017-01-04drm: nouveau: fix build when LEDS_CLASS=mRandy Dunlap
2017-01-02drm/edid: constify edid quirk listJani Nikula
2017-01-02drm/bridge: Use recommened kerneldoc for struct member refsDaniel Vetter
2016-12-30drm/cma-helpers: Use recommened kerneldoc for struct member refsDaniel Vetter
2016-12-30drm/cma-helper: simplify setup for drivers with ->dirty callbacksDaniel Vetter
2016-12-30drm/armada: Fix compile failDaniel Vetter
2016-12-30drm/armada: s/drm_mm_dump_table/drm_mm_print/Chris Wilson
2016-12-30drm: Avoid NULL dereference of drm_device.devChris Wilson
2016-12-30drm/atomic-helpers: Remove outdated commentDaniel Vetter
2016-12-30drm/rect: Fix formatting of example codeDaniel Vetter
2016-12-30drm/doc: use preferred struct reference in kernel-docDaniel Vetter
2016-12-30dma-buf: Use recommended structure member referenceDaniel Vetter
2016-12-30dma-buf: use preferred struct reference in kernel-docDaniel Vetter
2016-12-30drm/mm: Some doc polishDaniel Vetter
2016-12-30drm: Update TTM initialization documentationGabriel Krisman Bertazi
2016-12-30drm: Export drm_ioctl_permit to kernel-docGabriel Krisman Bertazi
2016-12-30drm: Drop unused forward declaration of drm_versionGabriel Krisman Bertazi
2016-12-30drm: Deduplicate driver initialization messageGabriel Krisman Bertazi
2016-12-30drm: Reduce verbosity level for drm_core_init() debug messageChris Wilson
2016-12-30drm: rockchip: use crtc helper drm_crtc_from_index()Shawn Guo
2016-12-30drm: zte: use crtc helper drm_crtc_from_index()Shawn Guo
2016-12-30drm: add crtc helper drm_crtc_from_index()Shawn Guo
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter
2016-12-30drm/printer: add debug printerDaniel Vetter
2016-12-28drm: Add kerneldoc markup for new @scan parameters in drm_mmChris Wilson
2016-12-28drm/mm: Document locking rulesDaniel Vetter
2016-12-28drm: Use drm_mm_insert_node_in_range_generic() for everyoneChris Wilson
2016-12-28drm: Apply range restriction after color adjustment when allocationChris Wilson
2016-12-28drm: Wrap drm_mm_node.hole_followsChris Wilson
2016-12-28drm: Apply tight eviction scanning to color_adjustChris Wilson
2016-12-28drm: Simplify drm_mm scan-list manipulationChris Wilson
2016-12-28drm: Optimise power-of-two alignments in drm_mm_scan_add_block()Chris Wilson
2016-12-28drm: Compute tight evictions for drm_mm_scanChris Wilson