summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-07-12drm/imx: imx-ldb: check return code on panel attachLucas Stach1-2/+6
2016-07-12drm/imx: turn remaining container_of macros into inline functionsPhilipp Zabel5-8/+23
2016-07-12drm/imx: store internal bus configuration in crtc statePhilipp Zabel6-107/+229
2016-07-12drm/imx: remove empty mode_set encoder callbacksPhilipp Zabel2-14/+0
2016-07-12drm/imx: atomic phase 3 step 3: Advertise DRIVER_ATOMICLiu Ying1-1/+2
2016-07-12drm/imx: atomic phase 3 step 2: Legacy callback fixupsLiu Ying5-82/+27
2016-07-12drm/bridge: dw-hdmi: Remove the legacy drm_connector_funcs structureLiu Ying1-19/+3
2016-07-12drm/imx: atomic phase 3 step 1: Use atomic configurationLiu Ying4-308/+114
2016-07-12drm/imx: Remove encoders' ->prepare callbacksLiu Ying7-203/+142
2016-07-12drm/imx: atomic phase 2 step 2: Track plane_state->fb correctly in ->page_flipLiu Ying1-0/+4
2016-07-12drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroyLiu Ying7-0/+25
2016-07-12drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpersLiu Ying5-322/+410
2016-07-12gpu: ipu-v3: ipu-dmfc: Use static DMFC FIFO allocation mechanismLiu Ying2-232/+7
2016-07-12drm/imx: ipuv3 plane: Check different types of plane separatelyLiu Ying1-29/+38
2016-06-24Merge tag 'topic/drm-misc-2016-06-22-updated' of git://anongit.freedesktop.or...Dave Airlie88-1157/+1273
2016-06-24Merge tag 'drm-sii902x' of github.com:bbrezillon/linux-at91 into drm-nextDave Airlie3-0/+476
2016-06-22drm/vc4: Remove unused connectorDaniel Vetter1-1/+0
2016-06-22drm/fb-helper: Reduce READ_ONCE(master) to lockless_dereferenceChris Wilson1-1/+1
2016-06-22drm/sun4i: Remove open-coded drm_connector_register_all()Chris Wilson1-34/+0
2016-06-22drm/vc4: Remove open-coded drm_connector_register_all()Chris Wilson1-12/+0
2016-06-22drm/atmel-hlcdc: Remove redundant call to drm_connector_unregister_all()Chris Wilson1-8/+0
2016-06-21drm: document drm_auth.cDaniel Vetter5-28/+44
2016-06-21drm: Clear up master tracking booleansDaniel Vetter1-6/+3
2016-06-21drm: Extract drm_is_current_masterDaniel Vetter7-10/+17
2016-06-21drm: Refactor drop/set master code a bitDaniel Vetter2-40/+43
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter15-40/+58
2016-06-21drm: Nuke SET_UNIQUE ioctlDaniel Vetter3-100/+1
2016-06-21drm: Don't call drm_dev_set_unique from platform driversDaniel Vetter4-32/+11
2016-06-21drm/vgem: Stop calling drm_drv_set_uniqueDaniel Vetter1-2/+0
2016-06-21drm: Use dev->name as fallback for dev->uniqueDaniel Vetter2-11/+6
2016-06-21drm: Clean up drm_crtc.hDaniel Vetter4-1/+94
2016-06-21drm: Move master pointer from drm_minor to drm_deviceDaniel Vetter7-22/+29
2016-06-21drm: sti: rework init sequenceBenjamin Gaignard5-74/+100
2016-06-21drm: sti: use late_register and early_unregister callbacksBenjamin Gaignard16-69/+198
2016-06-21drm/amdkfd: Clean up inline handlingDaniel Vetter2-5/+2
2016-06-21drm: Add callbacks for late registeringBenjamin Gaignard3-2/+120
2016-06-21drm/fsl-dcu: use drm_mode_config_cleanup on initialization errorsStefan Agner1-7/+6
2016-06-21drm/mediatek: Remove IOMMU_DMA selectArnd Bergmann1-1/+0
2016-06-21drm/crtc-helper: disable_unused_functions really isn't for atomicDaniel Vetter1-0/+3
2016-06-21drm/rcar-du: Remove redundant calls to drm_connector_register_all()Chris Wilson1-5/+0
2016-06-21drm/msm: Remove redundant calls to drm_connector_register_all()Chris Wilson1-8/+0
2016-06-21drm/mediatek: Remove redundant calls to drm_connector_register_all()Chris Wilson1-7/+0
2016-06-21drm/hisilicon: Remove redundant calls to drm_connector_register_all()Chris Wilson1-8/+0
2016-06-21drm/atmel-hlcdc: Remove redundant calls to drm_connector_register_all()Chris Wilson1-7/+0
2016-06-21drm/arc: Remove redundant calls to drm_connector_register_all()Chris Wilson1-8/+0
2016-06-21drm/rockchip: Finish initialization before registering DRM deviceTomasz Figa1-14/+7
2016-06-21drm/omapdrm: don't call drm_helper_disable_unused_functionsDaniel Vetter1-3/+0
2016-06-20drm: Mark set/drop master ioctl as unlocked.Daniel Vetter1-2/+2
2016-06-20drm: Mark authmagic ioctls as unlockedDaniel Vetter1-2/+2
2016-06-20drm: Protect authmagic with master_mutexDaniel Vetter1-8/+6