summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/rcar-du/rcar_du_crtc.c
AgeCommit message (Expand)Author
2019-03-28drm: rcar-du: Link CRTCs to the DU deviceKieran Bingham
2019-03-28drm: rcar-du: crtc: Make local functions staticKieran Bingham
2019-03-18drm: rcar-du: Add writeback support for R-Car Gen3Laurent Pinchart
2019-02-11Merge drm/drm-next into drm-misc-nextMaxime Ripard
2019-02-08drm: rcar-du: Turn LVDS clock output on/off for DPAD0 output on D3/E3Laurent Pinchart
2019-02-07drm/rcar-du: prepare for drmP.h removal from drm_modeset_helper.hSam Ravnborg
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-14drm: rcar-du: Remove inclusion of drmP.hLaurent Pinchart
2019-01-14drm: rcar-du: Move CRTC outputs bitmask to private CRTC stateLaurent Pinchart
2018-11-23drm: rcar-du: Reject modes that fail CRTC timing requirementsLaurent Pinchart
2018-11-23drm: rcar-du: Fix external clock error checksLaurent Pinchart
2018-11-23drm: rcar-du: Fix the return value in case of error in 'rcar_du_crtc_set_crc_...Christophe JAILLET
2018-11-23drm: rcar-du: Fix typo in commentLaurent Pinchart
2018-09-25drm: rcar-du: Don't use TV sync mode when not supported by the hardwareLaurent Pinchart
2018-09-25drm: rcar-du: Cache DSYSR value to ensure known initial valueLaurent Pinchart
2018-09-25drm: rcar-du: Use LVDS PLL clock as dot clock when possibleLaurent Pinchart
2018-09-25drm: rcar-du: Perform the initial CRTC setup from rcar_du_crtc_get()Laurent Pinchart
2018-09-15drm: rcar-du: Write ESCR and OTAR as CRTC registersJacopo Mondi
2018-09-15drm: rcar-du: Rename and document dpll_ch fieldJacopo Mondi
2018-09-15drm: rcar-du: Improve non-DPLL clock selectionJacopo Mondi
2018-09-15drm: rcar-du: Rework clock configuration based on hardware limitsLaurent Pinchart
2018-09-14drm: rcar-du: Add interlaced feature flagKieran Bingham
2018-09-14drm: rcar-du: Support interlaced video output through vsp1Kieran Bingham
2018-09-14drm: rcar-du: Convert to SPDX identifiersKuninori Morimoto
2018-08-22drm/crc: Cleanup crtc_crc_open functionMahesh Kumar
2018-08-13drm/rcar-du/crc: Implement get_crc_sources callbackMahesh Kumar
2018-08-13drm/rcar-du/crc: Implement verify_crc_source callbackMahesh Kumar
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-05-17media: drm: rcar-du: Add support for CRC computationLaurent Pinchart
2018-05-05drm: rcar-du: Split CRTC handling to support hardware indexingKieran Bingham
2018-02-14drm: rcar-du: Calculate DPLLCR to be more small jitterKuninori Morimoto
2018-02-14drm: rcar-du: Use 1000 to avoid misunderstanding in rcar_du_dpll_divider()Kuninori Morimoto
2017-12-04drm: rcar-du: Clip planes to screen boundariesLaurent Pinchart
2017-12-04drm: rcar-du: Remove unused CRTC suspend/resume functionsKieran Bingham
2017-08-03drm: rcar-du: Repair vblank for DRM page flips using the VSPKieran Bingham
2017-08-03drm: rcar-du: Fix race condition when disabling planes at CRTC stopLaurent Pinchart
2017-08-03drm: rcar-du: Use the VBK interrupt for vblank eventsLaurent Pinchart
2017-08-03drm: rcar-du: Setup planes before enabling CRTC to avoid flickerLaurent Pinchart
2017-08-03drm: rcar-du: Restrict DPLL duty cycle workaround to H3 ES1.xLaurent Pinchart
2017-08-03drm: rcar-du: Support multiple sources from the same VSPLaurent Pinchart
2017-08-03drm: rcar-du: Fix comments to comply with the kernel coding styleLaurent Pinchart
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart
2017-05-22drm: rcar-du: Register a completion callback with VSP1Kieran Bingham
2017-05-22drm: rcar-du: Arm the page flip event after queuing the page flipLaurent Pinchart
2017-04-04drm: rcar-du: Add DPLL supportKoji Matsuoka
2017-04-04drm: rcar-du: Clear handled event pointer in CRTC stateLaurent Pinchart
2017-04-04drm: rcar-du: Handle event when disabling CRTCsLaurent Pinchart
2017-02-09drm: rcar-du: use vblank hooks in struct drm_crtc_funcsShawn Guo
2016-11-15drm: rcar-du: Fix H/V sync signal polarity configurationKoji Matsuoka