summaryrefslogtreecommitdiffstats
path: root/drivers/staging/imx-drm
AgeCommit message (Expand)AuthorFilesLines
2014-02-08Merge branch 'staging-linus' into staging-workGreg Kroah-Hartman2-48/+29
2014-02-07imx-drm: imx-hdmi: Remove parentheses from returnsFabio Estevam1-8/+13
2014-02-05staging: imx-drm: Fix build errorSachin Kamat1-13/+9
2014-02-05imx-drm: imx-drm-core: merge imx_drm_crtc_register() into imx_drm_add_crtc()Russell King1-24/+9
2014-02-05imx-drm: imx-drm-core: avoid going the long route round for drm_deviceRussell King1-8/+8
2014-02-05imx-drm: imx-drm-core: use the crtc drm device for vblankRussell King1-3/+3
2014-01-13imx-drm: parallel-display: honor 'native-mode' property when selecting video ...Lothar Waßmann1-1/+2
2014-01-13staging: drm/imx: don't drop crtc offsets when doing pageflipLucas Stach2-1/+6
2014-01-13staging: drm/imx: handle framebuffer offsets correctlyLucas Stach1-1/+2
2014-01-13staging: drm/imx: set second plane base addressPhilipp Zabel1-2/+5
2014-01-08staging: imx-drm: imx-tve: Fix a sparse warningLiu Ying1-1/+1
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman3-36/+45
2013-12-17imx-drm: imx-drm-core: improve safety of imx_drm_add_crtc()Russell King1-0/+9
2013-12-17imx-drm: imx-drm-core: make imx_drm_crtc_register() saferRussell King1-2/+3
2013-12-17imx-drm: imx-drm-core: use defined constant for number of CRTCs.Russell King1-2/+2
2013-12-17imx-drm: imx-tve: don't call sleeping functions beneath enable_lock spinlockRussell King1-9/+0
2013-12-17imx-drm: ipu-v3: fix potential CRTC device registration raceRussell King1-16/+16
2013-12-17imx-drm: imx-drm-core: fix DRM cleanup pathsRussell King1-6/+14
2013-12-17imx-drm: imx-drm-core: fix error cleanup path for imx_drm_add_crtc()Russell King1-0/+1
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-08imx-drm: Add mx6 hdmi transmitter supportFabio Estevam4-0/+2955
2013-12-02Merge v3.13-rc2 into staging-nextGreg Kroah-Hartman2-1/+4
2013-11-25staging: imx-drm: Fix modular build of DRM_IMX_IPUV3Josh Boyer2-1/+4
2013-11-22Merge branch 'opw-next' into staging-nextGreg Kroah-Hartman2-4/+5
2013-11-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-4/+5
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-3/+9
2013-11-11drm/imx: directly call drm_put_dev in ->removeDaniel Vetter1-1/+3
2013-11-10staging: imx-drm: remove unnecessary bracesSima Baymani1-2/+1
2013-11-10staging: imx-drm: Fix warning for static const char * array in imx-ldb.cArchana kumari1-1/+1
2013-10-31DMA-API: staging: use dma_set_coherent_mask()Russell King2-3/+9
2013-10-30staging: drm/imx: fix return value check in ipu_add_subdevice_pdata()Wei Yongjun1-1/+1
2013-10-29imx-drm: ipuv3-crtc: Invert IPU DI0 clock polarityFabio Estevam1-1/+1
2013-10-29staging: drm/imx: fix return value check in imx_drm_init()Wei Yongjun1-2/+2
2013-10-28staging: imx-drm: use true and false for bool variablesValentina Manea4-7/+7
2013-10-27staging: drm/imx: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZEROValentina Manea1-3/+1
2013-10-11staging: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-10-11staging: drm/imx: Enable DRM PRIME supportPhilipp Zabel1-1/+10
2013-10-11staging: drm/imx: add drm plane supportPhilipp Zabel8-156/+484
2013-10-11staging: drm/imx: fix pageflip events during device closeSascha Hauer2-7/+15
2013-10-11staging: drm/imx: ipuv3-crtc: remove unused struct ipu_framebufferPhilipp Zabel1-7/+0
2013-10-11staging: drm-imx: add DRM_FORMAT_BGR888 to ipu crtc driverPhilipp Zabel1-0/+4
2013-10-11staging: drm/imx: make waiting for idle channel optionalSascha Hauer3-9/+16
2013-10-11staging: drm/imx: Add 24-bit BGR support to DCPhilipp Zabel1-0/+9
2013-10-11staging: drm/imx: add BGR565 formatPhilipp Zabel1-0/+11
2013-10-11staging: drm/imx: fix RGB formats, make ipu_cpmem_set_fmt take a drm_fourccPhilipp Zabel2-22/+100
2013-10-11staging: drm/imx: make struct ipu_rgb format definitions constPhilipp Zabel2-7/+7
2013-10-11staging: drm/imx: also allow to allocate only 2 DMFC slots for DP full planePhilipp Zabel1-4/+4
2013-10-11imx-drm: imx-drm-core: Fix circular locking dependencyFabio Estevam1-12/+0
2013-10-11drm: Add separate Kconfig option for fbdev helpersDaniel Vetter1-0/+1
2013-10-09drm: Make irq_enabled boolVille Syrjälä1-2/+2