summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/dss/dispc.c
AgeCommit message (Expand)Author
2023-11-27drm: Use device_get_match_data()Rob Herring
2023-06-08drm/omap: Convert to platform remove callback returning voidUwe Kleine-König
2022-12-16drm/omapdrm: Remove unused struct csc_coef_rgb2yuvYuan Can
2022-09-09drm: omapdrm: dss: replace ternary operator with max()Guo Zhengkui
2021-12-08omapdrm: dss: mark runtime PM functions __maybe_unusedArnd Bergmann
2021-12-08drm/omap: Add ovl checking funcs to dispc_opsBenoit Parrot
2021-12-08drm/omap: Add ability to check if requested plane modes can be supportedBenoit Parrot
2021-11-10drm/omap: increase DSS5 max tv pclk to 192MHzTomi Valkeinen
2021-11-10drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx()Cai Huoqing
2021-11-10drm/omap: dss: Make use of the helper macro SET_RUNTIME_PM_OPS()Cai Huoqing
2021-03-26drm/omap: fix misleading indentation in pixinc()Arnd Bergmann
2020-12-15drm/omap: remove dispc_opsTomi Valkeinen
2020-12-15drm/omap: Enable COLOR_ENCODING and COLOR_RANGE properties for planesJyri Sarha
2020-11-10drm/omap: Fix runtime PM imbalance on errorDinghao Liu
2020-08-04drm/omap: force runtime PM suspend on system suspendTomi Valkeinen
2020-05-05drm/omap: change default signal polarities and drivesTomi Valkeinen
2020-01-08drm/omapdrm: use BUG_ON macro for error debugging.Wambui Karuga
2019-10-04drm/omap: fix missing scaler pixel fmt limitationsTomi Valkeinen
2019-10-04drm/omap: avoid copy in mgr_fld_read/writeTomi Valkeinen
2019-10-04drm/omap: drop unneeded locking from mgr_fld_write()Tomi Valkeinen
2019-09-04dma-mapping: remove dma_{alloc,free,mmap}_writecombineChristoph Hellwig
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2018-10-02drm/omap: Substitute format_is_yuv() with format->is_yuvAyan Kumar Halder
2018-10-02drm/omap: remove set but not used variable 'frame_height'YueHaibing
2018-09-03drm/omap: Call dispc timings check operation directlyLaurent Pinchart
2018-09-03drm/omap: Remove supported output check in CRTC connect handlerLaurent Pinchart
2018-06-28drm/omap: fix email addressTomi Valkeinen
2018-05-07drm/omap: add missing linefeeds to printsTomi Valkeinen
2018-05-07drm/omap: handle error if scale coefs are not foundTomi Valkeinen
2018-03-01drm/omap: cleanup color space conversionTomi Valkeinen
2018-03-01drm/omap: add writeback funcs to dispc_opsTomi Valkeinen
2018-03-01drm/omap: fix scaling limits for WBTomi Valkeinen
2018-03-01drm/omap: fix WB height with interlaceTomi Valkeinen
2018-03-01drm/omap: fix WBDELAYCOUNT with interlaceTomi Valkeinen
2018-03-01drm/omap: fix WBDELAYCOUNT for HDMITomi Valkeinen
2018-03-01drm/omap: set WB channel-in in wb_setup()Tomi Valkeinen
2018-03-01drm/omap: Add pclk setting case when channel is DSS_WBBenoit Parrot
2018-03-01drm/omap: dispc: disp_wb_setup to check return codeBenoit Parrot
2018-03-01drm/omap: reorganize locking in mgr_fld_writeTomi Valkeinen
2018-03-01drm: omapdrm: dispc: Allocate the dispc private data structure dynamicallyLaurent Pinchart
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart
2018-03-01drm: omapdrm: dss: Store dispc ops in dss_device structureLaurent Pinchart
2018-03-01drm: omapdrm: dss: Store the debugfs root directory in struct dss_deviceLaurent Pinchart
2018-03-01drm: omapdrm: dss: Store the registered plls array in struct dss_deviceLaurent Pinchart
2018-03-01drm: omapdrm: dss: Support passing private data to debugfs show handlersLaurent Pinchart
2018-03-01drm: omapdrm: dss: Pass DSS pointer to remaining dss functionsLaurent Pinchart
2018-03-01drm: omapdrm: dss: Pass DSS pointer to dss clock functionsLaurent Pinchart
2018-03-01drm: omapdrm: dss: Pass DSS pointer to dss_get_*_clk_source()Laurent Pinchart
2018-03-01drm: omapdrm: Use unsigned int typeLaurent Pinchart