summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/shmobile/shmob_drm_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* drm: shmobile: remove unused MERAM supportBartlomiej Zolnierkiewicz2018-05-141-42/+0
* drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter2017-03-291-1/+2
* Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into dr...Daniel Vetter2017-03-111-6/+1
|\
| * drm: shmobile: Perform initialization/cleanup at probe/remove timeLaurent Pinchart2017-02-171-6/+1
* | drm: shmobile: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-091-16/+35
|/
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-3/+3
* drm: Make the connector .detect() callback optionalLaurent Pinchart2016-12-011-7/+0
* drm/shmobile: use drm_crtc_vblank_{get,put}()Gustavo Padovan2016-06-061-2/+2
* drm/shmobile: use drm_crtc_send_vblank_event()Gustavo Padovan2016-05-021-1/+1
* drm/shmobile: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
* drm/shmob: Nuke preclose hookDaniel Vetter2016-02-081-20/+0
* drm: Do not set connector->encoder in driversThierry Reding2016-01-131-2/+0
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-1/+1
* drm: Simplify drm_for_each_legacy_plane argumentsDaniel Vetter2015-07-221-1/+1
* drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2014-11-051-0/+1
* drm/shmob: Update copyright noticeLaurent Pinchart2014-09-151-1/+1
* drm: add register and unregister functions for connectorsThomas Wood2014-06-191-3/+3
* drm: make mode_valid callback optionalAndrzej Hajda2014-04-221-7/+0
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-011-7/+7
* drm/shmobile: Restrict plane loops to only operate on legacy planesMatt Roper2014-04-011-1/+1
* drm: shmob_drm: Check clk_prepare_enable() return valueLaurent Pinchart2013-12-181-4/+14
* drm: shmob_drm: Convert to clk_prepare/unprepareLaurent Pinchart2013-11-101-2/+2
* drm: Pass page flip ioctl flags to driverKeith Packard2013-08-301-1/+2
* drm/shmob: use drm_send_vblank_event() helperRob Clark2013-05-221-15/+4
* drm/shmobile: Fix race condition between page flip request and handlerLaurent Pinchart2013-04-261-1/+1
* drm/shmob: drm_connector_property -> drm_object_propertyRob Clark2012-11-301-1/+1
* drm: Renesas SH Mobile DRM driverLaurent Pinchart2012-09-181-0/+763
OpenPOWER on IntegriCloud