summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/shmobile
AgeCommit message (Expand)AuthorFilesLines
2019-04-03video: backlight: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbolAlexander Shiyan1-1/+0
2019-01-29drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter1-1/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter3-0/+3
2019-01-14drm/shmob: Fix return value check in shmob_drm_probeYueHaibing1-2/+2
2018-11-23drm/shmobile: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-2/+2
2018-09-14drm: shmobile: convert to SPDX identifiersKuninori Morimoto12-55/+12
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-05-14drm: shmobile: remove unused MERAM supportBartlomiej Zolnierkiewicz7-60/+0
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-01drm/shmobile: Use drm_gem_fb_create()Noralf Trønnes1-1/+2
2017-07-29drm/shmobile: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-06-22drm/shmob: Drop drm_vblank_cleanupDaniel Vetter1-3/+1
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter1-1/+2
2017-03-29drm: Add acquire ctx parameter to ->plane_disableDaniel Vetter1-2/+3
2017-03-29drm: Add acquire ctx parameter to ->update_planeDaniel Vetter1-1/+2
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter1-11/+1
2017-03-11Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into dr...Daniel Vetter2-107/+104
2017-02-17drm: shmobile: Perform initialization/cleanup at probe/remove timeLaurent Pinchart2-107/+104
2017-02-09drm: shmobile: use vblank hooks in struct drm_crtc_funcsShawn Guo3-36/+35
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo1-1/+0
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-3/+1
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä2-5/+5
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart1-7/+0
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-07-18drm/shmobile: make fbdev support really optionalTobias Jakobi1-1/+0
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter1-1/+0
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-2/+2
2016-06-06drm/shmobile: use drm_crtc_vblank_{get,put}()Gustavo Padovan1-2/+2
2016-06-01drm/shmob: Use lockless gem BO free callbackDaniel Vetter1-1/+1
2016-05-02drm/shmobile: use drm_crtc_send_vblank_event()Gustavo Padovan1-1/+1
2016-03-04drm/shmobile: removed optional dummy crtc mode_fixup function.Carlos Palminha1-8/+0
2016-02-09Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie3-30/+0
2016-02-08drm/shmob: Nuke preclose hookDaniel Vetter3-30/+0
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-1/+1
2016-01-13drm: Do not set connector->encoder in driversThierry Reding1-2/+0
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+1
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-1/+1
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä1-1/+1
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding1-2/+2
2015-07-22drm: Simplify drm_for_each_legacy_plane argumentsDaniel Vetter1-1/+1
2015-02-03drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRSChen Gang S1-1/+1
2015-01-31drm: shmobile: fix Kconfig dependenciesArnd Bergmann1-0/+2
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-10-20gpu: drm: shmobile: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-15drm/shmob: Update copyright noticeLaurent Pinchart11-11/+11
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann1-0/+1
2014-07-22drm: shmobile: fix warningsRussell King1-1/+1