aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/rcar_du_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-07drm: rcar-du: Split CRTC IRQ and Clock featuresKieran Bingham1-2/+2
2021-10-07drm: rcar-du: Only initialise TVM_TVSYNC mode when supportedKieran Bingham1-1/+4
2021-01-07Merge tag 'du-next-20210105' of git://linuxtv.org/pinchartl/media into drm-nextDaniel Vetter1-9/+3
2021-01-05drm: rcar-du: Embed drm_device in rcar_du_deviceLaurent Pinchart1-1/+1
2021-01-05drm: rcar-du: Fix crash when using LVDS1 clock for CRTCLaurent Pinchart1-8/+2
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen1-1/+0
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-2/+2
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-4/+7
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+4
2020-07-02drm/atomic-helper: reset vblank on crtc resetDaniel Vetter1-5/+1
2019-12-18Merge tag 'du-next-20191218' of git://linuxtv.org/pinchartl/media into drm-nextDaniel Vetter1-0/+71
2019-12-18drm: rcar-du: crtc: Register GAMMA_LUT propertiesJacopo Mondi1-0/+4
2019-12-18drm: rcar-du: crtc: Control CMM operationsJacopo Mondi1-0/+61
2019-12-18drm: rcar-du: kms: Initialize CMM instancesJacopo Mondi1-0/+6
2019-12-09drm: Stop accessing encoder->bridge directlyBoris Brezillon1-3/+7
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