dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-26 19:58:33 to 2020-02-27 18:16:04 UTC [more...]

[PATCH 00/51] drm managed resources, v3
 2020-02-27 18:14 UTC  (9+ messages)
` [PATCH 01/51] mm/sl[uo]b: export __kmalloc_track(_node)_caller
` [PATCH 02/51] drm/i915: Don't clear drvdata in ->release
` [PATCH 03/51] drm: add managed resources tied to drm_device
` [PATCH 04/51] drm: Set final_kfree in drm_dev_alloc
` [PATCH 05/51] drm/mipi_dbi: Use drmm_add_final_kfree in all drivers
` [PATCH 06/51] drm/udl: Use drmm_add_final_kfree
` [PATCH 07/51] drm/qxl: "
` [PATCH 15/51] drm/repaper: "

[PATCH 00/17] DRM: imx spring-cleaning
 2020-02-27 18:14 UTC  (21+ messages)
` [PATCH 01/17] drm/imx: drop useless best_encoder callback
` [PATCH 02/17] drm/imx: parallel-display: fix edid memory leak
` [PATCH 03/17] drm/imx: parallel-display: move panel/bridge detection to fail early
` [PATCH 04/17] drm/imx: parallel-display: detach panel within drm_encoder destroy
` [PATCH 05/17] drm/imx: parallel-display: split encoder and decoder states
` [PATCH 06/17] imx/drm: parallel-display: split attach function
` [PATCH 07/17] drm/imx: tve: add regulator_disable devm_action
` [PATCH 08/17] drm/imx: tve: split global state container
` [PATCH 09/17] drm/imx: imx-ldb: remove useless enum
` [PATCH 10/17] drm/imx: imx-ldb: fix edid memory leak
` [PATCH 11/17] drm/imx: imx-ldb: release ldb-channel resources within encoder destroy
` [PATCH 12/17] drm/imx: remove imx_drm_encoder_destroy helper
` [PATCH 13/17] drm/imx: imx-ldb: split imx_ldb devres allocation context
` [PATCH 14/17] drm/imx: imx-ldb: add ldb_is_dual helper
` [PATCH 15/17] drm/imx: imx-ldb: split encoder and decoder states
` [PATCH 16/17] drm/imx: imx-ldb: refactor imx_ldb_bind
` [PATCH 17/17] drm/imx: fix drm_mode_config_cleanup race condition

[PATCH 00/51] drm managed resources, v2
 2020-02-27 17:46 UTC  (4+ messages)
` [PATCH 18/51] drm/<drivers>: Use drmm_add_final_kfree

[PATCH v9 0/5] mt8183 dpi supports dual edge and pin mode swap
 2020-02-27 17:19 UTC  (7+ messages)
` [PATCH v9 1/5] dt-bindings: media: add pclk-sample dual edge property
` [PATCH v9 2/5] dt-bindings: display: mediatek: control dpi pins mode to avoid leakage
` [PATCH v9 3/5] dt-bindings: display: mediatek: dpi sample data in dual edge support

[RFC 0/8] MIPS: CI20: add HDMI out support
 2020-02-27 16:57 UTC  (12+ messages)
` [RFC 1/8] dt-bindings: video: Add jz4780-lcd binding
` [RFC 2/8] dt-bindings: video: Add jz4780-hdmi binding
` [RFC 3/8] drm: ingenic-drm: add MODULE_DEVICE_TABLE
` [RFC 4/8] drm: ingenic: add jz4780 Synopsys HDMI driver
` [RFC 5/8] pinctrl: ingenic: add hdmi-ddc pin control group
` [RFC 6/8] MIPS: DTS: jz4780: account for Synopsys HDMI driver and LCD controller
` [RFC 7/8] MIPS: DTS: CI20: add HDMI setup
` [RFC 8/8] MIPS: CI20: defconfig: configure for DRM_DW_HDMI_JZ4780

[PATCH RFC v4 0/6] Add Unisoc's drm kms module
 2020-02-27 16:50 UTC  (8+ messages)
` [PATCH RFC v4 1/6] dt-bindings: display: add Unisoc's drm master bindings
` [PATCH RFC v4 2/6] drm/sprd: add Unisoc's drm kms master
` [PATCH RFC v4 3/6] dt-bindings: display: add Unisoc's dpu bindings
` [PATCH RFC v4 4/6] drm/sprd: add Unisoc's drm display controller driver
` [PATCH RFC v4 5/6] dt-bindings: display: add Unisoc's mipi dsi&dphy bindings
` [PATCH RFC v4 6/6] drm/sprd: add Unisoc's drm mipi dsi&dphy driver

[PATCH][V2] backlight: sky81452: insure while loop does not allow negative array indexing
 2020-02-27 15:10 UTC  (5+ messages)
` AW: "

[PATCH 0/2] drm/amd/display: dc_link: cleaning up some code style issues
 2020-02-27 15:05 UTC  (5+ messages)
` [PATCH 1/2] drm/amd/display: dc_link: code clean up on enable_link_dp function
` [PATCH 2/2] drm/amd/display: dc_link: code clean up on detect_dp function

5.6 DP-MST regression: 1 of 2 monitors on TB3 (DP-MST) dock no longer light up
 2020-02-27 15:04 UTC  (7+ messages)

[PATCH 00/21] drm: subsytem-wide debugfs functions refactor
 2020-02-27 14:53 UTC  (33+ messages)
` [PATCH 01/21] drm/debugfs: remove checks for return value of drm_debugfs functions
` [PATCH 02/21] drm: convert the drm_driver.debugfs_init() hook to return void
` [PATCH 03/21] drm: convert drm_debugfs functions "
` [PATCH 04/21] drm/vram-helper: make drm_vram_mm_debugfs_init() "
` [PATCH 05/21] drm/vc4: remove check of return value of drm_debugfs functions
` [PATCH 06/21] drm/arc: make arcpgu_debugfs_init return void
` [PATCH 07/21] drm/arm: make hdlcd_debugfs_init() "
` [PATCH 08/21] drm/etnaviv: remove check for return value of drm_debugfs function
` [PATCH 09/21] drm/nouveau: remove checks for return value of debugfs functions
` [PATCH 10/21] drm/tegra: remove checks for debugfs functions return value
` [PATCH 11/21] drm/v3d: make v3d_debugfs_init return void
` [PATCH 12/21] drm/msm: remove checks for return value of drm_debugfs functions
` [PATCH 13/21] drm/omapdrm: "
` [PATCH 14/21] drm/pl111: make pl111_debugfs_init return void
` [PATCH 15/21] drm/sti: remove use drm_debugfs functions as return value
` [PATCH 16/21] drm/i915: make *_debugfs_register() functions return void
` [PATCH 17/21] drm/tilcdc: remove check for return value of debugfs functions
` [PATCH 18/21] drm/virtio: make virtio_gpu_debugfs() return void
` [PATCH 19/21] drm/mipi_dbi: make midi_dbi_debugfs_init() "
` [PATCH 20/21] drm/qxl: have debugfs functions "
` [PATCH 21/21] drm/arm: have malidp_debufs_init() "

[PATCH v5 0/3] drm/virtio: fix mmap page attributes
 2020-02-27 13:49 UTC  (12+ messages)
` [PATCH v5 1/3] drm/shmem: add support for per object caching flags

[PATCH v9 0/4] arm64: mediatek: Fix mt8173 mmsys device probing
 2020-02-27  9:04 UTC  (14+ messages)
` [PATCH v9 1/4] drm/mediatek: Use regmap for register access
` [PATCH v9 2/4] drm/mediatek: Omit warning on probe defers
` [PATCH v9 3/4] soc: mediatek: Move mt8173 MMSYS to platform driver
` [PATCH v9 4/4] drm/mediatek: Fix mediatek-drm device probing

[v2 1/2] drm/msm/dpu: add DP support for sc7180 target
 2020-02-27  8:38 UTC  (2+ messages)
` [v2 2/2] drm/msm/dpu: fix reservation cleanup during modeset

[PATCH 2/7] docs: dt: fix several broken references due to renames
 2020-02-27  9:16 UTC  (2+ messages)

[PULL] drm-misc-next
 2020-02-27 11:32 UTC 

[PATCH libdrm] modetest: call drmModeCrtcSetGamma() only if add_property_optional returns true
 2020-02-27  8:40 UTC  (2+ messages)

[PATCH v2 0/6] Add LCD support for Pine64 Pinebook 1080p
 2020-02-27 12:53 UTC  (3+ messages)
` [PATCH v2 6/6] arm64: allwinner: a64: enable LCD-related hardware for Pinebook

[PATCH v6] drm/tidss: dispc: Fix broken plane positioning code
 2020-02-27 12:00 UTC 

[PATCH v3 0/4] Add support for iMX8MQ Display Controller Subsystem
 2020-02-27 11:52 UTC  (3+ messages)
` [PATCH v3 3/4] dt-bindings: display: imx: add bindings for DCSS

[PATCH] drm/bridge: analogix-anx6345: fix set of link bandwidth
 2020-02-27 11:34 UTC  (6+ messages)

[PATCH] drm/etnaviv: request pages from DMA32 zone when needed
 2020-02-27 11:09 UTC 

[RFC PATCH 0/8] *** Refactor struct virtgpu_object ***
 2020-02-27 10:59 UTC  (11+ messages)
` [RFC PATCH 1/8] drm/virtio: make mmap callback consistent with callbacks
` [RFC PATCH 2/8] drm/virtio: add virtio_gpu_is_shmem helper
` [RFC PATCH 3/8] drm/virtio: add virtio_gpu_get_handle function
` [RFC PATCH 4/8] drm/virtio: make RESOURCE_UNREF use virtio_gpu_get_handle(..)
` [RFC PATCH 5/8] drm/virtio: make {ATTACH_RESOURCE, DETACH_RESOURCE} "
` [RFC PATCH 6/8] drm/virtio: rename virtio_gpu_object_array to virtio_gpu_gem_array
` [RFC PATCH 7/8] drm/virtio: rename virtio_gpu_object_params to virtio_gpu_create_params
` [RFC PATCH 8/8] drm/virtio: rename virtio_gpu_object to virtio_gpu_shmem

[PATCH] drm/tegra: remove checks for debugfs functions return value
 2020-02-27 10:56 UTC  (3+ messages)
` [PATCH] drm/tilcdc: remove check for return value of debugfs functions

[PATCH] drm/tidss: Add prepare_fb to the plane helper funcs
 2020-02-27 10:37 UTC  (3+ messages)

[PATCH -next] drm/tidss: Drop pointless static qualifier in dispc_find_csc()
 2020-02-27 10:01 UTC  (2+ messages)

[PATCH][next][V2] drm/tidss: fix spelling mistakes "bufer" and "requsted"
 2020-02-27 10:00 UTC  (2+ messages)

[PATCH] drm/tidss: Use drm_for_each_bridge_in_chain()
 2020-02-27 10:00 UTC  (2+ messages)

[PATCH 5/5] drm/amdgpu: implement amdgpu_gem_prime_move_notify v2
 2020-02-27  9:38 UTC  (14+ messages)

[RFC 0/9] Regmap over USB for Multifunction USB Device (gpio, display, ...)
 2020-02-27  9:09 UTC  (3+ messages)
` [RFC 2/9] mfd: Add driver for Multifunction USB Device

[PATCH] drm/exynos: hdmi: don't leak enable HDMI_EN regulator if probe fails
 2020-02-27  9:03 UTC  (2+ messages)

[PATCH] drm/exynos: dsi: fix workaround for the legacy clock name
 2020-02-27  8:58 UTC  (2+ messages)

[Intel-gfx][PATCH 00/10] drm/i915: Introduce i915 based i915_MISSING_CASE macro and us it in i915
 2020-02-27  8:29 UTC  (5+ messages)
` [Intel-gfx][PATCH 01/10] drm/i915: Add i915 device based MISSING_CASE macro

[PATCH] RFC: dma-buf: Add an API for importing and exporting sync files
 2020-02-27  8:28 UTC  (6+ messages)

[v1 1/2] msm: disp: dpu1: add DP support for sc7180 target
 2020-02-27  7:25 UTC  (2+ messages)
` [v1 2/2] msm: disp: dpu1: fix reservations cleanup during modeset

[PATCH 00/89] drm/vc4: Support BCM2711 Display Pipeline
 2020-02-26 15:01 UTC  (11+ messages)
` [PATCH 07/89] clk: bcm: rpi: Allow the driver to be probed by DT
` [PATCH 10/89] clk: bcm: rpi: Remove global pllb_arm clock pointer
` [PATCH 22/89] clk: bcm: rpi: Discover the firmware clocks

[PATCH v6 0/3] drm: Add support for Cadence MHDP DPI/DP bridge and J721E wrapper
 2020-02-26 10:22 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: drm/bridge: Document Cadence MHDP bridge bindings
` [PATCH v6 2/3] drm: bridge: Add support for Cadence MHDP DPI/DP bridge
` [PATCH v6 3/3] drm: bridge: cdns-mhdp: add j721e wrapper

[PATCH v2] drm/hisilicon: Fixed pcie resource conflict between drm and firmware
 2020-02-27  4:39 UTC  (2+ messages)

[PATCH v2] drm/hisilicon: Add the mode_valid function
 2020-02-27  4:41 UTC  (2+ messages)

Etnaviv issues on i.MX8M-Mini
 2020-02-26 15:31 UTC 

[PATCH] drm/hisilicon: Add new clock/resolution configurations
 2020-02-27  4:43 UTC  (2+ messages)

[PATCH v3 0/4] Add support for devices in the Energy Model
 2020-02-26 14:39 UTC  (6+ messages)
` [PATCH v3 4/4] drm/panfrost: Register to the Energy Model with devfreq device

[PATCH] drm/hisilicon: Enable the shadowfb for hibmc
 2020-02-27  4:40 UTC  (2+ messages)

[PATCH 0/7] drm/sun4i: de2/de3 format fixes and updates
 2020-02-26 17:25 UTC  (5+ messages)
` [PATCH 6/7] drm/sun4i: de2: Don't return de2_fmt_info struct

[PATCH] drm/hisilicon: fixed the wrong resolution configurations
 2020-02-27  4:42 UTC  (2+ messages)

[PATCH] drm/mediatek: Remove debug messages for function calls
 2020-02-27  6:09 UTC  (2+ messages)

linux-next: Tree for Feb 26 (gpu/drm/amd/amdgpu/)
 2020-02-26 16:02 UTC 

[PATCH 3/3] drm/vmwgfx: Correct typo in comment
 2020-02-26 17:24 UTC  (3+ messages)

[PATCH v2] drm/exynos: dsi: propagate error value and silence meaningless warning
 2020-02-27  8:04 UTC  (2+ messages)

[PULL] drm-intel-fixes
 2020-02-27  6:04 UTC 

[pull] radeon, amdgpu, amdkfd drm-next-5.7
 2020-02-27  4:31 UTC 

+ dma-buf-free-dmabuf-name-in-dma_buf_release.patch added to -mm tree
 2020-02-27  4:20 UTC  (3+ messages)

[pull] radeon, amdgpu 5.6 fixes
 2020-02-27  3:41 UTC 

[PATCHv2 00/56] drm/omap: Convert DSI code to use drm_mipi_dsi and drm_panel
 2020-02-27  0:32 UTC  (23+ messages)
` [PATCHv2 04/56] omap/drm: drop unused dsi.configure_pins
` [PATCHv2 05/56] drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*
` [PATCHv2 08/56] drm/omap: panel-dsi-cm: convert to transfer API
` [PATCHv2 11/56] drm/omap: dsi: simplify write function
` [PATCHv2 13/56] drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msg
` [PATCHv2 43/56] drm/omap: bind components with drm_device argument

[drm-intel:for-linux-next 3/6] drivers/gpu//drm/i915/display/intel_display.c:253:1: error: 'has_transcoder' defined but not used
 2020-02-27  0:27 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).