summaryrefslogtreecommitdiffstats
path: root/drivers/video/bfin-lq035q1-fb.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-23drm/exynos: set the active aspect ratio as per modeShirish S1-7/+28
2014-03-23drm/exynos: add phy settings for RB resolutionsShirish S1-0/+45
2014-03-23drm/exynos: Fix (more) freeing issues in exynos_drm_drv.cDaniel Kurtz1-3/+7
2014-03-21drm/helper: lock all around force mode restoreDave Airlie1-0/+2
2014-03-21drm/fb-helper: improve drm_fb_helper_initial_config lockingDaniel Vetter1-0/+2
2014-03-21drm/crtc-helper: fix locking for drm_helper_disable_unused_functionsDaniel Vetter1-14/+21
2014-03-20drm/radeon/kms: merge conflicted badlyDave Airlie1-4/+0
2014-03-18drm/cma: remove to make sg_table when gem cma is createdJoonyoung Shim1-19/+0
2014-03-18drm/gma500: remove stub .open/postcloseDavid Herrmann1-11/+0
2014-03-17drm/gma500: Code cleanup - inline documentationArthur Borsboom2-106/+54
2014-03-17drm/gma500: Code cleanup - style fixesArthur Borsboom2-80/+76
2014-03-17drm/gma500: Code cleanup - removal of centralized exiting of functionArthur Borsboom1-6/+1
2014-03-17drm/gma500/cdv: Cedarview display cleanupsPatrik Jakobsson1-52/+19
2014-03-17drm/gma500: Unify encoder mode fixupPatrik Jakobsson5-24/+13
2014-03-17drm/gma500: Unify _get_core_freq for cdv and psbPatrik Jakobsson5-78/+82
2014-03-17drm/gma500: Move asle interrupt work into a work taskPatrik Jakobsson2-4/+22
2014-03-17drm/gma500: Remove dead codeThierry Reding1-3/+0
2014-03-17drm/gma500: Add backing type and base align to psb_gem_create()Patrik Jakobsson6-9/+33
2014-03-17drm/gma500: Remove unused ioctlsPatrik Jakobsson5-337/+2
2014-03-17drm/gma500: Always trap MMU page faultsPatrik Jakobsson1-7/+1
2014-03-17drm/gma500: Hook up the MMUPatrik Jakobsson2-13/+55
2014-03-17drm/gma500: Add first piece of blitter codePatrik Jakobsson3-0/+74
2014-03-17drm/gma500: Give MMU code it's own header filePatrik Jakobsson3-88/+95
2014-03-17drm/gma500: Add support for SGX interruptsPatrik Jakobsson1-12/+69
2014-03-17drm/gma500: Make SGX MMU driver actually do somethingPatrik Jakobsson3-134/+138
2014-03-17drm: Fix use-after-free in the shadow-attache exit codeDaniel Vetter1-1/+1
2014-03-17drm/fb-helper: Do the 'max_conn_count' zero checkXiubo Li1-0/+3
2014-03-17drm: Check if the allocation has succeeded before dereferencing newmodeDamien Lespiau1-0/+3
2014-03-17drm/fb-helper: Use drm_fb_helper_restore_fbdev_mode() in drm_fb_helper_set_par()Ville Syrjälä1-9/+1
2014-03-17Linux 3.14-rc7v3.14-rc7Linus Torvalds1-1/+1
2014-03-16ipc: Fix 2 bugs in msgrcv() MSG_COPY implementationMichael Kerrisk1-0/+2
2014-03-16drm: make minors independent of global lockDavid Herrmann2-16/+46
2014-03-16drm: inline drm_minor_get_id()David Herrmann1-21/+6
2014-03-16drm: coding-style fixes in minor handlingDavid Herrmann1-5/+3
2014-03-16drm: remove redundant minor->device fieldDavid Herrmann4-5/+3
2014-03-16drm: remove unneeded #ifdef CONFIG_DEBUGFSDavid Herrmann1-7/+0
2014-03-16drm: rename drm_unplug/get_minor() to drm_minor_register/unregister()David Herrmann1-37/+17
2014-03-16drm: move drm_put_minor() to drm_minor_free()David Herrmann1-27/+18
2014-03-16drm: allocate minors earlyDavid Herrmann1-39/+71
2014-03-16drm: add minor-lookup/release helpersDavid Herrmann3-23/+70
2014-03-16drm: provide device-refcountDavid Herrmann6-19/+50
2014-03-16drm: turn DRM_MINOR_* into enumDavid Herrmann1-3/+6
2014-03-16drm: remove unused DRM_MINOR_UNASSIGNEDDavid Herrmann1-1/+0
2014-03-16drm: skip redundant minor-lookup in open pathDavid Herrmann1-12/+7
2014-03-16drm: group dev-lifetime related membersDavid Herrmann1-9/+12
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann14-22/+31
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann15-54/+44
2014-03-16drm: add pseudo filesystem for shared inodesDavid Herrmann2-0/+75
2014-03-16drm/gem: dont init "ret" in drm_gem_mmap()David Herrmann1-1/+1
2014-03-16drm/crtc: add sanity checks to create_dumb()David Herrmann1-0/+17