| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/imx: fix build failure without CONFIG_DRM_FBDEV_EMULATION | Arnd Bergmann | 2018-09-27 | 1 | -2/+0 |
* | drm/imx: Use drm_fbdev_generic_setup() | Noralf Trønnes | 2018-09-25 | 1 | -15/+4 |
* | Merge drm/drm-next into drm-misc-next | Sean Paul | 2018-08-27 | 4 | -48/+10 |
|\ |
|
| * | Merge tag 'imx-drm-next-2018-08-03' of git://git.pengutronix.de/git/pza/linux... | Dave Airlie | 2018-08-10 | 1 | -40/+2 |
| |\ |
|
| | * | drm/imx: Convert drm_atomic_helper_suspend/resume() | Souptick Joarder | 2018-08-01 | 1 | -40/+2 |
| * | | Merge tag 'imx-drm-next-2018-07-20' of git://git.pengutronix.de/git/pza/linux... | Dave Airlie | 2018-07-27 | 4 | -10/+10 |
| |\| |
|
| | * | drm/imx: Remove unused field imx_drm_device.pipes | Leonard Crestez | 2018-07-17 | 1 | -1/+0 |
| | * | drm/imx: Replace drm_dev_unref with drm_dev_put | Thomas Zimmermann | 2018-07-17 | 1 | -4/+4 |
| | * | drm/imx: Remove last traces of struct imx_drm_crtc | Leonard Crestez | 2018-07-16 | 2 | -2/+0 |
| | * | drm/imx: imx-ldb: check if channel is enabled before printing warning | Lucas Stach | 2018-07-16 | 1 | -3/+3 |
| | * | drm/imx: imx-ldb: disable LDB on driver bind | Lucas Stach | 2018-07-16 | 1 | -0/+3 |
* | | | drm/imx: Use __drm_atomic_helper_plane_reset instead of copying the logic | Alexandru Gheorghe | 2018-08-06 | 1 | -6/+3 |
|/ / |
|
* | | drm: drop _mode_ from drm_mode_connector_attach_encoder | Daniel Vetter | 2018-07-13 | 3 | -4/+3 |
* | | drm: drop _mode_ from update_edit_property() | Daniel Vetter | 2018-07-13 | 3 | -3/+3 |
* | | drm/imx: Use drm_plane_mask() | Ville Syrjälä | 2018-07-02 | 1 | -1/+1 |
|/ |
|
* | Backmerge tag 'v4.16-rc7' into drm-next | Dave Airlie | 2018-03-28 | 2 | -4/+11 |
|\ |
|
| * | drm/imx: move arming of the vblank event to atomic_flush | Lucas Stach | 2018-03-15 | 1 | -0/+5 |
| * | drm/imx: ipuv3-plane: Include "imx-drm.h" header file | Fabio Estevam | 2018-03-15 | 1 | -0/+1 |
| * | drm/imx: ipuv3-plane: Make functions static when possible | Fabio Estevam | 2018-03-15 | 1 | -4/+5 |
* | | drm: Don't pass clip to drm_atomic_helper_check_plane_state() | Ville Syrjälä | 2018-03-05 | 1 | -6/+1 |
* | | drm/bridge/synopsys: dw-hdmi: don't clobber drvdata | Jernej Skrabec | 2018-02-16 | 1 | -3/+10 |
* | | drm/imx: Use drm_mode_get_hv_timing() to populate plane clip rectangle | Ville Syrjälä | 2018-01-23 | 1 | -5/+5 |
|/ |
|
* | Merge tag 'imx-drm-next-2018-01-02' of git://git.pengutronix.de/git/pza/linux... | Dave Airlie | 2018-01-05 | 2 | -8/+95 |
|\ |
|
| * | drm/imx: advertise supported plane format modifiers | Lucas Stach | 2017-12-19 | 1 | -1/+34 |
| * | drm/imx: add FB modifier support | Lucas Stach | 2017-12-19 | 2 | -6/+60 |
| * | gpu: ipu-v3: prg: add modifier support | Lucas Stach | 2017-12-19 | 1 | -2/+2 |
* | | drm/imx: Use drm_fb_cma_fbdev_init/fini() | Noralf Trønnes | 2017-12-08 | 2 | -28/+6 |
* | | Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 2017-12-03 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | drm: Move drm_plane_helper_check_state() into drm_atomic_helper.c | Ville Syrjälä | 2017-11-20 | 1 | -4/+4 |
| * | drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c... | Ville Syrjälä | 2017-11-20 | 1 | -1/+1 |
* | | drm/imx: always call wait_for_flip_done in commit_tail | Lucas Stach | 2017-11-30 | 1 | -2/+9 |
* | | Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2017-11-24 | 2 | -2/+2 |
|\ \ |
|
| * \ | Merge tag 'imx-drm-next-2017-10-18' of git://git.pengutronix.de/git/pza/linux... | Dave Airlie | 2017-11-22 | 2 | -2/+2 |
| |\ \
| | |/
| |/| |
|
| | * | drm/imx: parallel-display: use correct connector enum | Lucas Stach | 2017-10-02 | 1 | -1/+1 |
| | * | drm/imx: switch to drm_*_get(), drm_*_put() helpers | Cihangir Akturk | 2017-10-02 | 1 | -1/+1 |
* | | | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2017-11-16 | 2 | -2/+4 |
|\| | |
|
| * | | Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm... | Dave Airlie | 2017-09-27 | 2 | -2/+4 |
| |\ \
| | |/
| |/| |
|
| | * | drm/imx: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb() | Noralf Trønnes | 2017-09-16 | 2 | -2/+4 |
* | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 3 | -0/+3 |
|/ / |
|
* | | Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2017-09-04 | 6 | -24/+51 |
|\ \ |
|
| * \ | Merge tag 'imx-drm-next-2017-07-18' of git://git.pengutronix.de/git/pza/linux... | Dave Airlie | 2017-08-22 | 1 | -11/+42 |
| |\ \
| | |/
| |/| |
|
| | * | drm/imx: lock scanout transfers for consecutive bursts | Philipp Zabel | 2017-07-17 | 1 | -3/+35 |
| | * | drm/imx: ipuv3-plane: use fb local variable instead of state->fb | Philipp Zabel | 2017-07-17 | 1 | -8/+7 |
| * | | drm: Nuke drm_atomic_helper_connector_dpms | Daniel Vetter | 2017-08-08 | 3 | -3/+0 |
| * | | drm: Plumb modifiers through plane init | Ben Widawsky | 2017-08-01 | 1 | -2/+2 |
| * | | drm/imx: Use .dumb_map_offset and .dumb_destroy defaults | Noralf Trønnes | 2017-07-29 | 1 | -2/+0 |
| * | | Backmerge tag 'v4.13-rc2' into drm-next | Dave Airlie | 2017-07-27 | 2 | -2/+2 |
| |\ \ |
|
| * | | | drm/imx: Use atomic iterator macros | Maarten Lankhorst | 2017-07-13 | 2 | -5/+5 |
| * | | | drm: Add old state pointer to CRTC .enable() helper function | Laurent Pinchart | 2017-06-30 | 1 | -2/+3 |
| | |/
| |/| |
|
* | | | drm/imx: ipuv3-plane: fix YUV framebuffer scanout on the base plane | Philipp Zabel | 2017-08-11 | 1 | -4/+2 |
| |/
|/| |
|