aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx
AgeCommit message (Expand)AuthorFilesLines
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextGravatar Dave Airlie 2-4/+11
2018-03-15drm/imx: move arming of the vblank event to atomic_flushGravatar Lucas Stach 1-0/+5
2018-03-15drm/imx: ipuv3-plane: Include "imx-drm.h" header fileGravatar Fabio Estevam 1-0/+1
2018-03-15drm/imx: ipuv3-plane: Make functions static when possibleGravatar Fabio Estevam 1-4/+5
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Gravatar Ville Syrjälä 1-6/+1
2018-02-16drm/bridge/synopsys: dw-hdmi: don't clobber drvdataGravatar Jernej Skrabec 1-3/+10
2018-01-23drm/imx: Use drm_mode_get_hv_timing() to populate plane clip rectangleGravatar Ville Syrjälä 1-5/+5
2018-01-05Merge tag 'imx-drm-next-2018-01-02' of git://git.pengutronix.de/git/pza/linux...Gravatar Dave Airlie 2-8/+95
2017-12-19drm/imx: advertise supported plane format modifiersGravatar Lucas Stach 1-1/+34
2017-12-19drm/imx: add FB modifier supportGravatar Lucas Stach 2-6/+60
2017-12-19gpu: ipu-v3: prg: add modifier supportGravatar Lucas Stach 1-2/+2
2017-12-08drm/imx: Use drm_fb_cma_fbdev_init/fini()Gravatar Noralf Trønnes 2-28/+6
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 1-4/+4
2017-11-30drm/imx: always call wait_for_flip_done in commit_tailGravatar Lucas Stach 1-2/+9
2017-11-23Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 2-2/+2
2017-11-23Merge tag 'imx-drm-next-2017-10-18' of git://git.pengutronix.de/git/pza/linux...Gravatar Dave Airlie 2-2/+2
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cGravatar Ville Syrjälä 1-4/+4
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Gravatar Ville Syrjälä 1-1/+1
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 2-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 3-0/+3
2017-10-02drm/imx: parallel-display: use correct connector enumGravatar Lucas Stach 1-1/+1
2017-10-02drm/imx: switch to drm_*_get(), drm_*_put() helpersGravatar Cihangir Akturk 1-1/+1
2017-09-28Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm...Gravatar Dave Airlie 2-2/+4
2017-09-16drm/imx: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb()Gravatar Noralf Trønnes 2-2/+4
2017-09-03Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 6-24/+51
2017-08-22Merge tag 'imx-drm-next-2017-07-18' of git://git.pengutronix.de/git/pza/linux...Gravatar Dave Airlie 1-11/+42
2017-08-11drm/imx: ipuv3-plane: fix YUV framebuffer scanout on the base planeGravatar Philipp Zabel 1-4/+2
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsGravatar Daniel Vetter 3-3/+0
2017-08-01drm: Plumb modifiers through plane initGravatar Ben Widawsky 1-2/+2
2017-07-29drm/imx: Use .dumb_map_offset and .dumb_destroy defaultsGravatar Noralf Trønnes 1-2/+0
2017-07-27Backmerge tag 'v4.13-rc2' into drm-nextGravatar Dave Airlie 2-2/+2
2017-07-21Merge tag 'imx-drm-fixes-2017-07-18' of git://git.pengutronix.de/git/pza/linu...Gravatar Dave Airlie 2-2/+2
2017-07-17drm/imx: parallel-display: Accept drm_of_find_panel_or_bridge failureGravatar Philipp Zabel 1-1/+1
2017-07-17drm/imx: fix typo in ipu_plane_formats[]Gravatar Laurentiu Palcu 1-1/+1
2017-07-17drm/imx: lock scanout transfers for consecutive burstsGravatar Philipp Zabel 1-3/+35
2017-07-17drm/imx: ipuv3-plane: use fb local variable instead of state->fbGravatar Philipp Zabel 1-8/+7
2017-07-13drm/imx: Use atomic iterator macrosGravatar Maarten Lankhorst 2-5/+5
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionGravatar Laurent Pinchart 1-2/+3
2017-06-16BackMerge tag 'v4.12-rc5' into drm-nextGravatar Dave Airlie 1-1/+1
2017-06-06drm/imx: imx-ldb: Accept drm_of_find_panel_or_bridge failureGravatar Leonard Crestez 1-1/+1
2017-06-05drm/bridge/synopsys: dw-hdmi: Use bridge->mode_valid() callbackGravatar Jose Abreu 1-4/+6
2017-05-31drm/imx: Drop drm_vblank_cleanupGravatar Daniel Vetter 1-3/+1
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIGravatar Robert Foss 1-1/+1
2017-04-11Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...Gravatar Dave Airlie 2-54/+9
2017-04-06drm: convert drivers to use drm_of_find_panel_or_bridgeGravatar Rob Herring 2-54/+9
2017-04-07Merge tag 'imx-drm-next-2017-04-04' of git://git.pengutronix.de/git/pza/linux...Gravatar Dave Airlie 5-17/+21
2017-04-04drm/imx: merge imx-drm-core and ipuv3-crtc in one moduleGravatar Lucas Stach 5-17/+21
2017-03-23Merge tag 'drm-misc-next-2017-03-21' of git://anongit.freedesktop.org/git/drm...Gravatar Dave Airlie 1-10/+1
2017-03-16drm/imx: Remove unneeded definition for structure imx_drm_componentGravatar Liu Ying 1-5/+0
2017-03-16drm/imx: use PRG/PRE when possibleGravatar Lucas Stach 3-3/+129