summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx
Commit message (Expand)AuthorAgeFilesLines
* drm/imx: plane: Don't set plane->crtc in ipu_plane_update()Liu Ying2016-05-301-1/+0
* drm/imx: ipuv3-plane: Constify ipu_plane_funcsLiu Ying2016-05-301-1/+1
* drm/imx: imx-ldb: honor 'native-mode' property when selecting video mode from DTLothar Waßmann2016-05-301-1/+2
* drm/imx: parallel-display: remove dead codeLothar Waßmann2016-05-301-12/+0
* drm/imx: use bus_flags for pixel clock polarityPhilipp Zabel2016-05-305-15/+25
* drm/imx: ipuv3-plane: enable UYVY and VYUY formatsPhilipp Zabel2016-05-301-0/+2
* drm/imx: parallel-display: use of_graph_get_endpoint_by_regs helperPhilipp Zabel2016-05-301-12/+12
* drm/imx: imx-ldb: use of_graph_get_endpoint_by_regs helperPhilipp Zabel2016-05-301-17/+18
* drm/imx: imx-ldb: Add DDC supportSteve Longerbeam2016-05-301-8/+34
* Merge tag 'imx-drm-fixes-2016-05-24' of git://git.pengutronix.de/git/pza/linu...Dave Airlie2016-05-252-1/+9
|\
| * drm/imx: Match imx-ipuv3-crtc components using device node in platform dataPhilipp Zabel2016-05-232-1/+9
* | drm: Nuke ->vblank_disable_allowedDaniel Vetter2016-05-211-7/+0
* | drm/imx: Use lockless gem BO free callbackDaniel Vetter2016-05-041-1/+1
|/
* drm/imx: Don't set a gamma table sizeDaniel Vetter2016-03-311-10/+0
* drm/imx: ipuv3-plane: Configure DMFC wait4eot bit after slots are determinedLiu Ying2016-03-311-2/+2
* gpu: ipu-v3: ipu-dmfc: Rename ipu_dmfc_init_channel to ipu_dmfc_config_wait4eotLiu Ying2016-03-311-1/+1
* gpu: ipu-v3: ipu-dmfc: Make function ipu_dmfc_init_channel() return voidLiu Ying2016-03-311-5/+1
* drm/imx: dw_hdmi: Don't call platform_set_drvdata()Douglas Anderson2016-03-311-2/+0
* drm/imx: dw_hdmi: Call drm_encoder_cleanup() in error pathDouglas Anderson2016-03-311-1/+10
* drm/imx: ipuv3-plane: fix planar YUV 4:2:0 supportPhilipp Zabel2016-03-311-0/+12
* drm/imx: ipuv3-plane: Add more thorough checks for plane parameter limitationsPhilipp Zabel2016-03-312-12/+95
* Merge drm-fixes into drm-next.Dave Airlie2016-03-142-0/+3
|\
| * drm/imx: Add missing DRM_FORMAT_RGB565 to ipu_plane_formatsEnrico Jorns2016-02-101-0/+1
| * drm/imx: notify DRM core about CRTC vblank stateLucas Stach2016-02-101-0/+2
* | Merge tag 'imx-drm-next-20160301' of git://git.pengutronix.de/git/pza/linux i...Dave Airlie2016-03-026-48/+127
|\ \
| * | drm/imx: only enable vblank IRQs when neededLucas Stach2016-03-011-0/+9
| * | drm/imx: implement fence syncLucas Stach2016-03-011-2/+61
| * | drm/imx: keep GEM object referenced as long as scanout is activeLucas Stach2016-03-011-5/+44
| * | drm/imx: track flip state explicitlyLucas Stach2016-03-011-5/+10
| * | drm/imx: don't touch primary fb on pageflipLucas Stach2016-03-011-1/+0
| * | drm/imx: ipuv3 plane: Replace dev_info with dev_dbg if a plane's CRTC changesLiu Ying2016-03-011-1/+1
| * | drm/imx: remove imx_drm_encoder_get_mux_idPhilipp Zabel2016-03-014-36/+4
* | | drm/imx: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-164-32/+0
|/ /
* | Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-02-092-17/+0
|\ \ | |/ |/|
| * drm/imx: Unconfuse preclose logicDaniel Vetter2016-02-082-17/+0
* | dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-201-1/+1
|/
* drm/fb_cma_helper: Remove implicit call to disable_unused_functionsMaxime Ripard2016-01-151-0/+1
* drm: Do not set connector->encoder in driversThierry Reding2016-01-131-2/+0
* drm/imx: Constify function pointer structsVille Syrjälä2015-12-156-16/+16
* drm/imx: Drop pipe field from struct imx_drm_crtcThierry Reding2015-12-151-9/+8
* drm/imx: Make pipe number unsignedThierry Reding2015-12-152-4/+4
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-114-4/+4
* drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä2015-12-111-1/+2
* drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä2015-12-111-1/+1
* Back merge tag 'v4.4-rc4' into drm-nextDave Airlie2015-12-087-57/+32
|\
| * drm: imx: imx-tve: Fix module autoload for OF platform driverLuis de Bethencourt2015-11-301-0/+1
| * drm: imx: convert to drm_crtc_send_vblank_event()Russell King2015-11-251-1/+2
| * GPU-DRM-IMX: Delete an unnecessary check before drm_fbdev_cma_restore_mode()Markus Elfring2015-11-241-2/+1
| * drm/imx: Remove of_node assignment from ipuv3-crtc driver probePhilipp Zabel2015-11-241-34/+0
| * drm/imx: parallel-display: allow to determine bus format from the connected p...Philipp Zabel2015-11-241-0/+4
OpenPOWER on IntegriCloud