Age | Commit message (Expand) | Author |
2016-07-19 | Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc | Daniel Vetter |
2016-07-18 | drm/imx: make fbdev support really optional | Tobias Jakobi |
2016-07-14 | drm/imx: parallel-display: add bridge support | Philipp Zabel |
2016-07-12 | drm/imx: parallel-display: check return code from of_get_drm_display_mode() | Lothar Waßmann |
2016-07-12 | drm/imx: imx-tve: fix the error message | Fabio Estevam |
2016-07-12 | drm/imx: imx-tve: remove unneeded 'or' operation | Fabio Estevam |
2016-07-12 | drm/imx: imx-tve: check the value returned by regulator_set_voltage() | Fabio Estevam |
2016-07-12 | drm/imx: imx-ldb: check return code on panel attach | Lucas Stach |
2016-07-12 | drm/imx: turn remaining container_of macros into inline functions | Philipp Zabel |
2016-07-12 | drm/imx: store internal bus configuration in crtc state | Philipp Zabel |
2016-07-12 | drm/imx: remove empty mode_set encoder callbacks | Philipp Zabel |
2016-07-12 | drm/imx: atomic phase 3 step 3: Advertise DRIVER_ATOMIC | Liu Ying |
2016-07-12 | drm/imx: atomic phase 3 step 2: Legacy callback fixups | Liu Ying |
2016-07-12 | drm/imx: atomic phase 3 step 1: Use atomic configuration | Liu Ying |
2016-07-12 | drm/imx: Remove encoders' ->prepare callbacks | Liu Ying |
2016-07-12 | drm/imx: atomic phase 2 step 2: Track plane_state->fb correctly in ->page_flip | Liu Ying |
2016-07-12 | drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroy | Liu Ying |
2016-07-12 | drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpers | Liu Ying |
2016-07-12 | gpu: ipu-v3: ipu-dmfc: Use static DMFC FIFO allocation mechanism | Liu Ying |
2016-07-12 | drm/imx: ipuv3 plane: Check different types of plane separately | Liu Ying |
2016-06-21 | drm: Lobotomize set_busid nonsense for !pci drivers | Daniel Vetter |
2016-05-30 | drm/imx: plane: Don't set plane->crtc in ipu_plane_update() | Liu Ying |
2016-05-30 | drm/imx: ipuv3-plane: Constify ipu_plane_funcs | Liu Ying |
2016-05-30 | drm/imx: imx-ldb: honor 'native-mode' property when selecting video mode from DT | Lothar Waßmann |
2016-05-30 | drm/imx: parallel-display: remove dead code | Lothar Waßmann |
2016-05-30 | drm/imx: use bus_flags for pixel clock polarity | Philipp Zabel |
2016-05-30 | drm/imx: ipuv3-plane: enable UYVY and VYUY formats | Philipp Zabel |
2016-05-30 | drm/imx: parallel-display: use of_graph_get_endpoint_by_regs helper | Philipp Zabel |
2016-05-30 | drm/imx: imx-ldb: use of_graph_get_endpoint_by_regs helper | Philipp Zabel |
2016-05-30 | drm/imx: imx-ldb: Add DDC support | Steve Longerbeam |
2016-05-25 | Merge tag 'imx-drm-fixes-2016-05-24' of git://git.pengutronix.de/git/pza/linu... | Dave Airlie |
2016-05-23 | drm/imx: Match imx-ipuv3-crtc components using device node in platform data | Philipp Zabel |
2016-05-21 | drm: Nuke ->vblank_disable_allowed | Daniel Vetter |
2016-05-04 | drm/imx: Use lockless gem BO free callback | Daniel Vetter |
2016-03-31 | drm/imx: Don't set a gamma table size | Daniel Vetter |
2016-03-31 | drm/imx: ipuv3-plane: Configure DMFC wait4eot bit after slots are determined | Liu Ying |
2016-03-31 | gpu: ipu-v3: ipu-dmfc: Rename ipu_dmfc_init_channel to ipu_dmfc_config_wait4eot | Liu Ying |
2016-03-31 | gpu: ipu-v3: ipu-dmfc: Make function ipu_dmfc_init_channel() return void | Liu Ying |
2016-03-31 | drm/imx: dw_hdmi: Don't call platform_set_drvdata() | Douglas Anderson |
2016-03-31 | drm/imx: dw_hdmi: Call drm_encoder_cleanup() in error path | Douglas Anderson |
2016-03-31 | drm/imx: ipuv3-plane: fix planar YUV 4:2:0 support | Philipp Zabel |
2016-03-31 | drm/imx: ipuv3-plane: Add more thorough checks for plane parameter limitations | Philipp Zabel |
2016-03-14 | Merge drm-fixes into drm-next. | Dave Airlie |
2016-03-02 | Merge tag 'imx-drm-next-20160301' of git://git.pengutronix.de/git/pza/linux i... | Dave Airlie |
2016-03-01 | drm/imx: only enable vblank IRQs when needed | Lucas Stach |
2016-03-01 | drm/imx: implement fence sync | Lucas Stach |
2016-03-01 | drm/imx: keep GEM object referenced as long as scanout is active | Lucas Stach |
2016-03-01 | drm/imx: track flip state explicitly | Lucas Stach |
2016-03-01 | drm/imx: don't touch primary fb on pageflip | Lucas Stach |
2016-03-01 | drm/imx: ipuv3 plane: Replace dev_info with dev_dbg if a plane's CRTC changes | Liu Ying |