summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du
Commit message (Expand)AuthorAgeFilesLines
* drm: rcar-du: Map memory through the VSP deviceLaurent Pinchart2017-06-092-6/+70
* drm: rcar-du: Register a completion callback with VSP1Kieran Bingham2017-05-223-2/+16
* drm: rcar-du: Arm the page flip event after queuing the page flipLaurent Pinchart2017-05-221-11/+11
* drm: rcar-du: Add HDMI outputs to R8A7795 device descriptionKoji Matsuoka2017-04-042-3/+13
* drm: rcar-du: Add DPLL supportKoji Matsuoka2017-04-044-1/+105
* drm: rcar-du: Skip disabled outputsLaurent Pinchart2017-04-041-0/+7
* drm: rcar-du: Add Gen3 HDMI encoder supportKoji Matsuoka2017-04-043-0/+108
* drm: rcar-du: Hardcode encoders types to DRM_MODE_ENCODER_NONELaurent Pinchart2017-04-045-82/+11
* drm: rcar-du: Replace manual bridge implementation with DRM bridgeLaurent Pinchart2017-04-048-331/+60
* drm: rcar-du: Add support for LVDS mode selectionLaurent Pinchart2017-04-043-2/+49
* drm: rcar-du: Use the DRM panel APILaurent Pinchart2017-04-044-44/+50
* drm: rcar-du: Remove wait field from rcar_du_device structureLaurent Pinchart2017-04-042-7/+0
* drm: rcar-du: Make sure the VSP is initialized on platforms that need itJacopo Mondi2017-04-041-1/+1
* drm: rcar-du: Use DRM core's atomic commit helperLaurent Pinchart2017-04-041-90/+9
* drm: rcar-du: Clear handled event pointer in CRTC stateLaurent Pinchart2017-04-041-3/+3
* drm: rcar-du: Handle event when disabling CRTCsLaurent Pinchart2017-04-041-0/+7
* drm: rcar-du: Don't open code of_device_get_match_data()Wolfram Sang2017-04-041-1/+1
* drm: rcar-du: Switch to encoder .atomic_mode_set() helper functionLaurent Pinchart2017-04-042-8/+8
* BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie2017-03-231-2/+6
|\
| * Merge tag 'media/v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-03-091-2/+6
| |\
| | * [media] v4l: vsp1: Adapt vsp1_du_setup_lif() interface to use a structureKieran Bingham2017-03-071-2/+6
* | | drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter2017-03-141-11/+1
* | | drm: rcar-du: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-093-30/+19
* | | drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-071-1/+0
|/ /
* | drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-1/+1
* | drm: bridge: Link encoder and bridge in core codeLaurent Pinchart2016-12-181-4/+1
* | drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart2016-12-181-0/+1
* | drm: Nuke fb->pixel_formatVille Syrjälä2016-12-152-4/+4
|/
* drm: Make the connector .detect() callback optionalLaurent Pinchart2016-12-011-7/+0
* Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie2016-11-168-57/+98
|\
| * drm: rcar-du: Fix LVDS start sequence on Gen3Koji Matsuoka2016-11-151-7/+8
| * drm: rcar-du: Fix H/V sync signal polarity configurationKoji Matsuoka2016-11-151-2/+2
| * drm: rcar-du: Fix display timing controller parameterKoji Matsuoka2016-11-151-1/+1
| * drm: rcar-du: Fix dot clock routing configurationLaurent Pinchart2016-11-151-9/+13
| * drm: rcar-du: Add R8A7796 supportLaurent Pinchart2016-11-151-0/+25
| * drm: rcar-du: Add R8A7792 supportSergei Shtylyov2016-11-151-0/+22
| * drm: rcar-du: Simplify and fix probe error handlingLaurent Pinchart2016-11-152-20/+17
| * drm: rcar-du: Fix crash in encoder failure error pathLaurent Pinchart2016-11-141-5/+5
| * drm: rcar-du: Remove memory allocation error messageLaurent Pinchart2016-11-141-3/+1
| * drm: rcar-du: Remove test for impossible error conditionLaurent Pinchart2016-11-141-6/+0
| * drm: rcar-du: Bring HDMI encoder comments in line with the driverLaurent Pinchart2016-11-141-2/+2
| * drm: rcar-du: Constify node argument to rcar_du_lvds_connector_init()Laurent Pinchart2016-11-142-2/+2
* | Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-11-111-2/+0
|\ \
| * | drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula2016-11-021-2/+0
* | | Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie2016-11-071-2/+10
|\ \ \ | |/ / |/| |
| * | drm: Don't force all planes to be added to the state due to zposVille Syrjälä2016-10-261-2/+10
| |/
* | drm: Add reference counting to drm_atomic_stateChris Wilson2016-10-171-1/+2
|/
* drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen2016-09-221-2/+2
* drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying2016-08-291-1/+2
* drm: rcar-du: Link HDMI encoder with bridgeLaurent Pinchart2016-08-081-0/+1
OpenPOWER on IntegriCloud