dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-13 18:39:23 to 2020-12-14 23:44:49 UTC [more...]

[PATCH 00/15] drm/vc4: hdmi: Add CEC support for the BCM2711
 2020-12-14 16:20 UTC  (5+ messages)
` [PATCH 01/15] irqchip: Allow to compile bcmstb on other platforms

[PATCH] drm/hisilicon: Fix use-after-free
 2020-12-14 11:17 UTC  (2+ messages)

Using Etnaviv with mxsfb-drm
 2020-12-14 13:06 UTC  (2+ messages)

[PATCH -next] fbdev: s3c2410fb: convert comma to semicolon
 2020-12-14 16:03 UTC  (2+ messages)

[v1] drm/msm/disp/dpu1: turn off vblank irqs aggressively in dpu driver
 2020-12-14 18:32 UTC  (2+ messages)

[PATCH v3] drm: rockchip: hdmi: enable higher resolutions than FHD
 2020-12-14 12:06 UTC  (3+ messages)

[PATCH -next] backlight: sky81452-backlight: convert comma to semicolon
 2020-12-14 14:36 UTC  (2+ messages)

[Bug 201539] New: AMDGPU R9 390 automatic fan speed control in Linux 4.19
 2020-12-14 23:44 UTC  (5+ messages)
` [Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

[PATCH v2, 00/17] drm/mediatek: add support for mediatek SOC MT8192
 2020-12-14 23:40 UTC  (21+ messages)
` [PATCH v2, 01/17] dt-bindings: mediatek: add description for postmask
` [PATCH v2, 02/17] dt-bindings: mediatek: add CLK_MM_DISP_CONFIG control description for mt8192 display
` [PATCH v2, 03/17] dt-bindings: mediatek: add "
` [PATCH v2, 04/17] drm/mediatek: add component OVL_2L2
` [PATCH v2, 05/17] drm/mediatek: add component POSTMASK
` [PATCH v2, 06/17] drm/mediatek: add component RDMA4
` [PATCH v2, 07/17] drm/mediatek: add disp config and mm 26mhz clock into mutex device
` [PATCH v2, 08/17] drm/mediatek: enable OVL_LAYER_SMI_ID_EN for multi-layer usecase
` [PATCH v2, 09/17] drm/mediatek: check if fb is null
` [PATCH v2, 10/17] drm/mediatek: fix aal size config
` [PATCH v2, 11/17] drm/mediatek: fix dither "
` [PATCH v2, 12/17] drm/mediatek: fix gamma "
` [PATCH v2, 13/17] drm/mediatek: fix ccorr "
` [PATCH v2, 14/17] soc: mediatek: mmsys: Use function call for setting mmsys ovl mout register
` [PATCH v2, 15/17] soc: mediatek: mmsys: add mt8192 mmsys support
` [PATCH v2, 16/17] drm/mediatek: add support for mediatek SOC MT8192
` [PATCH v2, 17/17] arm64: dts: mt8192: add display node

[git pull] drm for 5.11-rc1
 2020-12-14 22:55 UTC  (6+ messages)

[PATCH] drm/panel: s6e63m0: Support max-brightness
 2020-12-14 22:22 UTC 

[PATCH v3 0/3] Experimental freesync video mode optimization
 2020-12-14 22:20 UTC  (4+ messages)
` [PATCH v3 1/3] drm/amd/display: Add module parameter for freesync video mode
` [PATCH v3 2/3] drm/amd/display: Add freesync video modes based on preferred modes
` [PATCH v3 3/3] drm/amd/display: Skip modeset for front porch change

[PATCH linux-next] drm/amd/display: Adding prototype for dccg21_update_dpp_dto()
 2020-12-14 22:16 UTC  (2+ messages)

[PATCH v5 00/29] Convert DSI code to use drm_mipi_dsi and drm_panel (second half)
 2020-12-14 22:08 UTC  (62+ messages)
` [PATCH v5 01/29] drm/panel: panel-dsi-cm: cleanup tear enable
` [PATCH v5 02/29] ARM: dts: omap5: add address-cells & size-cells to dsi
` [PATCH v5 03/29] drm/omap: pll: fix iteration loop check
` [PATCH v5 04/29] drm/omap: dsi: set trans_mode according to client mode_flags
` [PATCH v5 05/29] drm/panel: panel-dsi-cm: set column & page at setup
` [PATCH v5 06/29] drm/omap: dsi: send nop instead of page & column
` [PATCH v5 07/29] drm/omap: dsi: simplify VC handling
` [PATCH v5 08/29] drm/omap: dsi: drop useless channel checks
` [PATCH v5 09/29] drm/omap: dsi: cleanup dispc channel usage
` [PATCH v5 10/29] drm/omap: dsi: rename 'channel' to 'vc'
` [PATCH v5 11/29] drm/omap: dsi: pass vc to various functions
` [PATCH v5 12/29] drm/omap: dsi: untangle vc & channel
` [PATCH v5 13/29] drm/omap: dsi: skip dsi_vc_enable_hs when already in correct mode
` [PATCH v5 14/29] drm/omap: dsi: enable HS before sending the frame
` [PATCH v5 15/29] drm/omap: dsi: use separate VCs for cmd and video
` [PATCH v5 16/29] drm/panel: panel-dsi-cm: remove extra 'if'
` [PATCH v5 17/29] drm/panel: panel-dsi-cm: add panel database to driver
` [PATCH v5 18/29] drm/panel: panel-dsi-cm: drop unneeded includes
` [PATCH v5 19/29] drm/omap: dsi: move structs & defines to dsi.h
` [PATCH v5 20/29] drm/omap: dsi: move enable/disable to bridge enable/disable
` [PATCH v5 21/29] drm/omap: dsi: display_enable cleanup
` [PATCH v5 22/29] drm/omap: dsi: display_disable cleanup
` [PATCH v5 23/29] drm/omap: dsi: rename dsi_display_* functions
` [PATCH v5 24/29] drm/omap: dsi: cleanup initial vc setup
` [PATCH v5 25/29] drm/omap: dsi: split video mode enable/disable into separate func
` [PATCH v5 26/29] drm/omap: dsi: fix and cleanup ddr_clk_always_on
` [PATCH v5 27/29] drm/omap: dsi: remove ulps support
` [PATCH v5 28/29] drm/omap: dsi: fix DCS_CMD_ENABLE
` [PATCH v5 29/29] drm/omap: dsi: allow DSI commands to be sent early

[PATCH 0/2] Add DT bindings with dynamic-power-coefficient for Mali GPUs
 2020-12-14 22:06 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: mali-midgard: Add dynamic-power-coefficient
` [PATCH 2/2] dt-bindings: mali-bifrost: "

[PATCH] drm/amd/display: Fixed kernel test robot warning
 2020-12-14 22:04 UTC  (2+ messages)

[patch 00/30] genirq: Treewide hunt for irq descriptor abuse and assorted fixes
 2020-12-14 21:13 UTC  (29+ messages)
` [patch 03/30] genirq: Move irq_set_lockdep_class() to core
` [patch 14/30] drm/i915/pmu: Replace open coded kstat_irqs() copy
` [patch 20/30] net/mlx4: Replace irq_to_desc() abuse
` [patch 21/30] net/mlx4: Use effective interrupt affinity
` [patch 22/30] net/mlx5: Replace irq_to_desc() abuse
` [patch 23/30] net/mlx5: Use effective interrupt affinity
` [patch 27/30] xen/events: Only force affinity mask for percpu interrupts

[PATCH v2 0/9] drm: rcar-du: Fix LVDS-related crash
 2020-12-14 20:52 UTC  (10+ messages)
` [PATCH v2 1/9] drm: rcar-du: Fix crash when using LVDS1 clock for CRTC
` [PATCH v2 2/9] drm: rcar-du: Release vsp device reference in all error paths
` [PATCH v2 3/9] drm: rcar-du: Drop unneeded encoder cleanup in error path
` [PATCH v2 4/9] drm: rcar-du: Use DRM-managed allocation for VSP planes
` [PATCH v2 5/9] drm: rcar-du: Use DRM-managed allocation for encoders
` [PATCH v2 6/9] drm: rcar-du: Embed drm_device in rcar_du_device
` [PATCH v2 7/9] drm: rcar-du: Replace dev_private with container_of
` [PATCH v2 8/9] drm: rcar-du: Skip encoder allocation for LVDS1 in dual-link mode
` [PATCH v2 9/9] drm: rcar-du: Drop local encoder variable

[PATCH] drm/amdkfd: fix ttm size refactor fallout
 2020-12-14 20:51 UTC  (6+ messages)

linux-next: manual merge of the drm tree with the pci tree
 2020-12-14 20:39 UTC  (2+ messages)

ttm multihop split out v2
 2020-12-14 20:37 UTC  (5+ messages)
` [PATCH 2/4] drm/amdgpu/ttm: use multihop

[PATCH] drm/ttm: cleanup BO size handling v3
 2020-12-14 20:34 UTC  (3+ messages)

linux-next: build warning after merge of the amdgpu tree
 2020-12-14 19:56 UTC 

linux-next: build warnings after merge of the drm tree
 2020-12-14 19:50 UTC  (3+ messages)

[PATCH 1/2] drm/ttm: use pin_count more extensively
 2020-12-14 19:29 UTC  (3+ messages)
` [PATCH 2/2] drm/ttm: cleanup LRU handling further

[PATCH v2 2/2] drm: automatic legacy gamma support
 2020-12-14 18:49 UTC  (6+ messages)
      ` [kbuild-all] "

[Bug 210683] New: Nasty gpu powersave regression Navi14
 2020-12-14 18:22 UTC  (7+ messages)
` [Bug 210683] "
` [Bug 210683] Nasty amdgpu "

[PATCH] drm/amd/display: Revert "add DCN support for aarch64"
 2020-12-14 17:52 UTC 

[PATCH v6 1/5] drm: Add function to convert rect in 16.16 fixed format to regular format
 2020-12-14 17:49 UTC 

[PATCH 0/9] drm: rcar-du: Fix LVDS-related crash
 2020-12-14 17:21 UTC  (30+ messages)
` [PATCH 1/9] drm: rcar-du: Fix crash when using LVDS1 clock for CRTC
` [PATCH 2/9] drm: rcar-du: Release vsp device reference in all error paths
` [PATCH 3/9] drm: rcar-du: Drop unneeded encoder cleanup in error path
` [PATCH 4/9] drm: rcar-du: Use DRM-managed allocation for VSP planes
` [PATCH 5/9] drm: rcar-du: Use DRM-managed allocation for encoders
` [PATCH 6/9] drm: rcar-du: Embed drm_device in rcar_du_device
` [PATCH 7/9] drm: rcar-du: Replace dev_private with container_of
` [PATCH 8/9] drm: rcar-du: Skip encoder allocation for LVDS1 in dual-link mode
` [PATCH 9/9] drm: rcar-du: Drop local encoder variable

[PATCH 1/4] dma-buf: Remove kmap kerneldoc vestiges
 2020-12-14 17:16 UTC  (6+ messages)
` [PATCH 3/4] dma-buf: begin/end_cpu might lock the dma_resv lock
  ` [PATCH] "

[Intel-gfx] [PATCH 1/2] drm/framebuffer: Format modifier for Intel Gen 12 render compression with Clear Color
 2020-12-14 16:22 UTC  (7+ messages)

[PATCH AUTOSEL 4.14 2/8] drm/nouveau: make sure ret is initialized in nouveau_ttm_io_mem_reserve
 2020-12-14 15:16 UTC  (3+ messages)

[PATCH v4 0/2] drm: automatic legacy gamma support
 2020-12-14 13:43 UTC  (5+ messages)
` [PATCH v4 1/2] "

[PATCH v8, 0/6] drm/mediatek: add support for mediatek SOC MT8183
 2020-12-14 14:54 UTC  (5+ messages)
` [PATCH v8, 5/6] drm/mediatek: add RDMA fifo size error handle

[PATCH v4 00/16] Add support for DP-HDMI2.1 PCON
 2020-12-14 13:51 UTC  (10+ messages)
` [PATCH v4 07/16] drm/dp_helper: Add helpers to configure PCONs RGB-YCbCr Conversion
` [PATCH v4 15/16] drm/i915: Let PCON convert from RGB to YUV if it can
` [PATCH v4 16/16] drm/i915: Enable PCON configuration for Color Conversion for TGL

[PATCH] drm/amdgpu: fix check oder in amdgpu_bo_move
 2020-12-14 13:35 UTC  (4+ messages)

[PATCH v8 00/19] HDCP 2.2 and HDCP 1.4 Gen12 DP MST support
 2020-12-14 13:35 UTC  (7+ messages)
` [PATCH v8 17/19] drm/i915/hdcp: Support for HDCP 2.2 MST shim callbacks
` [PATCH v8 18/19] drm/i915/hdcp: Configure HDCP2.2 MST steram encryption status
` [PATCH v8 19/19] drm/i915/hdcp: Enable HDCP 2.2 MST support

[PATCH v4 00/80] Convert DSI code to use drm_mipi_dsi and drm_panel
 2020-12-14 12:59 UTC  (23+ messages)
` [PATCH v4 50/80] drm/omap: squash omapdrm sub-modules into one
` [PATCH v4 51/80] drm/omap: remove unused display.c
` [PATCH v4 52/80] drm/omap: drop unused owner field
` [PATCH v4 53/80] drm/omap: remove dispc_ops
` [PATCH v4 54/80] drm/omap: remove dss_mgr_ops
` [PATCH v4 55/80] drm/panel: panel-dsi-cm: use MIPI_DCS_GET_ERROR_COUNT_ON_DSI
` [PATCH v4 56/80] drm/panel: panel-dsi-cm: cleanup tear enable
` [PATCH v4 57/80] ARM: dts: omap5: add address-cells & size-cells to dsi
` [PATCH v4 58/80] drm/omap: pll: fix iteration loop check
` [PATCH v4 59/80] drm/omap: dsi: set trans_mode according to client mode_flags
` [PATCH v4 60/80] drm/panel: panel-dsi-cm: set column & page at setup

Fence wait in mmu_interval_notifier_ops::invalidate
 2020-12-14 10:21 UTC  (9+ messages)

[PATCH v5 1/6] drm/damage_helper: Check if damage clips has valid values
 2020-12-14  9:55 UTC  (4+ messages)
    ` [Intel-gfx] "

[PATCH 0/9] Xilinx AI engine kernel driver
 2020-12-14  9:50 UTC  (7+ messages)
` [PATCH 2/9] misc: Add Xilinx AI engine device driver

[PATCH 0/1] Timeout handler now returns a value
 2020-12-14  9:00 UTC  (9+ messages)
` [PATCH 1/1] drm/scheduler: Job timeout handler returns status (v2)

[PATCH v3 4/4] drm: require each CRTC to have a unique primary plane
 2020-12-14  8:41 UTC  (4+ messages)

[PATCH] drm/rockchip: dsi: move all lane config except LCDC mux to bind()
 2020-12-13 20:44 UTC 

[PATCH] drm/rockchip: dsi: remove extra component_del() call
 2020-12-12 22:23 UTC 

[PATCH] dmabuf: Add the capability to expose DMA-BUF stats in sysfs
 2020-12-11 18:30 UTC  (9+ messages)

[PATCH v4 0/5] Thermal devfreq cooling improvements with Energy Model
 2020-12-11 15:29 UTC  (4+ messages)

[PATCH -next] drm/rockchip: cdn-dp-core: fix function not used when not PM_SLEEP
 2020-12-11 19:47 UTC 

[PATCH v15 1/4] RDMA/umem: Support importing dma-buf as user memory region
 2020-12-14  6:43 UTC  (2+ messages)

linux-next: manual merge of the drm tree with the crypto tree
 2020-12-14  2:54 UTC 

[RESEND PATCH] drm/rockchip: dsi: move all lane config except LCDC mux to bind()
 2020-12-13 20:58 UTC 

[RESEND PATCH] drm/rockchip: dsi: remove extra component_del() call
 2020-12-13 20:57 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).