summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/rcar-du/rcar_du_kms.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-26drm/rcar-du: Drop explicit drm_mode_config_cleanup callDaniel Vetter1-1/+3
2019-12-18drm: rcar-du: Recognize "renesas,vsps" in addition to "vsps"Geert Uytterhoeven1-5/+12
2019-12-18drm: rcar-du: kms: Initialize CMM instancesJacopo Mondi1-0/+76
2019-10-16drm: rcar-du: kms: Expand comment in vsps parsing routineJacopo Mondi1-1/+5
2019-06-08drm: rcar-du: Add support for missing 16-bit RGB1555 formatsLaurent Pinchart1-0/+30
2019-06-08drm: rcar-du: Add support for missing 16-bit RGB4444 formatsLaurent Pinchart1-0/+30
2019-06-08drm: rcar-du: Add support for missing 32-bit RGB formatsLaurent Pinchart1-0/+20
2019-06-08drm: rcar-du: Skip LVDS1 output on Gen3 when using dual-link LVDS modeLaurent Pinchart1-1/+1
2019-03-18drm: rcar-du: Add writeback support for R-Car Gen3Laurent Pinchart1-0/+12
2019-03-18drm: rcar-du: Store V4L2 fourcc in rcar_du_format_info structureLaurent Pinchart1-0/+25
2019-02-11Merge drm/drm-next into drm-misc-nextMaxime Ripard1-47/+5
2019-02-08drm: rcar-du: Simplify encoder registrationLaurent Pinchart1-48/+4
2019-02-08drm: rcar-du: add missing of_node_putJulia Lawall1-0/+2
2019-02-07drm/rcar-du: prepare for drmP.h removal from drm_modeset_helper.hSam Ravnborg1-0/+2
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2019-01-14drm: rcar-du: Remove inclusion of drmP.hLaurent Pinchart1-1/+0
2019-01-14drm: rcar-du: Move CRTC outputs bitmask to private CRTC stateLaurent Pinchart1-0/+22
2018-11-29drm/rcar-du: Use drm_fbdev_generic_setup()Noralf Trønnes1-21/+0
2018-11-23drm: rcar-du: Fix vblank initializationLaurent Pinchart1-1/+1
2018-09-25drm: rcar-du: Enable configurable DPAD0 routing on Gen3Laurent Pinchart1-0/+12
2018-09-15drm: rcar-du: Update framebuffer pitch and alignment limits for Gen3Laurent Pinchart1-12/+23
2018-09-15drm: rcar-du: Add support for missing pixel formatsKoji Matsuoka1-0/+32
2018-09-15drm: rcar-du: Update Gen3 output limitationsKieran Bingham1-2/+12
2018-09-14drm: rcar-du: Convert to SPDX identifiersKuninori Morimoto1-5/+1
2018-05-15Merge branch 'drm/du/next' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie1-7/+18
2018-05-05drm: rcar-du: Allow DU groups to work with hardware indexingKieran Bingham1-1/+4
2018-05-05drm: rcar-du: Split CRTC handling to support hardware indexingKieran Bingham1-5/+13
2018-05-05drm: rcar-du: Use NULL for table initialisationKieran Bingham1-1/+1
2018-04-16drm/rcar-du: Convert to the new generic alpha propertyMaxime Ripard1-5/+0
2018-03-28drm: rcar-du: Let core take care of normalizing the zposPeter Ujfalusi1-9/+2
2018-03-07drm: rcar-du: Convert LVDS encoder code to bridge driverLaurent Pinchart1-10/+4
2017-10-01drm/rcar-du: Use drm_gem_fb_create()Noralf Trønnes1-1/+2
2017-08-03drm: rcar-du: Wait for flip completion instead of vblank in commit tailLaurent Pinchart1-1/+1
2017-08-03drm: rcar-du: Setup planes before enabling CRTC to avoid flickerLaurent Pinchart1-1/+1
2017-08-03drm: rcar-du: Support multiple sources from the same VSPLaurent Pinchart1-11/+78
2017-08-03drm: rcar-du: Fix comments to comply with the kernel coding styleLaurent Pinchart1-6/+12
2017-08-03drm: rcar-du: Use of_graph_get_remote_endpoint()Kuninori Morimoto1-1/+1
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring1-8/+8
2017-04-04drm: rcar-du: Skip disabled outputsLaurent Pinchart1-0/+7
2017-04-04drm: rcar-du: Hardcode encoders types to DRM_MODE_ENCODER_NONELaurent Pinchart1-35/+2
2017-04-04drm: rcar-du: Use DRM core's atomic commit helperLaurent Pinchart1-90/+9
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-1/+1
2016-11-16Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie1-5/+12
2016-11-15drm: rcar-du: Simplify and fix probe error handlingLaurent Pinchart1-0/+7
2016-11-14drm: rcar-du: Fix crash in encoder failure error pathLaurent Pinchart1-5/+5
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie1-2/+10
2016-10-26drm: Don't force all planes to be added to the state due to zposVille Syrjälä1-2/+10
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson1-1/+2
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying1-1/+2
2016-07-29drm: rcar: use generic code for managing zpos plane propertyBenjamin Gaignard1-5/+0