summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tilcdc
AgeCommit message (Expand)AuthorLines
2018-07-20Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-3/+3
2018-07-19Merge tag 'drm-misc-next-2018-07-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-5/+4
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter-2/+2
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter-1/+1
2018-07-05drm/tilcdc: Use drm_connector_has_possible_encoder()Ville Syrjälä-5/+4
2018-07-05drm/tilcdc: Defer probe if there are no connectorsSjoerd Simons-1/+1
2018-05-09drm/tilcdc: Fix setting clock divider for omap-l138David Lechner-1/+1
2018-02-28drm/tilcdc: tilcdc_panel: Rename device from "panel" to "tilcdc-panel"Jyri Sarha-1/+1
2018-02-28drm/tilcdc: Add support for drm panelsJyri Sarha-9/+22
2018-02-28drm/tilcdc: panel: Use common error handling code in of_get_panel_info()Markus Elfring-7/+5
2018-02-28drm/tilcdc: Delete an error message for a failed memory allocation in seven f...Markus Elfring-19/+6
2017-12-21Merge tag 'tilcdc-4.16' of https://github.com/jsarha/linux into drm-nextDave Airlie-51/+2
2017-12-18drm/tilcdc: make tilcdc_mode_hvtotal() staticXiongwei Song-1/+1
2017-12-18drm/tilcdc: Remove drm_framebuffer_get() and *_put() callsJyri Sarha-49/+0
2017-12-18drm/tilcdc: ensure nonatomic iowrite64 is not usedLogan Gunthorpe-1/+1
2017-12-08drm/tilcdc: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes-23/+5
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-1/+1
2017-11-23Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-375/+0
2017-11-23Merge tag 'tilcdc-4.15-fixes' of https://github.com/jsarha/linux into drm-nextDave Airlie-380/+0
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter-14/+44
2017-11-20drm/tilcdc: Remove obsolete "ti,tilcdc,slave" dts binding supportJyri Sarha-380/+0
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-20/+50
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-9/+5
2017-11-11drm/tilcdc: Use drm_gem_cma_print_info()Noralf Trønnes-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-17of: overlay: avoid race condition between applying multiple overlaysFrank Rowand-6/+0
2017-10-17of: overlay: detect cases where device tree may become corruptFrank Rowand-2/+3
2017-10-17of: overlay: rename identifiers to more reflect what they doFrank Rowand-2/+3
2017-10-17Merge tag 'tilcdc-4.15' of https://github.com/jsarha/linux into drm-nextDave Airlie-14/+44
2017-10-13drm/tilcdc: Remove redundant OF_DETACHED flag settingStephen Boyd-1/+0
2017-10-13drm/tilcdc: Precalculate total frametime in tilcdc_crtc_set_mode()Jyri Sarha-1/+12
2017-10-05drm/tilcdc: Use tilcdc_crtc_shutdown() in tilcdc_crtc_destroy()Jyri Sarha-3/+1
2017-10-05drm/tilcdc: Remove WARN_ON(!drm_modeset_is_locked(&crtc->mutex)) checksJyri Sarha-4/+0
2017-10-05drm/tilcdc: Turn raster off in crtc reset, if it was on in the HWJyri Sarha-1/+29
2017-10-05drm/tilcdc: switch to drm_*{get,put} helpersCihangir Akturk-3/+3
2017-10-05drm/tilcdc: tilcdc_tfp410: make of_device_ids const.Arvind Yadav-3/+1
2017-10-05drm/tilcdc: tilcdc_panel: make of_device_ids const.Arvind Yadav-1/+1
2017-09-26drm/tilcdc: replace reference/unreference() with get/putAishwarya Pant-4/+4
2017-09-09drm/tilcdc: Use drm_gem_fb_create()Noralf Trønnes-1/+2
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter-2/+0
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter-1/+0
2017-07-29drm/tilcdc: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes-2/+0
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring-2/+2
2017-07-26drm/tilcdc: Handle drm_atomic_helper_swap_state failureMaarten Lankhorst-1/+5
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart-1/+7
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart-1/+7
2017-05-17drm/tilcdc: fix include notation and remove -Iinclude/drm flagMasahiro Yamada-3/+1
2017-04-06drm: convert drivers to use of_graph_get_remote_nodeRob Herring-70/+10
2017-03-25drm/tilcdc: Drop calls to modeset_lock_crtcDaniel Vetter-6/+6
2017-03-23BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie-13/+24