summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx
Commit message (Expand)AuthorAgeFilesLines
* 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
| * drm/imx: ipuv3-crtc: Return error if ipu_plane_init() fails for primary planeLiu Ying2015-11-191-0/+4
| * drm/imx: switch to universal planesPhilipp Zabel2015-11-195-20/+20
* | drm/imx: Remove local fbdev emulation Kconfig optionArchit Taneja2015-11-242-18/+3
|/
* Merge tag 'imx-drm-next-2015-10-30' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2015-11-052-4/+28
|\
| * drm/imx: hdmi: fix HDMI setup to allow modes larger than FullHDLucas Stach2015-10-301-4/+12
| * drm/imx: enable ARGB4444 16-bit color formatLucas Stach2015-10-301-0/+2
| * drm/imx: ipuv3-plane: enable support for RGBX8888 and RGBA8888 pixel formatsPhilipp Zabel2015-10-301-0/+6
| * drm/imx: enable 15-bit RGB with 1-bit alpha formatsPhilipp Zabel2015-10-301-0/+8
* | drm/imx: Convert the probe function to the generic drm_of_component_probe()Liviu Dudau2015-10-201-51/+4
* | drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä2015-10-071-1/+1
* | drm/irq: Use unsigned int pipe in public APIThierry Reding2015-10-061-4/+4
|/
* Merge branch 'drm-dwhdmi-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie2015-08-271-0/+5
|\
| * drm: imx/dw_hdmi: move phy commentsRussell King2015-08-181-0/+5
OpenPOWER on IntegriCloud