summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du
Commit message (Expand)AuthorAgeFilesLines
* drm: rcar-du: Add r8a77990 and r8a77995 device supportUlrich Hecht2018-09-241-0/+30
* drm: rcar-du: Don't use TV sync mode when not supported by the hardwareLaurent Pinchart2018-09-243-12/+29
* drm: rcar-du: Cache DSYSR value to ensure known initial valueLaurent Pinchart2018-09-243-11/+17
* drm: rcar-du: Enable configurable DPAD0 routing on Gen3Laurent Pinchart2018-09-242-11/+18
* drm: rcar-du: Use LVDS PLL clock as dot clock when possibleLaurent Pinchart2018-09-243-15/+59
* drm: rcar-du: Perform the initial CRTC setup from rcar_du_crtc_get()Laurent Pinchart2018-09-241-51/+56
* drm: rcar-du: lvds: D3/E3 supportLaurent Pinchart2018-09-242-47/+355
* drm: rcar-du: Remove packed VYUY supportKieran Bingham2018-09-151-2/+0Star
* 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: lvds: add R8A77980 supportSergei Shtylyov2018-09-151-0/+1
* drm: rcar-du: Write ESCR and OTAR as CRTC registersJacopo Mondi2018-09-152-7/+6Star
* drm: rcar-du: Rename and document dpll_ch fieldJacopo Mondi2018-09-153-5/+6
* drm: rcar-du: Improve non-DPLL clock selectionJacopo Mondi2018-09-151-31/+54
* drm: rcar-du: Rework clock configuration based on hardware limitsLaurent Pinchart2018-09-151-61/+73
* drm: rcar-du: Add interlaced feature flagKieran Bingham2018-09-143-11/+36
* drm: rcar-du: Refactor Feature and Quirk definitionsKieran Bingham2018-09-141-4/+4
* drm: rcar-du: Support interlaced video output through vsp1Kieran Bingham2018-09-142-0/+2
* drm: rcar-du: Convert to SPDX identifiersKuninori Morimoto2018-09-1418-83/+18Star
* drm/crc: Cleanup crtc_crc_open functionMahesh Kumar2018-08-221-3/+1Star
* drm/rcar-du/crc: Implement get_crc_sources callbackMahesh Kumar2018-08-132-1/+84
* drm/rcar-du/crc: Implement verify_crc_source callbackMahesh Kumar2018-08-131-20/+49
* drm: rcar-du: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe2018-08-062-8/+3Star
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULLBoris Brezillon2018-07-101-2/+2
* Merge tag 'devicetree-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-071-0/+7
|\
| * drm: rcar-du: disable dtc graph-endpoint warnings on DT overlaysRob Herring2018-05-151-0/+7
* | Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-06-073-8/+175
|\ \
| * | media: drm: rcar-du: Add support for CRC computationLaurent Pinchart2018-05-173-6/+171
| * | media: v4l: vsp1: Extend the DU API to support CRC computationLaurent Pinchart2018-05-171-2/+4
| |/
* | Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-06-0614-119/+115Star
|\ \
| * | drm: rcar-du: Fix build failureLaurent Pinchart2018-05-171-1/+0Star
| * | drm: rcar-du: Fix rcar_du_of_init() stubLaurent Pinchart2018-05-171-1/+1
| * | Merge branch 'drm/du/next' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie2018-05-1510-50/+104
| |\ \
| | * | drm: rcar-du: Track dma-buf fencesEmre Ucan2018-05-051-0/+5
| | * | drm: rcar-du: Add R8A77965 supportKieran Bingham2018-05-051-0/+29
| | * | drm: rcar-du: Allow DU groups to work with hardware indexingKieran Bingham2018-05-053-6/+15
| | * | drm: rcar-du: Split CRTC handling to support hardware indexingKieran Bingham2018-05-055-31/+42
| | * | drm: rcar-du: Use the correct naming for ODPM fields in DEFR6Kieran Bingham2018-05-052-10/+10
| | * | drm: rcar-du: Use NULL for table initialisationKieran Bingham2018-05-051-1/+1
| | * | drm: rcar-du: of: Include header to define prototypesKieran Bingham2018-05-051-0/+1
| | * | drm: rcar-du: Zero-out sg_tables when duplicating plane stateLaurent Pinchart2018-04-261-3/+2Star
| | |/
| * | drm/rcar-du: Convert to the new generic alpha propertyMaxime Ripard2018-04-166-59/+9Star
| * | drm: rcar-du: Let core take care of normalizing the zposPeter Ujfalusi2018-03-281-9/+2Star
| |/
* / drm: rcar-du: lvds: Fix crash in .atomic_check when disabling connectorLaurent Pinchart2018-05-201-0/+3
|/
* Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/d...Dave Airlie2018-03-141-6/+1Star
|\
| * drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä2018-03-051-6/+1Star
* | drm: rcar-du: lvds: Add R8A77970 supportSergei Shtylyov2018-03-071-2/+18
* | drm: rcar-du: Add R8A77970 supportSergei Shtylyov2018-03-071-0/+21