summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-04-16drm/pl111: set default mode to 1024x768x16bppChanho Park2-3/+3
2014-04-16drm/pl111: always use contiguous buffer for gem allocationChanho Park1-29/+7
2014-04-16drm/pl111: add missing ioctl connectionChanho Park1-0/+4
2014-04-16drm/pl111: add fb helper device to create fb during probeChanho Park9-3/+459
2014-04-16drm/pl111: Initial drm/kms driver for pl111Tom Cooksey19-0/+3268
2014-04-16video: Versatile Express DVI output driverPawel Moll2-0/+226
2014-04-16usb: host: make USB_ARCH_HAS_?HCI obsoleteArnd Bergmann2-66/+8
2014-04-16net: smsc911x: don't artificially limit buildMark Rutland1-1/+1
2014-04-16mm/cma: Move dma contiguous changes into a seperate configAneesh Kumar K.V2-17/+5
2014-04-16amba-clcd: separate ioremap framebuffer from DMA implementationWill Deacon1-28/+56
2014-04-16amba-clcd: Only use dma_alloc_writecombine() if the arch supports itCatalin Marinas1-7/+20
2014-04-16amba-clcd: Remove check for 'reg' value in clcdfb_probeJon Medhurst1-15/+0
2014-04-16amba-clcd: Add Device Tree support to amba-clcd driverRyan Harkin1-0/+253
2014-04-16cpufreq: enable ARM drivers on arm64Rob Herring1-1/+1
2014-04-16drm: Update drm_addmap and drm_mmap to use PAT WC instead of MTRRsAndy Lutomirski2-21/+21
2014-04-16drm/cma: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat1-1/+1
2014-04-16drm/crtc-helper: explicit DPMS on after modesetDaniel Vetter1-16/+11
2014-04-16drm: avoid warning in drm_load_edid_firmware()Linus Torvalds1-3/+3
2014-04-16drm/cma: remove GEM CMA specific dma_buf functionalityJoonyoung Shim1-286/+0
2014-04-16drm/cma: add low-level hook functions to use prime helpersJoonyoung Shim1-0/+79
2014-04-16drm: add mmap function to prime helpersJoonyoung Shim1-1/+7
2014-04-16drm/prime: fix sgt NULL checkingJoonyoung Shim1-5/+6
2014-04-16drm: fix error routines in drm_open_helperSeung-Woo Kim1-5/+20
2014-04-16drm: add assertion for checking null edid to drm_edid_block_validSeung-Woo Kim1-3/+6
2014-04-16drm: Convert drm class driver from legacy pm ops to dev_pm_opsShuah Khan1-4/+29
2014-04-16drm/mm: WARN for unclean mm takedownDaniel Vetter1-2/+2
2014-04-16drm/mm: fix debug table BUGDaniel Vetter1-18/+19
2014-04-16drm/prime: fix up handle_to_fd ioctl return valueDaniel Vetter1-2/+5
2014-04-16drm: make drm_mm_init() return voidDavid Herrmann4-21/+5
2014-04-16Revert "drm: kms_helper: don't lose hotplug event"Dave Airlie1-31/+1
2014-04-16drm/prime: add return check for dma_buf_fdYoungJun Cho1-11/+28
2014-04-16drm/prime: reorder drm_prime_add_buf_handle and remove prototypeSeung-Woo Kim1-16/+14
2014-04-16drm/prime: fix to put an exported dma_buf for adding handle failureYoungJun Cho1-1/+7
2014-04-16drm/prime: support to cache mappingJoonyoung Shim1-3/+49
2014-04-16drm: Constify the pretty-print functionsVille Syrjälä1-15/+15
2014-04-16drm: Print pretty names for pixel formatsVille Syrjälä1-2/+27
2014-04-16drm: move pinning/unpinning to buffer attachMaarten Lankhorst1-15/+26
2014-04-16drm: add unpin function to prime helpersMaarten Lankhorst1-1/+11
2014-04-16drm/prime: replace NULL with error value in drm_prime_pages_to_sgYoungJun Cho1-3/+5
2014-04-16drm/prime: fix to check return of dma_map_sg in prime helperYoungJun Cho1-2/+7
2014-04-16drm/gem: add mutex lock when using drm_gem_mmap_objYoungJun Cho3-25/+13
2014-04-16drm: Sort connector modes based on vrefreshVille Syrjälä2-2/+8
2014-04-16drm: Add probed modes in probe orderVille Syrjälä1-1/+1
2014-04-16drm: Preserve the list head in drm_mode_copyVille Syrjälä1-3/+4
2014-04-16drm/cma: Cocci spatch "ptr_ret.spatch"Thomas Meyer1-4/+1
2014-04-16drm/prime: Cocci spatch "err_cast.spatch"Thomas Meyer1-1/+1
2014-04-16drm: Cocci spatch "memdup.spatch"Thomas Meyer1-2/+1
2014-04-16drm: GEM CMA: Add DRM PRIME supportLaurent Pinchart1-3/+314
2014-04-16drm: GEM CMA: Split object mapping into GEM mapping and CMA mappingLaurent Pinchart1-7/+15
2014-04-16drm: GEM CMA: Split object creation into object alloc and DMA memory allocLaurent Pinchart1-35/+48