summaryrefslogtreecommitdiffstats
path: root/security/inode.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-23drm/exynos: Implement drm_connector directly in vidi driverSean Paul1-54/+108
2014-03-23drm/exynos: Implement drm_connector directly in dp driverSean Paul2-9/+94
2014-03-23drm/exynos: Implement drm_connector in hdmi directlySean Paul1-41/+85
2014-03-23drm/exynos: Add create_connector callbackSean Paul2-0/+5
2014-03-23drm/exynos: Consolidate suspend/resume in drm_drvSean Paul5-288/+170
2014-03-23drm/exynos: Clean up FIMD power on/off routinesSean Paul1-111/+134
2014-03-23drm/exynos: Implement dpms display callback in DPSean Paul2-62/+81
2014-03-23drm/exynos: Move display implementation into dpSean Paul7-86/+131
2014-03-23drm/exynos: Move dp driver from video/ to drm/Sean Paul9-14/+8
2014-03-23drm/exynos: Remove unused/useless fimd_context membersSean Paul1-12/+1
2014-03-23drm/exynos: Use mode_set to configure fimdSean Paul1-69/+74
2014-03-23drm/exynos: Implement mode_fixup manager operationSean Paul2-1/+10
2014-03-23drm/exynos: Add mode_set manager operationSean Paul2-0/+7
2014-03-23drm/exynos: Disable unused crtc planes from crtcSean Paul2-63/+15
2014-03-23drm/exynos: Use drm_mode_copy to copy modesSean Paul1-9/+1
2014-03-23drm/exynos: Remove exynos_drm_hdmi shimSean Paul7-658/+217
2014-03-23drm/exynos: hdmi: remove the i2c drivers and useDaniel Kurtz3-33/+32
2014-03-23drm/exynos: Split manager/display/subdrvSean Paul14-709/+641
2014-03-23drm/exynos: Use unsigned long for possible_crtcsSean Paul5-5/+5
2014-03-23drm/exynos: Don't keep dpms state in encoderSean Paul1-17/+0
2014-03-23drm/exynos: Rename display_op power_on to dpmsSean Paul7-27/+10
2014-03-23drm/exynos: Remove dpms link between encoder/connectorSean Paul3-88/+8
2014-03-23drm/exynos: Remove apply manager callbackSean Paul7-43/+8
2014-03-23drm/exynos: Pass exynos_drm_manager in manager ops instead of devSean Paul6-153/+180
2014-03-23drm/exynos: hdmi: Implement initialize op for hdmiSean Paul4-188/+219
2014-03-23drm/exynos: Use manager_op initialize in fimdSean Paul1-4/+15
2014-03-23drm/exynos: Add an initialize function to manager and displaySean Paul2-0/+26
2014-03-23drm/exynos: Merge overlay_ops into manager_opsSean Paul6-89/+62
2014-03-23drm/exynos: Remove useless slab.h includeStephane Marchesin1-1/+0
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