summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/dispc.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-09drm: omapdrm: dss: replace ternary operator with max()Guo Zhengkui1-1/+1
2021-12-08omapdrm: dss: mark runtime PM functions __maybe_unusedArnd Bergmann1-2/+2
2021-12-08drm/omap: Add ovl checking funcs to dispc_opsBenoit Parrot1-2/+7
2021-12-08drm/omap: Add ability to check if requested plane modes can be supportedBenoit Parrot1-0/+22
2021-11-10drm/omap: increase DSS5 max tv pclk to 192MHzTomi Valkeinen1-1/+1
2021-11-10drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx()Cai Huoqing1-3/+1
2021-11-10drm/omap: dss: Make use of the helper macro SET_RUNTIME_PM_OPS()Cai Huoqing1-2/+1
2021-03-26drm/omap: fix misleading indentation in pixinc()Arnd Bergmann1-3/+2
2020-12-15drm/omap: remove dispc_opsTomi Valkeinen1-73/+28
2020-12-15drm/omap: Enable COLOR_ENCODING and COLOR_RANGE properties for planesJyri Sarha1-42/+59
2020-11-10drm/omap: Fix runtime PM imbalance on errorDinghao Liu1-2/+5
2020-08-04drm/omap: force runtime PM suspend on system suspendTomi Valkeinen1-0/+1
2020-05-05drm/omap: change default signal polarities and drivesTomi Valkeinen1-27/+6
2020-01-08drm/omapdrm: use BUG_ON macro for error debugging.Wambui Karuga1-2/+1
2019-10-04drm/omap: fix missing scaler pixel fmt limitationsTomi Valkeinen1-0/+25
2019-10-04drm/omap: avoid copy in mgr_fld_read/writeTomi Valkeinen1-4/+4
2019-10-04drm/omap: drop unneeded locking from mgr_fld_write()Tomi Valkeinen1-14/+1
2019-09-04dma-mapping: remove dma_{alloc,free,mmap}_writecombineChristoph Hellwig1-6/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2018-10-02drm/omap: Substitute format_is_yuv() with format->is_yuvAyan Kumar Halder1-16/+10
2018-10-02drm/omap: remove set but not used variable 'frame_height'YueHaibing1-6/+3
2018-09-03drm/omap: Call dispc timings check operation directlyLaurent Pinchart1-8/+10
2018-09-03drm/omap: Remove supported output check in CRTC connect handlerLaurent Pinchart1-8/+0
2018-06-28drm/omap: fix email addressTomi Valkeinen1-1/+1
2018-05-07drm/omap: add missing linefeeds to printsTomi Valkeinen1-7/+7
2018-05-07drm/omap: handle error if scale coefs are not foundTomi Valkeinen1-0/+6
2018-03-01drm/omap: cleanup color space conversionTomi Valkeinen1-15/+44
2018-03-01drm/omap: add writeback funcs to dispc_opsTomi Valkeinen1-4/+15
2018-03-01drm/omap: fix scaling limits for WBTomi Valkeinen1-4/+20
2018-03-01drm/omap: fix WB height with interlaceTomi Valkeinen1-12/+16
2018-03-01drm/omap: fix WBDELAYCOUNT with interlaceTomi Valkeinen1-5/+9
2018-03-01drm/omap: fix WBDELAYCOUNT for HDMITomi Valkeinen1-2/+6
2018-03-01drm/omap: set WB channel-in in wb_setup()Tomi Valkeinen1-9/+3
2018-03-01drm/omap: Add pclk setting case when channel is DSS_WBBenoit Parrot1-0/+4
2018-03-01drm/omap: dispc: disp_wb_setup to check return codeBenoit Parrot1-1/+3
2018-03-01drm/omap: reorganize locking in mgr_fld_writeTomi Valkeinen1-5/+5
2018-03-01drm: omapdrm: dispc: Allocate the dispc private data structure dynamicallyLaurent Pinchart1-895/+1039
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart1-46/+56
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart1-102/+121
2018-03-01drm: omapdrm: dss: Store dispc ops in dss_device structureLaurent Pinchart1-2/+4
2018-03-01drm: omapdrm: dss: Store the debugfs root directory in struct dss_deviceLaurent Pinchart1-1/+1
2018-03-01drm: omapdrm: dss: Store the registered plls array in struct dss_deviceLaurent Pinchart1-2/+2
2018-03-01drm: omapdrm: dss: Support passing private data to debugfs show handlersLaurent Pinchart1-3/+10
2018-03-01drm: omapdrm: dss: Pass DSS pointer to remaining dss functionsLaurent Pinchart1-1/+1
2018-03-01drm: omapdrm: dss: Pass DSS pointer to dss clock functionsLaurent Pinchart1-4/+4
2018-03-01drm: omapdrm: dss: Pass DSS pointer to dss_get_*_clk_source()Laurent Pinchart1-4/+7
2018-03-01drm: omapdrm: Use unsigned int typeLaurent Pinchart1-13/+12
2017-12-19drm: omapdrm: Simplify platform registrationAndrew F. Davis1-11/+1
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis1-2/+0
2017-12-19drm/omap: dss: Add support for reporting memory bandwidth limitationPeter Ujfalusi1-0/+13