summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti
Commit message (Expand)AuthorAgeFilesLines
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-133-3/+3
* drm: drop _mode_ from update_edit_property()Daniel Vetter2018-07-131-1/+1
* drm/sti: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-07-131-4/+4
* drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULLBoris Brezillon2018-07-101-1/+3
* drm: add missing ctx argument to plane transitional helpersRussell King2018-07-033-3/+3
* drm/sti: Stop consulting plane->crtcVille Syrjälä2018-05-251-1/+5
* gpu: drm: sti: fix spelling mistake: "initialze" -> "initialize"Colin Ian King2018-05-021-1/+1
* drm/sti: Depend on OF rather than selecting itOliver O'Halloran2018-04-051-2/+1
* drm/sti: Stop consulting plane->fbVille Syrjälä2018-03-291-4/+5
* drm/sti: Let core take care of normalizing the zposPeter Ujfalusi2018-03-281-21/+3
* drm/sti: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-082-23/+5
* gpu: drm: sti: Adopt SPDX identifiersBenjamin Gaignard2017-12-0629-29/+29
* Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-043-32/+17
|\
| * drm/edid: Allow HDMI infoframe without VIC or S3DVille Syrjälä2017-11-221-1/+3
| * drm/sti: Handle return value of platform_get_irq_bynameArvind Yadav2017-11-211-0/+5
| * drm: sti: remove vtg_removeBenjamin Gaignard2017-11-081-6/+0
| * drm: sti: remove useless fields from vtg structureBenjamin Gaignard2017-11-082-24/+9
| * drm/drivers: drop redundant drm_edid_to_eld() callsJani Nikula2017-11-071-1/+0
* | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-152-6/+3
|\ \ | |/
| * drm/sti: Use drm_gem_fb_create()Noralf Trønnes2017-08-271-1/+2
| * drm/sti: sti_vdo: clean up drm_bridge_add callInki Dae2017-08-211-5/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-083-3/+0
* drm: Nuke drm_atomic_helper_connector_set_propertyDaniel Vetter2017-08-081-1/+0
* drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2017-08-083-3/+0
* drm/sti: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-08-081-2/+0
* drm: Plumb modifiers through plane initBen Widawsky2017-08-013-3/+3
* drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma2017-07-141-1/+1
* drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-2/+3
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-2/+3
* drm: sti: sti_hqvdp: undo preparation of a clock source.Arvind Yadav2017-06-211-0/+3
* drm: sti: sti_hqvdp: make of_device_ids const.Arvind Yadav2017-06-201-1/+1
* drm: sti: sti_dvo: make of_device_ids const.Arvind Yadav2017-06-201-1/+1
* drm/sti: Drop drm_vblank_cleanupDaniel Vetter2017-06-201-1/+0
* Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul2017-05-183-1/+15
|\
| * Merge tag 'drm-misc-next-2017-05-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-05-189-40/+27
| |\
| * \ Merge tag 'media/v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-05-052-0/+14
| |\ \
| | * | [media] sti: hdmi: add CEC notifier supportBenjamin Gaignard2017-04-102-0/+14
| * | | Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-05-032-20/+9
| |\ \ \
| * | | | treewide: Fix typos in printkMasanari Iida2017-03-241-1/+1
| | |/ / | |/| |
* | | | drm/sti:fix spelling mistake: "compoment" -> "component"Colin Ian King2017-05-181-1/+1
| |_|/ |/| |
* | | drm/sti: Adjust two checks for null pointers in sti_hqvdp_probe()Markus Elfring2017-05-091-2/+2
* | | drm/sti: Fix typos in a comment lineMarkus Elfring2017-05-091-1/+1
* | | drm/sti: Fix a typo in a comment lineMarkus Elfring2017-05-091-1/+1
* | | drm/sti: Replace 17 seq_puts() calls by seq_putc()Markus Elfring2017-05-098-25/+17
* | | drm/sti: Reduce function calls for sequence output at five placesMarkus Elfring2017-05-093-10/+5
* | | drm/sti: use seq_puts to display a stringNicolas Iooss2017-05-091-1/+1
| |/ |/|
* | drm/sti: fix GDP size to support up to UHD resolutionVincent Abriou2017-04-131-5/+7
* | drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter2017-03-141-10/+1
* | Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into dr...Daniel Vetter2017-03-111-2/+0
|\ \
OpenPOWER on IntegriCloud