aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/rcar_du_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-28drm: rcar-du: Link CRTCs to the DU deviceKieran Bingham1-24/+24
2019-03-28drm: rcar-du: crtc: Make local functions staticKieran Bingham1-4/+5
2019-03-18drm: rcar-du: Add writeback support for R-Car Gen3Laurent Pinchart1-1/+6
2019-02-11Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+34
2019-02-08drm: rcar-du: Turn LVDS clock output on/off for DPAD0 output on D3/E3Laurent Pinchart1-0/+34
2019-02-07drm/rcar-du: prepare for drmP.h removal from drm_modeset_helper.hSam Ravnborg1-0/+3
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+0
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-22/+20
2018-11-23drm: rcar-du: Reject modes that fail CRTC timing requirementsLaurent Pinchart1-0/+12
2018-11-23drm: rcar-du: Fix external clock error checksLaurent Pinchart1-5/+9
2018-11-23drm: rcar-du: Fix the return value in case of error in 'rcar_du_crtc_set_crc_source()'Christophe JAILLET1-1/+1
2018-11-23drm: rcar-du: Fix typo in commentLaurent Pinchart1-1/+1
2018-09-25drm: rcar-du: Don't use TV sync mode when not supported by the hardwareLaurent Pinchart1-1/+6
2018-09-25drm: rcar-du: Cache DSYSR value to ensure known initial valueLaurent Pinchart1-8/+8
2018-09-25drm: rcar-du: Use LVDS PLL clock as dot clock when possibleLaurent Pinchart1-0/+8
2018-09-25drm: rcar-du: Perform the initial CRTC setup from rcar_du_crtc_get()Laurent Pinchart1-51/+56
2018-09-15drm: rcar-du: Write ESCR and OTAR as CRTC registersJacopo Mondi1-3/+2
2018-09-15drm: rcar-du: Rename and document dpll_ch fieldJacopo Mondi1-1/+1
2018-09-15drm: rcar-du: Improve non-DPLL clock selectionJacopo Mondi1-31/+54
2018-09-15drm: rcar-du: Rework clock configuration based on hardware limitsLaurent Pinchart1-61/+73
2018-09-14drm: rcar-du: Add interlaced feature flagKieran Bingham1-0/+14
2018-09-14drm: rcar-du: Support interlaced video output through vsp1Kieran Bingham1-0/+1
2018-09-14drm: rcar-du: Convert to SPDX identifiersKuninori Morimoto1-5/+1
2018-08-22drm/crc: Cleanup crtc_crc_open functionMahesh Kumar1-3/+1
2018-08-13drm/rcar-du/crc: Implement get_crc_sources callbackMahesh Kumar1-1/+81
2018-08-13drm/rcar-du/crc: Implement verify_crc_source callbackMahesh Kumar1-20/+49
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-6/+150
2018-05-17media: drm: rcar-du: Add support for CRC computationLaurent Pinchart1-6/+150
2018-05-05drm: rcar-du: Split CRTC handling to support hardware indexingKieran Bingham1-12/+14
2018-02-14drm: rcar-du: Calculate DPLLCR to be more small jitterKuninori Morimoto1-4/+45
2018-02-14drm: rcar-du: Use 1000 to avoid misunderstanding in rcar_du_dpll_divider()Kuninori Morimoto1-1/+1
2017-12-04drm: rcar-du: Clip planes to screen boundariesLaurent Pinchart1-1/+2
2017-12-04drm: rcar-du: Remove unused CRTC suspend/resume functionsKieran Bingham1-35/+0
2017-08-03drm: rcar-du: Repair vblank for DRM page flips using the VSPKieran Bingham1-3/+5
2017-08-03drm: rcar-du: Fix race condition when disabling planes at CRTC stopLaurent Pinchart1-6/+52
2017-08-03drm: rcar-du: Use the VBK interrupt for vblank eventsLaurent Pinchart1-1/+1
2017-08-03drm: rcar-du: Setup planes before enabling CRTC to avoid flickerLaurent Pinchart1-26/+40
2017-08-03drm: rcar-du: Restrict DPLL duty cycle workaround to H3 ES1.xLaurent Pinchart1-10/+27
2017-08-03drm: rcar-du: Support multiple sources from the same VSPLaurent Pinchart1-1/+1
2017-08-03drm: rcar-du: Fix comments to comply with the kernel coding styleLaurent Pinchart1-8/+16
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-05-22drm: rcar-du: Register a completion callback with VSP1Kieran Bingham1-2/+6
2017-05-22drm: rcar-du: Arm the page flip event after queuing the page flipLaurent Pinchart1-11/+11
2017-04-04drm: rcar-du: Add DPLL supportKoji Matsuoka1-1/+80
2017-04-04drm: rcar-du: Clear handled event pointer in CRTC stateLaurent Pinchart1-3/+3
2017-04-04drm: rcar-du: Handle event when disabling CRTCsLaurent Pinchart1-0/+7
2017-02-09drm: rcar-du: use vblank hooks in struct drm_crtc_funcsShawn Guo1-10/+19
2016-11-15drm: rcar-du: Fix H/V sync signal polarity configurationKoji Matsuoka1-2/+2