summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/rcar_du_kms.c
Commit message (Expand)AuthorAgeFilesLines
* drm: rcar-du: Add support for missing 16-bit RGB1555 formatsLaurent Pinchart2019-06-081-0/+30
* drm: rcar-du: Add support for missing 16-bit RGB4444 formatsLaurent Pinchart2019-06-081-0/+30
* drm: rcar-du: Add support for missing 32-bit RGB formatsLaurent Pinchart2019-06-081-0/+20
* drm: rcar-du: Skip LVDS1 output on Gen3 when using dual-link LVDS modeLaurent Pinchart2019-06-081-1/+1
* drm: rcar-du: Add writeback support for R-Car Gen3Laurent Pinchart2019-03-181-0/+12
* drm: rcar-du: Store V4L2 fourcc in rcar_du_format_info structureLaurent Pinchart2019-03-181-0/+25
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-02-111-47/+5Star
|\
| * drm: rcar-du: Simplify encoder registrationLaurent Pinchart2019-02-081-48/+4Star
| * drm: rcar-du: add missing of_node_putJulia Lawall2019-02-081-0/+2
* | drm/rcar-du: prepare for drmP.h removal from drm_modeset_helper.hSam Ravnborg2019-02-071-0/+2
|/
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm: rcar-du: Remove inclusion of drmP.hLaurent Pinchart2019-01-141-1/+0Star
* drm: rcar-du: Move CRTC outputs bitmask to private CRTC stateLaurent Pinchart2019-01-141-0/+22
* drm/rcar-du: Use drm_fbdev_generic_setup()Noralf Trønnes2018-11-291-21/+0Star
* drm: rcar-du: Fix vblank initializationLaurent Pinchart2018-11-231-1/+1
* drm: rcar-du: Enable configurable DPAD0 routing on Gen3Laurent Pinchart2018-09-241-0/+12
* drm: rcar-du: Update framebuffer pitch and alignment limits for Gen3Laurent Pinchart2018-09-151-12/+23
* drm: rcar-du: Add support for missing pixel formatsKoji Matsuoka2018-09-151-0/+32
* drm: rcar-du: Update Gen3 output limitationsKieran Bingham2018-09-151-2/+12
* drm: rcar-du: Convert to SPDX identifiersKuninori Morimoto2018-09-141-5/+1Star
* Merge branch 'drm/du/next' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie2018-05-151-7/+18
|\
| * drm: rcar-du: Allow DU groups to work with hardware indexingKieran Bingham2018-05-051-1/+4
| * drm: rcar-du: Split CRTC handling to support hardware indexingKieran Bingham2018-05-051-5/+13
| * drm: rcar-du: Use NULL for table initialisationKieran Bingham2018-05-051-1/+1
* | drm/rcar-du: Convert to the new generic alpha propertyMaxime Ripard2018-04-161-5/+0Star
* | drm: rcar-du: Let core take care of normalizing the zposPeter Ujfalusi2018-03-281-9/+2Star
|/
* drm: rcar-du: Convert LVDS encoder code to bridge driverLaurent Pinchart2018-03-071-10/+4Star
* drm/rcar-du: Use drm_gem_fb_create()Noralf Trønnes2017-10-011-1/+2
* drm: rcar-du: Wait for flip completion instead of vblank in commit tailLaurent Pinchart2017-08-031-1/+1
* drm: rcar-du: Setup planes before enabling CRTC to avoid flickerLaurent Pinchart2017-08-031-1/+1
* drm: rcar-du: Support multiple sources from the same VSPLaurent Pinchart2017-08-031-11/+78
* drm: rcar-du: Fix comments to comply with the kernel coding styleLaurent Pinchart2017-08-031-6/+12
* drm: rcar-du: Use of_graph_get_remote_endpoint()Kuninori Morimoto2017-08-031-1/+1
* drm: Convert to using %pOF instead of full_nameRob Herring2017-07-261-8/+8
* drm: rcar-du: Skip disabled outputsLaurent Pinchart2017-04-041-0/+7
* drm: rcar-du: Hardcode encoders types to DRM_MODE_ENCODER_NONELaurent Pinchart2017-04-041-35/+2Star
* drm: rcar-du: Use DRM core's atomic commit helperLaurent Pinchart2017-04-041-90/+9Star
* drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-1/+1
* Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie2016-11-161-5/+12
|\
| * drm: rcar-du: Simplify and fix probe error handlingLaurent Pinchart2016-11-151-0/+7
| * drm: rcar-du: Fix crash in encoder failure error pathLaurent Pinchart2016-11-141-5/+5
* | 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/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying2016-08-291-1/+2
* drm: rcar: use generic code for managing zpos plane propertyBenjamin Gaignard2016-07-291-5/+0Star
* drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter2016-06-101-1/+1
* drm/rcar-du: Use for_each_*_in_stateDaniel Vetter2016-06-021-4/+4
* drm/rcar-du: Rename async to nonblock.Maarten Lankhorst2016-05-021-2/+3
* drm: rcar-du: Add tri-planar memory formats supportLaurent Pinchart2016-02-231-4/+36