aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-14Merge drm-fixes into drm-next.Dave Airlie2-0/+3
2016-03-02Merge tag 'imx-drm-next-20160301' of git://git.pengutronix.de/git/pza/linux into drm-nextDave Airlie6-48/+127
2016-03-01drm/imx: only enable vblank IRQs when neededLucas Stach1-0/+9
2016-03-01drm/imx: implement fence syncLucas Stach1-2/+61
2016-03-01drm/imx: keep GEM object referenced as long as scanout is activeLucas Stach1-5/+44
2016-03-01drm/imx: track flip state explicitlyLucas Stach1-5/+10
2016-03-01drm/imx: don't touch primary fb on pageflipLucas Stach1-1/+0
2016-03-01drm/imx: ipuv3 plane: Replace dev_info with dev_dbg if a plane's CRTC changesLiu Ying1-1/+1
2016-03-01drm/imx: remove imx_drm_encoder_get_mux_idPhilipp Zabel4-36/+4
2016-02-16drm/imx: removed optional dummy encoder mode_fixup function.Carlos Palminha4-32/+0
2016-02-10drm/imx: Add missing DRM_FORMAT_RGB565 to ipu_plane_formatsEnrico Jorns1-0/+1
2016-02-10drm/imx: notify DRM core about CRTC vblank stateLucas Stach1-0/+2
2016-02-09Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie2-17/+0
2016-02-08drm/imx: Unconfuse preclose logicDaniel Vetter2-17/+0
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-1/+1
2016-01-15drm/fb_cma_helper: Remove implicit call to disable_unused_functionsMaxime Ripard1-0/+1
2016-01-13drm: Do not set connector->encoder in driversThierry Reding1-2/+0
2015-12-15drm/imx: Constify function pointer structsVille Syrjälä6-16/+16
2015-12-15drm/imx: Drop pipe field from struct imx_drm_crtcThierry Reding1-9/+8
2015-12-15drm/imx: Make pipe number unsignedThierry Reding2-4/+4
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä4-4/+4
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä1-1/+2
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä1-1/+1
2015-12-08Back merge tag 'v4.4-rc4' into drm-nextDave Airlie7-57/+32
2015-11-30drm: imx: imx-tve: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-11-25drm: imx: convert to drm_crtc_send_vblank_event()Russell King1-1/+2
2015-11-24drm/imx: Remove local fbdev emulation Kconfig optionArchit Taneja2-18/+3
2015-11-24GPU-DRM-IMX: Delete an unnecessary check before drm_fbdev_cma_restore_mode()Markus Elfring1-2/+1
2015-11-24drm/imx: Remove of_node assignment from ipuv3-crtc driver probePhilipp Zabel1-34/+0
2015-11-24drm/imx: parallel-display: allow to determine bus format from the connected panelPhilipp Zabel1-0/+4
2015-11-19drm/imx: ipuv3-crtc: Return error if ipu_plane_init() fails for primary planeLiu Ying1-0/+4
2015-11-19drm/imx: switch to universal planesPhilipp Zabel5-20/+20
2015-11-05Merge tag 'imx-drm-next-2015-10-30' of git://git.pengutronix.de/git/pza/linux into drm-nextDave Airlie2-4/+28
2015-10-30drm/imx: hdmi: fix HDMI setup to allow modes larger than FullHDLucas Stach1-4/+12
2015-10-30drm/imx: enable ARGB4444 16-bit color formatLucas Stach1-0/+2
2015-10-30drm/imx: ipuv3-plane: enable support for RGBX8888 and RGBA8888 pixel formatsPhilipp Zabel1-0/+6
2015-10-30drm/imx: enable 15-bit RGB with 1-bit alpha formatsPhilipp Zabel1-0/+8
2015-10-20drm/imx: Convert the probe function to the generic drm_of_component_probe()Liviu Dudau1-51/+4
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä1-1/+1
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding1-4/+4
2015-08-27Merge branch 'drm-dwhdmi-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-nextDave Airlie1-0/+5
2015-08-18drm: imx/dw_hdmi: move phy commentsRussell King1-0/+5
2015-07-10drm/imx: tve: fix media bus format for VGA outputPhilipp Zabel1-1/+1
2015-07-10drm/imx: parallel-display: fix drm_panel supportPhilipp Zabel1-6/+15
2015-04-16Merge branch 'drm-dwhdmi-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-nextDave Airlie1-6/+6
2015-04-13Merge tag 'imx-drm-next-2015-03-31' of git://git.pengutronix.de/git/pza/linux into drm-nextDave Airlie10-96/+179
2015-04-08drm/imx: use for_each_endpoint_of_node macro in imx_drm_encoder_get_mux_idPhilipp Zabel1-7/+4
2015-04-01drm: bridge/dw_hdmi: separate VLEVCTRL settting into platform driverYakir Yang1-12/+12
2015-03-31drm/imx: imx-ldb: allow to determine bus format from the connected panelPhilipp Zabel1-53/+63
2015-03-31drm/imx: imx-ldb: reset display clock input when disabling LVDSPhilipp Zabel1-0/+26