dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-09 04:47:53 to 2022-04-11 14:11:42 UTC [more...]

[RFC] drm/kms: control display brightness through drm_connector properties
 2022-04-11 14:11 UTC  (17+ messages)

[PATCH v0 00/10] i.MX8MP HDMI support
 2022-04-11 14:07 UTC  (5+ messages)
` [PATCH v0 07/10] phy: freescale: add Samsung HDMI PHY

[CI v3 00/12] drm/edid: low level EDID block read refactoring etc
 2022-04-11 14:00 UTC  (13+ messages)
` [CI v3 01/12] drm/edid: convert edid_is_zero() to edid_block_is_zero() for blocks
` [CI v3 02/12] drm/edid: have edid_block_check() detect blocks that are all zero
` [CI v3 03/12] drm/edid: refactor EDID block status printing
` [CI v3 04/12] drm/edid: add a helper to log dump an EDID block
` [CI v3 05/12] drm/edid: pass struct edid to connector_bad_edid()
` [CI v3 06/12] drm/edid: add typedef for block read function
` [CI v3 07/12] drm/edid: abstract an EDID block read helper
` [CI v3 08/12] drm/edid: use EDID block read helper in drm_do_get_edid()
` [CI v3 09/12] drm/edid: convert extension block read to EDID block read helper
` [CI v3 10/12] drm/edid: drop extra local var
` [CI v3 11/12] drm/edid: add single point of return to drm_do_get_edid()
` [CI v3 12/12] drm/edid: add EDID block count and size helpers

[PATCH] drm/ttm: fix logic inversion in ttm_eu_reserve_buffers
 2022-04-11 13:58 UTC  (3+ messages)

[CI v2 00/12] drm/edid: low level EDID block read refactoring etc
 2022-04-11 13:57 UTC  (17+ messages)
` [CI v2 01/12] drm/edid: convert edid_is_zero() to edid_block_is_zero() for blocks
` [CI v2 02/12] drm/edid: have edid_block_check() detect blocks that are all zero
` [CI v2 03/12] drm/edid: refactor EDID block status printing
` [CI v2 04/12] drm/edid: add a helper to log dump an EDID block
` [CI v2 05/12] drm/edid: pass struct edid to connector_bad_edid()
` [CI v2 06/12] drm/edid: add typedef for block read function
` [CI v2 07/12] drm/edid: abstract an EDID block read helper
` [CI v2 08/12] drm/edid: use EDID block read helper in drm_do_get_edid()
` [CI v2 09/12] drm/edid: convert extension block read to EDID block read helper
` [CI v2 10/12] drm/edid: drop extra local var
` [CI v2 11/12] drm/edid: add single point of return to drm_do_get_edid()
` [CI v2 12/12] drm/edid: add EDID block count and size helpers
  ` [Intel-gfx] "

[PATCH 00/11] drm: bridge: Add Samsung MIPI DSIM bridge
 2022-04-11 13:56 UTC  (9+ messages)
  ` [PATCH 04/11] drm: bridge: samsung-dsim: Add DSI init in bridge pre_enable()
  ` [PATCH 10/11] dt-bindings: display: exynos: dsim: Add NXP i.MX8MM support
  ` [PATCH 11/11] drm: bridge: samsung-dsim: Add "
  ` (EXT) [PATCH 00/11] drm: bridge: Add Samsung MIPI DSIM bridge

[PATCH -next] drm/solomon: Make DRM_SSD130X depends on MMU
 2022-04-11 13:49 UTC  (3+ messages)

[PATCH 0/5] drm/solomon: Add SSD130x OLED displays SPI support
 2022-04-11 13:47 UTC  (3+ messages)
` [PATCH 1/5] dt-bindings: display: ssd1307fb: Deprecate fbdev compatible strings

[PATCH v2] drm/tegra: Stop using iommu_present()
 2022-04-11 13:46 UTC 

[PATCH v3] drm: add a check to verify the size alignment
 2022-04-11 13:49 UTC  (6+ messages)

[PATCH] dma-buf-map: remove renamed header file
 2022-04-11 13:44 UTC 

[RFC PATCH 0/6] drm/dp: Improvements for DP AUX channel
 2022-04-11 13:37 UTC  (4+ messages)
` [RFC PATCH 1/6] drm/dp: Helpers to make it easier for drivers to use DP AUX bus properly

[PATCH v2 0/4] drm/ssd130x: Add support for SINO WEALTH SH1106
 2022-04-11 13:35 UTC  (3+ messages)
` [PATCH v2 2/4] dt-bindings: display: ssd1307fb: Add entry "

[PATCH v2 1/2] drm/dp: Factor out a function to probe a DPCD address
 2022-04-11 13:25 UTC  (2+ messages)
` [PATCH v3 "

[PATCH] video: fbdev: sh_mobile_lcdcfb: Remove sh_mobile_lcdc_check_var() declaration
 2022-04-11 12:58 UTC 

[PATCH] drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanup
 2022-04-11 12:44 UTC  (6+ messages)

[PATCHv2] drm/amdgpu: disable ASPM on Intel AlderLake based systems
 2022-04-11 11:45 UTC  (12+ messages)

[PATCH v9 00/23] drm/rockchip: RK356x VOP2 support
 2022-04-11 11:07 UTC  (10+ messages)

[Regression] No framebuffer console on Rpi since 5.14-rc1
 2022-04-11 11:00 UTC  (7+ messages)
` vc4: Couldn't stop firmware display driver during boot

[V2 0/3] Expose max and current bpc via debugfs
 2022-04-11  9:51 UTC  (4+ messages)
` [V2 1/3] drm/debug: Expose connector's max supported "
` [V2 2/3] drm/i915/display/debug: Expose crtc current "
` [V2 3/3] drm/amd/display: Move connector debugfs to drm

[PATCH 00/12] drm/edid: low level EDID block read refactoring etc
 2022-04-11  9:51 UTC  (9+ messages)
` [PATCH 03/12] drm/edid: refactor EDID block status printing
` [PATCH 06/12] drm/edid: add typedef for block read function

[PATCH 0/3] Expose max and current bpc via debugfs
 2022-04-11  9:48 UTC  (2+ messages)
` [V2 "

[V2 0/3] Expose max and current bpc via debugfs
 2022-04-11  9:47 UTC 

[PATCH v2 1/7] drm: mxsfb: Simplify LCDIF clock handling
 2022-04-11  9:46 UTC  (7+ messages)
` [PATCH v2 4/7] drm: mxsfb: Move mxsfb_get_fb_paddr() away from register IO functions

[PATCH] tests/drm_buddy: Add drm buddy test cases
 2022-04-11  9:38 UTC  (2+ messages)

[PATCH v3] drm/gma500: depend on framebuffer
 2022-04-11  9:27 UTC  (6+ messages)

Patch "drm/nouveau/pmu: Add missing callbacks for Tegra devices" has been added to the 5.17-stable tree
 2022-04-11  9:25 UTC 

Patch "drm/amdkfd: Create file descriptor after client is added to smi_clients list" has been added to the 5.17-stable tree
 2022-04-11  9:25 UTC 

Patch "drm/nouveau/pmu: Add missing callbacks for Tegra devices" has been added to the 5.16-stable tree
 2022-04-11  9:25 UTC 

Patch "drm/amdkfd: Create file descriptor after client is added to smi_clients list" has been added to the 5.16-stable tree
 2022-04-11  9:25 UTC 

Patch "drm/amdkfd: Create file descriptor after client is added to smi_clients list" has been added to the 5.15-stable tree
 2022-04-11  9:25 UTC 

Patch "drm/nouveau/pmu: Add missing callbacks for Tegra devices" has been added to the 5.15-stable tree
 2022-04-11  9:25 UTC 

Patch "drm/nouveau/pmu: Add missing callbacks for Tegra devices" has been added to the 5.10-stable tree
 2022-04-11  9:25 UTC 

Patch "drm/amdkfd: Create file descriptor after client is added to smi_clients list" has been added to the 5.10-stable tree
 2022-04-11  9:25 UTC 

[PATCH v2 0/5] DRM: Bridge: DW_HDMI: Add new features and bug fix
 2022-04-11  9:24 UTC  (17+ messages)
` [PATCH v2 1/5] drm: bridge: dw_hdmi: cec: Add cec suspend/resume function
      ` [EXT] "
` [PATCH v2 2/5] drm: bridge: dw_hdmi: default enable workaround to clear the overflow
` [PATCH v2 3/5] drm: bridge: dw_hdmi: Enable GCP only for Deep Color
    ` [EXT] "
` [PATCH v2 4/5] drm: bridge: dw_hdmi: add reset function for PHY GEN1
` [PATCH v2 5/5] drm: bridge: dw_hdmi: Audio: Add General Parallel Audio (GPA) driver
    ` [EXT] "

[PATCH v4, 0/4] Cooperate with DSI RX devices to modify dsi funcs and delay mipi high to cooperate with panel sequence
 2022-04-11  9:07 UTC  (8+ messages)
` [PATCH v4, 1/4] drm/mediatek: Adjust the timing of mipi signal from LP00 to LP11
` [PATCH v4, 2/4] drm/mediatek: Separate poweron/poweroff from enable/disable and define new funcs
` [PATCH v4, 3/4] drm/mediatek: keep dsi as LP00 before dcs cmds transfer
` [PATCH v4, 4/4] drm/mediatek: Add pull-down MIPI operation in mtk_dsi_poweroff function

5.18 vmwgfx seems to break booting VirtualBox VMs
 2022-04-11  8:52 UTC 

[PATCH] drm: mxsfb: Implement LCDIF scanout CRC32 support
 2022-04-11  8:42 UTC  (2+ messages)

Patch "fbdev: Fix unregistering of framebuffers without device" has been added to the 5.17-stable tree
 2022-04-11  8:27 UTC 

Patch "fbdev: Fix unregistering of framebuffers without device" has been added to the 5.16-stable tree
 2022-04-11  8:27 UTC 

Patch "fbdev: Fix unregistering of framebuffers without device" has been added to the 5.15-stable tree
 2022-04-11  8:27 UTC 

[PATCH v3] drm/hyperv: Added error message for fb size greater than allocated
 2022-04-11  7:55 UTC  (3+ messages)

[PATCH v10 00/24] drm/rockchip: RK356x VOP2 support
 2022-04-11  7:53 UTC  (4+ messages)
` [PATCH v10 12/24] drm/rockchip: dw_hdmi: drop mode_valid hook

[Intel-gfx] [PATCH 4/4] drm/i915/selftest: Always cancel semaphore on error
 2022-04-10 23:49 UTC 

[PATCH 00/10] drm/sun4i: Allwinner D1 Display Engine 2.0 Support
 2022-04-11  6:38 UTC  (13+ messages)
` [PATCH 01/10] dt-bindings: display: Separate clock item lists by compatible
` [PATCH 02/10] dt-bindings: display: Add D1 display engine compatibles
` [PATCH 03/10] drm/sun4i: Remove obsolete references to PHYS_OFFSET
` [PATCH 04/10] drm/sun4i: Allow building the driver on RISC-V
` [PATCH 05/10] drm/sun4i: csc: Add support for the new MMIO layout
` [PATCH 06/10] drm/sun4i: Allow VI layers to be primary planes
` [PATCH 07/10] drm/sun4i: Add support for D1 mixers
` [PATCH 08/10] drm/sun4i: Add support for D1 TCON TOP
` [PATCH 09/10] drm/sun4i: Add support for D1 TCONs
` [PATCH 10/10] drm/sun4i: Add compatible for D1 display engine

[PATCH 0/7] Fix divide errors in fbdev drivers
 2022-04-11  6:18 UTC  (5+ messages)
` [PATCH 1/7] video: fbdev: i740fb: Error out if 'pixclock' equals zero

[PATCH] fbdev: i740fb: use memset_io() to clear screen
 2022-04-11  6:16 UTC  (2+ messages)

[PATCH] drm/msm/dsi: Use connector directly in msm_dsi_manager_connector_init()
 2022-04-11  5:55 UTC  (3+ messages)

[PATCH 1/3] drm/debug: Expose connector's max supported bpc via debugfs
 2022-04-11  3:57 UTC  (2+ messages)
` [V2 "

[PATCH V2 0/3] Update MediaTek disp_aal dt-binding
 2022-04-11  3:58 UTC  (4+ messages)
` [PATCH V2 1/3] dt-bindings: display: mediatek: Update disp_aal binding for MT8183
` [PATCH V2 2/3] arm64: dts: mt8183: Update disp_aal node compatible
` [PATCH V2 3/3] dt-bindings: display: mediatek: Update disp_aal binding for MT8192 and MT8195

[PATCH v8, 00/15] media: mtk-vcodec: support for M8192 decoder
 2022-04-11  3:41 UTC  (3+ messages)

[PATCH v4,0/2] Add mt8186 dpi compatiable
 2022-04-11  3:33 UTC  (4+ messages)
` [PATCH v4, 1/2] dt-bindings: display: mediatek: dpi: Add compatible for MediaTek MT8186
` [PATCH v4,2/2] drm/mediatek: Add mt8186 dpi compatible to mtk_dpi.c

[PATCH v3 -next] drm/vc4: Fix build error when CONFIG_DRM_VC4=y && CONFIG_RASPBERRYPI_FIRMWARE=m
 2022-04-11  2:43 UTC 

[PATCH] dpu1: dpu_encoder: fix a missing check on list iterator
 2022-04-11  1:20 UTC  (3+ messages)

[PATCH] drm/msm/gpu: Avoid -Wunused-function with !CONFIG_PM_SLEEP
 2022-04-11  0:53 UTC  (2+ messages)

[PATCH 1/2] drm/modes: Make width-mm/height-mm check in of_get_drm_panel_display_mode() mandatory
 2022-04-11  0:47 UTC  (2+ messages)
` [PATCH 2/2] drm/panel: lvds: Drop now redundant width-mm and height-mm check

[Bug 211425] New: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 20secs aborting
 2022-04-11  0:06 UTC  (2+ messages)
` [Bug 211425] "

[PATCH] drm: rcar-du: Extend CMM HDSE documentation
 2022-04-10 15:22 UTC  (2+ messages)

[PATCH 0/1] drm/vc4: hdmi: Replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi
 2022-04-10 10:21 UTC  (4+ messages)
` [PATCH 1/1] drm/vc4: hdmi: Replace drm_detect_hdmi_monitor() with is_hdmi

[PATCH] drm/amdgpu: Fix NULL pointer dereference
 2022-04-10  0:51 UTC  (7+ messages)

[PATCH] drm/amdgpu: Senseless code and unnecessary memset
 2022-04-10  0:50 UTC  (5+ messages)

[PATCH] drm/msm: add trace_dma_fence_emit to msm_gpu_submit
 2022-04-09 17:45 UTC  (3+ messages)

AMDGPU: regression on 5.17.1
 2022-04-09 17:32 UTC  (6+ messages)
        ` AMDGPU: regression on 5.17.1 #forregzbot

[PATCH] drm/radeon: remove r600_blit_shaders.[c|h]
 2022-04-09 17:11 UTC 

[PATCH v3 1/2] dt-bindings: display: msm: Add optional resets
 2022-04-09 16:35 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: display: msm: Add optional resets
 2022-04-09 16:29 UTC  (2+ messages)

ttm_bo_move_sync_cleanup() issue
 2022-04-09 14:25 UTC  (2+ messages)

[PATCH v9, 16/17] media: mediatek: vcodec: support stateless VP9 decoding
 2022-04-09 13:19 UTC  (3+ messages)

[PATCH v3,0/2] Add mt8186 dpi compatiable
 2022-04-09 10:08 UTC  (3+ messages)
` [PATCH v3, 1/2] dt-bindings: display: mediatek: dpi: Add compatible for MediaTek MT8186
` [PATCH v3,2/2] drm/mediatek: Add mt8186 dpi compatible to mtk_dpi.c

[PATCH] drm/panel: newvision-nv3052c: Fix build
 2022-04-09 10:00 UTC 

[PATCH v4, 0/3] Add mt8186 dsi compatoble & Convert dsi_dtbinding to .yaml
 2022-04-09  9:11 UTC  (4+ messages)
` [PATCH v4, 1/3] dt-bindings: display: mediatek: dsi: "
` [PATCH v4, 2/3] dt-bindings: display: mediatek: dsi: Add compatible for MediaTek MT8186
` [PATCH v4,3/3] drm/mediatek: Add mt8186 dsi compatible to mtk_dsi.c

[PATCH 3/4] dt-bindings: drm/bridge: anx7625: Change bus-type to 7 (DPI)
 2022-04-09  4:47 UTC  (3+ messages)


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).