aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/rcar_du_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-10Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-2/+0
2017-08-03drm: rcar-du: Add HDMI outputs to R8A7796 device descriptionLaurent Pinchart1-2/+7
2017-08-03drm: rcar-du: Fix comments to comply with the kernel coding styleLaurent Pinchart1-7/+14
2017-07-29drm/rcar-du: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-04-04drm: rcar-du: Add HDMI outputs to R8A7795 device descriptionKoji Matsuoka1-2/+10
2017-04-04drm: rcar-du: Add DPLL supportKoji Matsuoka1-0/+1
2017-04-04drm: rcar-du: Hardcode encoders types to DRM_MODE_ENCODER_NONELaurent Pinchart1-15/+0
2017-04-04drm: rcar-du: Remove wait field from rcar_du_device structureLaurent Pinchart1-2/+0
2017-04-04drm: rcar-du: Don't open code of_device_get_match_data()Wolfram Sang1-1/+1
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter1-11/+1
2017-02-09drm: rcar-du: use vblank hooks in struct drm_crtc_funcsShawn Guo1-19/+0
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo1-1/+0
2016-11-16Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie1-26/+57
2016-11-15drm: rcar-du: Add R8A7796 supportLaurent Pinchart1-0/+25
2016-11-15drm: rcar-du: Add R8A7792 supportSergei Shtylyov1-0/+22
2016-11-15drm: rcar-du: Simplify and fix probe error handlingLaurent Pinchart1-20/+10
2016-11-14drm: rcar-du: Remove test for impossible error conditionLaurent Pinchart1-6/+0
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen1-2/+2
2016-06-24Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie1-4/+4
2016-06-21drm: Don't call drm_dev_set_unique from platform driversDaniel Vetter1-2/+0
2016-06-21drm/rcar-du: Remove redundant calls to drm_connector_register_all()Chris Wilson1-5/+0
2016-06-20drm: rcar-du: error message is not needed for EPROBE_DEFERKuninori Morimoto1-1/+3
2016-06-20drm: rcar-du: error message is not needed for drm_vblank_init()Kuninori Morimoto1-3/+1
2016-06-01drm/rcar-du: Use lockless gem BO free callbackDaniel Vetter1-1/+1
2016-04-24drm: rcar-du: Fix compilation warningLaurent Pinchart1-1/+0
2016-04-20drm: rcar-du: Use generic drm_connector_register_all() helperAlexey Brodkin1-8/+1
2016-03-29drm: Rename drm_connector_unplug_all() to drm_connector_unregister_all()Alexey Brodkin1-4/+1
2016-02-23drm: rcar-du: lvds: Add R-Car Gen3 supportKoji Matsuoka1-2/+8
2016-02-23drm: rcar-du: Add R8A7795 device supportLaurent Pinchart1-1/+24
2016-02-20drm: rcar-du: Perform initialization/cleanup at probe/remove timeLaurent Pinchart1-84/+103
2016-02-08drm/rcar: Nuke preclose hookDaniel Vetter1-10/+0
2015-10-21drm: rcar-du: Add support for the R8A7794 DULaurent Pinchart1-0/+23
2015-10-21drm: rcar-du: Add support for the R8A7793 DULaurent Pinchart1-1/+3
2015-10-20drm: rcar-du: Enable DU0 to DPAD connection on R8A7791Laurent Pinchart1-1/+1
2015-10-20drm: rcar-du: Add dependency on OFLaurent Pinchart1-10/+1
2015-10-20drm: rcar-du: Remove obsolete rcar-du-r8a779x platform_device_id entriesGeert Uytterhoeven1-2/+0
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-4/+4
2015-06-16drm: rcar-du: Print the error value when DRM/KMS init failsLaurent Pinchart1-1/+1
2015-03-19drm: rcar-du: Enable the atomic updates APILaurent Pinchart1-1/+2
2015-03-03drm: rcar-du: Implement asynchronous commit supportLaurent Pinchart1-0/+3
2015-03-03drm: rcar-du: Turn vblank on/off when enabling/disabling CRTCLaurent Pinchart1-6/+8
2015-01-21Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie1-2/+4
2014-12-23drm: rcar-du: Refactor DEFR8 featureLaurent Pinchart1-2/+4
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-3/+1
2014-11-26drm: rcar-du: Remove platform data supportLaurent Pinchart1-3/+1
2014-10-20gpu: drm: rcar-du: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-15drm/rcar-du: Add OF supportLaurent Pinchart1-73/+97
2014-09-15drm/rcar-du: Update copyright noticeLaurent Pinchart1-1/+1