summaryrefslogtreecommitdiff
path: root/include/video
AgeCommit message (Collapse)Author
2020-08-13Add support for DVI monitorsRobert Winkler
Signed-off-by: Robert Winkler <robert.winkler@boundarydevices.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 6877ada3d15adf762cae8b7edce979a77ebc0313) (cherry picked from commit 51394b5f2b7ecfcc87c43c41e630c3e49fce3003) (cherry picked from commit d0bb4aa6a9a5669fa608dd1f4a636af9268b8237)
2020-05-15MLK-24002-1 drm/imx: lcdifv3: enable shadow load for plane updateFancy Fang
After the atomic plane update, the shadow load should be enabled to make sure its update can take effect on next frame in any cases. And this enable is better to be done in CRTC's atomic_flush() which is called after plane's atomic_update() is called. Besides, the shadow load enable in controller enable is unnecessary, so remove it. Signed-off-by: Fancy Fang <chen.fang@nxp.com> Reviewed-by: Liu Ying <victor.liu@nxp.com> (cherry picked from commit bfa7236c8477e8993f074a3068ddc64c1614db06)
2020-02-26MLK-23107-1 gpu: imx: imx8_dprc: Add helper dprc_disable_repeat_en()Liu Ying
This patch adds helper dprc_disable_repeat_en() so that callers may disable DPRC repeat_en. Reviewed-by: Sandor Yu <Sandor.yu@nxp.com> Signed-off-by: Liu Ying <victor.liu@nxp.com> (cherry picked from commit 37b68e353a2dc8e3370fb27a4aebf42f5da63047)
2020-02-26MLK-23102-2 gpu: imx: dpu: fetchunit: Remove pin-off operationsLiu Ying
No one is using pin-off operations, so let's remove them. Reviewed-by: Sandor Yu <Sandor.yu@nxp.com> Signed-off-by: Liu Ying <victor.liu@nxp.com> (cherry picked from commit 7243d962bb29a35ba4ee1328bdb5d011cf1471cd)
2020-01-15MLK-23234-4 gpu: imx: add LCDIFv3 core driverFancy Fang
The LCDIFv3 core driver is responsible to provide controller registers configuration and create the platform devices for the child port nodes. And the platform devices later will attach to the related DRM/KMS drivers via name match. And the LCDIFv3 is completely different from the LCDIF controller which is used on imx8mm and imx8mn platforms. Signed-off-by: Fancy Fang <chen.fang@nxp.com>
2019-12-02Merge branch 'mxc/next' into nextDong Aisheng
* mxc/next: (119 commits) mxc: hdmi-cec: Add imx6 hdmi cec driver driver: mfd: hdmi: Add hdmi core driver MLK-22399 mxc IPUv3: cpmem: Get 0 u/v_offset in __ipu_ch_offset_calc() for some pfmts mxc: IPU3: Fix not including uapi/linux/sched/types.h media: platform: mxc: output: Forward IPUv3 V4L2 output driver from imx_4.19.y ...
2019-12-02Merge remote-tracking branch 'origin/display/prefetch' into display/nextDong Aisheng
* origin/display/prefetch: MLK-21378-2 gpu: imx: Add imx8_dprc support MLK-21378-1 gpu: imx: Add imx8_prg support gpu: Move ipu-v3 to imx folder drm/imx: Revert a patch which merges imx-drm-core and ipuv3-crtc in one module
2019-12-02Merge remote-tracking branch 'origin/display/pc' into display/nextDong Aisheng
* origin/display/pc: gpu: imx: Add imx8 pixel combiner support gpu: Move ipu-v3 to imx folder drm/imx: Revert a patch which merges imx-drm-core and ipuv3-crtc in one module
2019-12-02Merge remote-tracking branch 'origin/display/lcdif' into display/nextDong Aisheng
* origin/display/lcdif: (32 commits) gpu: imx: lcdif: add imx8mn compatible support drm/imx: Replace reset flow for LCDIF gpu: imx: lcdif: fix build warnings if CONFIG_PM_SLEEP off drm/imx: lcdif: change DISPMIX reset for IMX8MN MLK-21876-10 gpu: drm: lcdif: fix headfile reference issue ...
2019-12-02Merge remote-tracking branch 'origin/display/fbdev' into display/nextDong Aisheng
* origin/display/fbdev: (26 commits) MLK-22768 video: fbdev: mxc_ipuv3_fb: Handle enabled fg properly when set-par happens on bg video: fbdev: mxsfb: Fix writecombine/wc build error MLK-22084: fbdev: hdmi: Fix HDCP function failed work with Sony TV fbdev: dcic: Enable imx6 dcic driver video: fbdev: mxc: hdmi: add hdmi framebuffer driver ...
2019-11-25video: fbdev: mxc: add Northwest Logic DSI driver supportFancy Fang
Add the framebuffer driver support for the Northwest Logic MIPI DSI controller. Signed-off-by: Fancy Fang <chen.fang@nxp.com>
2019-11-25MLK-19158-2 drm/imx: lcdif: improve output bus format configFancy Fang
According to LCDIF specification, the input pixel data width and the output pixel data width can be different, and this conversion is done by LCDIF automatically. So config the output data width according to the requested bus format from the encoder, instead to be same with the input pixel data width. Signed-off-by: Fancy Fang <chen.fang@nxp.com> (cherry picked from commit bfd27f6d71d86a7f2fc8314f082565db3682b925)
2019-11-25MLK-19152-1 gpu: imx: lcdif: realize fb horizontal crop via Pigeon ModeFancy Fang
According to the LCDIF specification, the Legacy Mode does not support cropping function in the horizontal direction, so add Pigeon Mode which can support this kind of function. And when enable this mode, the legacy horizontal timings configuration should use stride value but not the active width, and related pigeon configuration should use the active width but not the stride value. Signed-off-by: Fancy Fang <chen.fang@nxp.com> (cherry picked from commit e6da9542693dd585972897f62748a101f5726a74)
2019-11-25MLK-18560 drm/imx: lcdif: refine bus format sanity check for planeFancy Fang
Add an function to get the LCDIF controller supported bus formats according to the pixel format bpp. And change the bus format sanity check in the plane's atomic check to see if the bus format required by the peripheral attached to LCDIF can be supported by LCDIF. Signed-off-by: Fancy Fang <chen.fang@nxp.com>
2019-11-25MLK-18535-3 gpu: imx: add LCDIF core driverFancy Fang
The LCDIF core driver is responsible to provide controller registers configuration and create the platform devices for the child port nodes. And the platform devices later will attach to the corresponding DRM/KMS drivers via name match. Signed-off-by: Fancy Fang <chen.fang@nxp.com> [ Aisheng: Kconfig & Makefile update for a clean base ] Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
2019-11-25gpu: imx: Add imx8 pixel combiner supportLiu Ying
This patch adds i.MX8 pixel combiner driver support. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25MLK-21378-2 gpu: imx: Add imx8_dprc supportLiu Ying
Fast-forward imx8_dprc driver from imx_4.14.y. Signed-off-by: Liu Ying <victor.liu@nxp.com> [ Liu Ying: scfw call updates and other small tweaks for upgrade]
2019-11-25MLK-21378-1 gpu: imx: Add imx8_prg supportLiu Ying
Fast-forward imx8_prg driver from imx_4.14.y. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25drm/imx: dpu: plane: Add color properties supportLiu Ying
As DPU fetchunits support ITU601(limited range)/ITU601_FR(full range) and ITU709(limited range) YUV to RGB color space conversions, we may add color encoding and color range properties support for planes. Considering software backward compatibility, the default color encoding is set to ITU601 with full color range. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25drm/imx: dpu: plane: Support multiple pixel blend modesLiu Ying
This patch adds mulitple pixel blend modes for DPU plane. The modes are "None", "Pre-multiplied" and "Coverage". Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25drm/imx: dpu: kms: Support proper default blend modeLiu Ying
Without the new blend modes("None", "Pre-multiplied" and "Coverage") introduced in the below commit, the old userspace assumes alpha in pixel is per-premultiplied by default. So, let's support the default blend mode properly. commit a5ec8332d428 ("drm: Add per-plane pixel blend mode property") Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: extdst: Add extdst_pixengcfg_syncmode_master() helperLiu Ying
This patch adds extdst_pixengcfg_syncmode_master() helper support so that the callers may control if a extdst is master or slave when it works in sync mode. The bit16 of extdst's PIXENGCFG_STATIC register controls this and it's a part of sync mode fixup logic. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: framegen: Add framegen_syncmode_fixup() helperLiu Ying
Bit7 of framegen's SECSTATCONFIG register is used to control the sync mode fixup logic implemented in framegen. This patch adds framegen_syncmode_fixup() helper so that the callers may enable/disable the fixup logic for a framegen. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: common: Provide store9 to client pdev via pdataLiu Ying
Store9 unit can be shared bewteen display engine(for sync mode fixup) and blit engine. It's proper to get the store resource in the DPU common driver and then provide it to client platform device via platform data. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: common: Add store9 support for sync mode fixupLiu Ying
Bit16 of store9's PIXENGCFG_STATIC register is used to control the sync mode fixup logic implemented in store9. So, let's add store9 support in the DPU core driver and export a function for users to enable/disable the fixup logic. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: Add pixel combiner supportLiu Ying
This patch adds pixel combiner support in the DPU core driver. Users may get and enable/disable/control a pixel combiner instant via tcon functions and may tell if it is needed in a specific usecase via the dpu_get_syncmode_min_prate() and dpu_get_singlemode_max_width() helpers. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: tcon: Add side-by-side supportLiu Ying
This patch adds side-by-side support for tcon so that two tcons can participate in the dual display streams to work with pixel combiner to drive a high pixel rate display. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: framegen: Add side-by-side supportLiu Ying
This patch adds side-by-side support for framegen so that two framegens can work in sync mode to participate in the dual display streams to drive a high pixel rate display via a pixel combiner. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: tcon: Add tcon_is_master/slave() helpers supportLiu Ying
This patch adds tcon_is_master/slave() helpers support so that callers may know if a tcon is a master or slave tcon. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: extdst: Add extdst_is_master() helper supportLiu Ying
This patch adds extdst_is_master() helper support so that callers may know if a extdst is a master extdst or not. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: framegen: Add framegen_is_master/slave() helper supportLiu Ying
This patch adds framegen_is_master/slave() helpers support so that callers may know if a framegen is a master or slave framegen. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: common: Add helper dpu_get_master_stream_id() supportLiu Ying
This patch adds helper dpu_get_master_stream_id() support so that callers may know the master stream when FrameGen works in sync mode. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: common: Add di_grp_id in display client pdev's dataLiu Ying
This patch adds a new di_grp_id entry in display client pdev's data so that the relevant display platform driver may know the display group ID of the display device. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: Add helpers to peek at auxiliary display submodulesLiu Ying
This patch adds dpu_aux_{unit}_peek() helpers so that callers may peek at auxiliary display submodules. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25drm/imx: dpu: kms: Support full screen CRTC backgroundLiu Ying
The CRTC background should be full screen instead of partial screen, because the DRM core is likely to add configurable background color support in the future. We may cover the full screen with ConstFrame0/1, upon which builds planes. With this, it is easier to compute each plane's layer offset vs CRTC start point and all ConstFrame units can be controlled by CRTC. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: framegen: Add helpers to get/clear sec chan statusLiu Ying
This patch adds two helpers to get and clear FrameGen secondary channel status respectively. Via the two helpers, users may know if there is empty FIFO read request on this channel or not after getting the status. And, if yes, users may choose to clear the status. According to the IP spec, the empty FIFO read request indicates that data stream from a Fetch unit(e.g., AXI bandwidth not sufficient) fell down. Assuming the display driver sets things up properly, the falling down is very likely caused by the insufficient AXI bandwidth, that is, display underrun. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25drm/imx: dpu: crtc: Evade the first dumb frame for DPR/PRG errataLiu Ying
To workaround the errata TKT320950, DPR/PRG need to evade the first dumb frame which is generated by DPU. The way we achieve that is to bypass TCON(but set the TCON sync signals and KA_CHUCK strobe signal up) before enabling the DPU display controller, and then 1) enable the display controller, 2) wait for the frame index starting to move and 3) finally switch TCON to operation mode. Steps 1) to 3) should be done within a frame, so we disable local irq and preemption to make sure we don't relinquish CPU during the procedure. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: fetchunit: Add DPR supportLiu Ying
This patch adds DPR support for fetchunit in the DPU base driver. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: fetchunit: Use TKT343664&TKT339017's fixups for ↵Liu Ying
->set_src_stride() This patch uses TKT343664&TKT339017's fixups for ->set_src_stride(). Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: fetchunit: Use TKT343664&TKT339017's fixups for ↵Liu Ying
->set_baseaddress() This patch uses TKT343664&TKT339017's fixups for ->set_baseaddress(). Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: fetchunit: Use TKT343664's fixup for ->set_burstlength()Liu Ying
This patch uses TKT343664 burst size fixup for ->set_burstlength(). Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: fetchunit: Add helper for TKT339017 to fixup strideLiu Ying
This patch adds helper fetchunit_stride_fixup_tkt339017() for TKT339017 to fixup stride. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: fetchunit: Add helper for TKT343664 to fixup burst sizeLiu Ying
This patch adds helper fetchunit_burst_size_fixup_tkt343664() for TKT343664 to fixup burst size. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: dpu: framegen: Use bypass clock when display encoder type is TMDSLiu Ying
This patch sets display clock's parent to bypass clock when display encoder type is TMDS, otherwise, to pll clock when other types of encoder. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25gpu: imx: Add dpu common driver supportLiu Ying
The dpu is found in i.MX8qm/qxp SoCs. It has a display controller and a blit engine to support graphics. This patch adds dpu common driver support. Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-11-25driver: mfd: hdmi: Add hdmi core driverSandor Yu
Add imx6 hdmi code driver. This patch forwards imx6 HDMI code driver from imx_4.19.y kernel. Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
2019-08-26fbdev: da8xx: remove panel_power_ctrl() callback from platform dataBartosz Golaszewski
There are no more users of panel_power_ctrl(). Remove it from the driver. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
Pull drm updates from Dave Airlie: "The biggest thing in this is the AMD Navi GPU support, this again contains a bunch of header files that are large. These are the new AMD RX5700 GPUs that just recently became available. New drivers: - ST-Ericsson MCDE driver - Ingenic JZ47xx SoC UAPI change: - HDR source metadata property Core: - HDR inforframes and EDID parsing - drm hdmi infoframe unpacking - remove prime sg_table caching into dma-buf - New gem vram helpers to reduce driver code - Lots of drmP.h removal - reservation fencing fix - documentation updates - drm_fb_helper_connector removed - mode name command handler rewrite fbcon: - Remove the fbcon notifiers ttm: - forward progress fixes dma-buf: - make mmap call optional - debugfs refcount fixes - dma-fence free with pending signals fix - each dma-buf gets an inode Panels: - Lots of additional panel bindings amdgpu: - initial navi10 support - avoid hw reset - HDR metadata support - new thermal sensors for vega asics - RAS fixes - use HMM rather than MMU notifier - xgmi topology via kfd - SR-IOV fixes - driver reload fixes - DC use a core bpc attribute - Aux fixes for DC - Bandwidth calc updates for DC - Clock handling refactor - kfd VEGAM support vmwgfx: - Coherent memory support changes i915: - HDR Support - HDMI i2c link - Icelake multi-segmented gamma support - GuC firmware update - Mule Creek Canyon PCH support for EHL - EHL platform updtes - move i915.alpha_support to i915.force_probe - runtime PM refactoring - VBT parsing refactoring - DSI fixes - struct mutex dependency reduction - GEM code reorg mali-dp: - Komeda driver features msm: - dsi vs EPROBE_DEFER fixes - msm8998 snapdragon 835 support - a540 gpu support - mdp5 and dpu interconnect support exynos: - drmP.h removal tegra: - misc fixes tda998x: - audio support improvements - pixel repeated mode support - quantisation range handling corrections - HDMI vendor info fix armada: - interlace support fix - overlay/video plane register handling refactor - add gamma support rockchip: - RX3328 support panfrost: - expose perf counters via hidden ioctls vkms: - enumerate CRC sources list ast: - rework BO handling mgag200: - rework BO handling dw-hdmi: - suspend/resume support rcar-du: - R8A774A1 Soc Support - LVDS dual-link mode support - Additional formats - Misc fixes omapdrm: - DSI command mode display support stm - fb modifier support - runtime PM support sun4i: - use vmap ops vc4: - binner bo binding rework v3d: - compute shader support - resync/sync fixes - job management refactoring lima: - NULL pointer in irq handler fix - scheduler default timeout virtio: - fence seqno support - trace events bochs: - misc fixes tc458767: - IRQ/HDP handling sii902x: - HDMI audio support atmel-hlcdc: - misc fixes meson: - zpos support" * tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm: (1815 commits) Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next" Revert "mm: adjust apply_to_pfn_range interface for dropped token." mm: adjust apply_to_pfn_range interface for dropped token. drm/amdgpu/navi10: add uclk activity sensor drm/amdgpu: properly guard the generic discovery code drm/amdgpu: add missing documentation on new module parameters drm/amdgpu: don't invalidate caches in RELEASE_MEM, only do the writeback drm/amd/display: avoid 64-bit division drm/amdgpu/psp11: simplify the ucode register logic drm/amdgpu: properly guard DC support in navi code drm/amd/powerplay: vega20: fix uninitialized variable use drm/amd/display: dcn20: include linux/delay.h amdgpu: make pmu support optional drm/amd/powerplay: Zero initialize current_rpm in vega20_get_fan_speed_percent drm/amd/powerplay: Zero initialize freq in smu_v11_0_get_current_clk_freq drm/amd/powerplay: Use memset to initialize metrics structs drm/amdgpu/mes10.1: Fix header guard drm/amd/powerplay: add temperature sensor support for navi10 drm/amdgpu: fix scheduler timeout calc drm/amdgpu: Prepare for hmm_range_register API change (v2) ...
2019-07-09Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linuxLinus Torvalds
Pull fbdev updates from Bartlomiej Zolnierkiewicz: - remove fbdev notifier usage for fbcon (as prep work to clean up the fbcon locking), add locking checks in vt/console code and make assorted cleanups in fbdev and backlight code (Daniel Vetter) - add COMPILE_TEST support to atmel_lcdfb, da8xx-fb, gbefb, imxfb, pvr2fb and pxa168fb drivers (me) - fix DMA API abuse in au1200fb and jz4740_fb drivers (Christoph Hellwig) - add check for new BGRT status field rotation bits in efifb driver (Hans de Goede) - mark expected switch fall-throughs in s3c-fb driver (Gustavo A. R. Silva) - remove fbdev mxsfb driver in favour of the drm version (Fabio Estevam) - remove broken rfbi code from omap2fb driver (me) - misc fixes (Arnd Bergmann, Shobhit Kukreti, Wei Yongjun, me) - misc cleanups (Gustavo A. R. Silva, Colin Ian King, me) * tag 'fbdev-v5.3' of git://github.com/bzolnier/linux: (62 commits) video: fbdev: imxfb: fix a typo in imxfb_probe() video: fbdev: s3c-fb: Mark expected switch fall-throughs video: fbdev: s3c-fb: fix sparse warnings about using incorrect types video: fbdev: don't print error message on framebuffer_alloc() failure video: fbdev: intelfb: return -ENOMEM on framebuffer_alloc() failure video: fbdev: s3c-fb: return -ENOMEM on framebuffer_alloc() failure vga_switcheroo: Depend upon fbcon being built-in, if enabled video: fbdev: omap2: remove rfbi video: fbdev: atmel_lcdfb: remove redundant initialization to variable ret video: fbdev-MMP: Use struct_size() in devm_kzalloc() video: fbdev: controlfb: fix warnings about comparing pointer to 0 efifb: BGRT: Add check for new BGRT status field rotation bits jz4740_fb: fix DMA API abuse video: fbdev: pvr2fb: fix link error for pvr2fb_pci_exit video: fbdev: s3c-fb: add COMPILE_TEST support video: fbdev: imxfb: fix sparse warnings about using incorrect types video: fbdev: pvr2fb: fix build warning when compiling as module fbcon: Export fbcon_update_vcs backlight: simplify lcd notifier staging/olpc_dcon: Add drm conversion to TODO ...
2019-06-21video: fbdev: omap2: remove rfbiBartlomiej Zolnierkiewicz
Equivalent of drm's commit aa61321d4c08 ("drm/omap: remove rfbi"). The RFBI driver has been marked as BROKEN and has not been included in the kernel build for many years. Just remove it (it can be trivially brought back from git repository if ever needed). Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Cc: Aaro Koskinen <aaro.koskinen@iki.fi> Cc: Tony Lindgren <tony@atomide.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>