aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/shmobile
AgeCommit message (Expand)Author
2019-04-03video: backlight: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbolAlexander Shiyan
2019-01-29drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-14drm/shmob: Fix return value check in shmob_drm_probeYueHaibing
2018-11-23drm/shmobile: Replace drm_dev_unref with drm_dev_putThomas Zimmermann
2018-09-14drm: shmobile: convert to SPDX identifiersKuninori Morimoto
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2018-05-14drm: shmobile: remove unused MERAM supportBartlomiej Zolnierkiewicz
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-01drm/shmobile: Use drm_gem_fb_create()Noralf Trønnes
2017-07-29drm/shmobile: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes
2017-06-22drm/shmob: Drop drm_vblank_cleanupDaniel Vetter
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter
2017-03-29drm: Add acquire ctx parameter to ->plane_disableDaniel Vetter
2017-03-29drm: Add acquire ctx parameter to ->update_planeDaniel Vetter
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter
2017-03-11Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into dr...Daniel Vetter
2017-02-17drm: shmobile: Perform initialization/cleanup at probe/remove timeLaurent Pinchart
2017-02-09drm: shmobile: use vblank hooks in struct drm_crtc_funcsShawn Guo
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula
2016-07-18drm/shmobile: make fbdev support really optionalTobias Jakobi
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-06-06drm/shmobile: use drm_crtc_vblank_{get,put}()Gustavo Padovan
2016-06-01drm/shmob: Use lockless gem BO free callbackDaniel Vetter
2016-05-02drm/shmobile: use drm_crtc_send_vblank_event()Gustavo Padovan
2016-03-04drm/shmobile: removed optional dummy crtc mode_fixup function.Carlos Palminha
2016-02-09Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-02-08drm/shmob: Nuke preclose hookDaniel Vetter
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig
2016-01-13drm: Do not set connector->encoder in driversThierry Reding
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding
2015-07-22drm: Simplify drm_for_each_legacy_plane argumentsDaniel Vetter
2015-02-03drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRSChen Gang S
2015-01-31drm: shmobile: fix Kconfig dependenciesArnd Bergmann
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter
2014-10-20gpu: drm: shmobile: drop owner assignment from platform_driversWolfram Sang
2014-09-15drm/shmob: Update copyright noticeLaurent Pinchart
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann
2014-07-22drm: shmobile: fix warningsRussell King