dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-09 12:15:54 to 2020-03-10 23:15:44 UTC [more...]

[PATCH] spi: spi-fsl-dspi: fix DMA mapping
 2020-03-10 18:35 UTC  (7+ messages)
` Applied "spi: spi-fsl-dspi: fix DMA mapping" to the spi tree

[PATCH v2 00/17] drm: subsytem-wide debugfs functions refactor
 2020-03-10 15:43 UTC  (4+ messages)
` [PATCH v2 06/17] drm/arm: make hdlcd_debugfs_init() return 0

[PATCH v8] dt-bindings: display: Add idk-2121wr binding
 2020-03-10 19:54 UTC  (2+ messages)

[PATCH 0/2] Add support for Topwise A721 tablet
 2020-03-10 19:10 UTC  (4+ messages)
` [PATCH 1/2] drm/panel: Add Starry KR070PE2T

[PATCH v6 1/2] drm/edid: Name the detailed monitor range flags
 2020-03-10 23:16 UTC  (2+ messages)
` [PATCH v6 2/2] drm/edid: Add function to parse EDID descriptors for monitor range

[RFC PATCH 0/8] *** Per context fencing ***
 2020-03-10 22:57 UTC  (11+ messages)
` [RFC PATCH 1/8] drm/virtio: use fence_id when processing fences
` [RFC PATCH 2/8] drm/virtio: allocate a fence context for every 3D context
` [RFC PATCH 3/8] drm/virtio: plumb virtio_gpu_fpriv to virtio_gpu_fence_alloc
` [RFC PATCH 4/8] drm/virtio: rename sync_seq and last_seq
` [RFC PATCH 5/8] drm/virtio: track fence_id in virtio_gpu_fence
` [RFC PATCH 6/8] virtio/drm: rework virtio_fence_signaled
` [RFC PATCH 7/8] drm/virtio: check context when signaling
` [RFC PATCH 8/8] drm/virtio: enable per context fencing

[pull] amdgpu, amdkfd, scheduler drm-next-5.7
 2020-03-10 21:27 UTC 

[DPU PATCH v4 0/5] Add support for DisplayPort driver on SnapDragon
 2020-03-10 21:24 UTC  (3+ messages)
` [DPU PATCH v4 1/5] dt-bindings: msm/dp: add bindings of DP/DP-PLL driver for Snapdragon

[PATCH v2] drm/i915/mst: Hookup DRM DP MST late_register/early_unregister callbacks
 2020-03-10 20:11 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v7] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
 2020-03-10 19:26 UTC 

[PATCH v5 1/2] drm/edid: Name the detailed monitor range flags
 2020-03-10 19:21 UTC  (8+ messages)
` [PATCH v5 2/2] drm/edid: Add function to parse EDID descriptors for adaptive sync limits

[PATCH] drm/i915/mst: Hookup DRM DP MST late_register/early_unregister callbacks
 2020-03-10 18:43 UTC  (3+ messages)

[PATCH V3 0/4] Add support for WLED5
 2020-03-10 18:31 UTC  (9+ messages)
` [PATCH V3 1/4] backlight: qcom-wled: convert the wled bindings to .yaml format
` [PATCH V3 2/4] backlight: qcom-wled: Add callback functions
` [PATCH V3 3/4] backlight: qcom-wled: Add support for WLED5 peripheral in PM8150L
` [PATCH V3 4/4] backlight: qcom-wled: Update auto calibration support for WLED5

[v2] dt-bindings: msm: disp: add yaml schemas for DPU and DSI bindings
 2020-03-10 18:05 UTC  (2+ messages)

[PATCH v4 0/2] Add support for rm69299 Visionox panel driver and add devicetree bindings for visionox panel
 2020-03-10 18:00 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: display: add visionox rm69299 panel variant
` [PATCH v4 2/2] drm/panel: add support for rm69299 visionox panel driver

[PATCH v2 4/4] drm/dp_mst: Rewrite and fix bandwidth limit checks
 2020-03-10 17:51 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] drm/panel-simple: Fix dotclock for Ortustech COM37H3M
 2020-03-10 17:43 UTC  (3+ messages)

[PATCH] drm: panel: Set connector type for OrtusTech COM43H4M85ULC panel
 2020-03-10 17:37 UTC  (10+ messages)

[PATCH 00/21] drm: mxsfb: Add i.MX7 support
 2020-03-10 16:37 UTC  (25+ messages)
` [PATCH 01/21] drm: mxsfb: Remove fbdev leftovers
` [PATCH 02/21] drm: mxsfb: Use drm_panel_bridge
` [PATCH 03/21] drm: mxsfb: Use BIT() macro to define register bitfields
` [PATCH 04/21] drm: mxsfb: Remove unused macros from mxsfb_regs.h
` [PATCH 05/21] drm: mxsfb: Clarify format and bus width configuration
` [PATCH 06/21] drm: mxsfb: Pass mxsfb_drm_private pointer to mxsfb_reset_block()
` [PATCH 07/21] drm: mxsfb: Use LCDC_CTRL register name explicitly
` [PATCH 08/21] drm: mxsfb: Remove register definitions from mxsfb_crtc.c
` [PATCH 09/21] drm: mxsfb: Remove unneeded includes
` [PATCH 10/21] drm: mxsfb: Stop using DRM simple display pipeline helper
` [PATCH 11/21] drm: mxsfb: Rename mxsfb_crtc.c to mxsfb_kms.c
` [PATCH 12/21] drm: mxsfb: Move vblank event arm to CRTC .atomic_flush()
` [PATCH 13/21] drm: mxsfb: Don't touch AXI clock in IRQ context
` [PATCH 14/21] drm: mxsfb: Enable vblank handling
` [PATCH 15/21] drm: mxsfb: Remove mxsfb_devdata unused fields
` [PATCH 16/21] drm: mxsfb: Add i.MX7 to the list of supported SoCs in Kconfig
      ` [PATCH v1.1 "
` [PATCH 17/21] drm: mxsfb: Update internal IP version number for i.MX6SX
` [PATCH 18/21] drm: mxsfb: Drop non-OF support
` [PATCH 19/21] drm: mxsfb: Turn mxsfb_set_pixel_fmt() into a void function
` [PATCH 20/21] drm: mxsfb: Merge mxsfb_set_pixel_fmt() and mxsfb_set_bus_fmt()
` [PATCH 21/21] drm: mxsfb: Support the alpha plane

[RFC][PATCH 0/5] Introduce drm scaling filter property
 2020-03-10 16:17 UTC  (9+ messages)
` [RFC][PATCH 1/5] drm: Introduce "
` [RFC][PATCH 3/5] drm/i915: Enable scaling filter for plane and pipe
` [RFC][PATCH 4/5] drm/i915: Introduce scaling filter related registers and bit fields
` [RFC][PATCH 5/5] drm/i915/display: Add Nearest-neighbor based integer scaling support

[PATCH v2 0/4] drm/dp_mst: Fix bandwidth checking regressions from DSC patches
 2020-03-10 15:35 UTC  (6+ messages)
` [PATCH v2 1/4] drm/dp_mst: Rename drm_dp_mst_is_dp_mst_end_device() to be less redundant
` [PATCH v2 2/4] drm/dp_mst: Use full_pbn instead of available_pbn for bandwidth checks

[PATCH v7 02/13] drm/i915: Use 64-bit division macros for period and duty cycle
 2020-03-10 14:34 UTC  (3+ messages)
` [PATCH v7 12/13] backlight: pwm_bl: "

[PATCH v2 00/22] Move media documentation files
 2020-03-10 13:42 UTC 

[PATCH 5.5 144/189] drm: kirin: Revert "Fix for hikey620 display offset problem"
 2020-03-10 12:39 UTC 

[PATCH 5.4 131/168] drm: kirin: Revert "Fix for hikey620 display offset problem"
 2020-03-10 12:39 UTC 

[PATCH 00/33] drm/panel: Fix dotclocks
 2020-03-10 12:04 UTC  (15+ messages)
` [PATCH 15/33] drm/panel-simple: Fix dotclock for EDT ET035012DM6
` [PATCH 24/33] drm/panel-simple: Fix dotclock for Ortustech COM37H3M

[drm-intel:topic/core-for-CI 18/20] arch/powerpc/platforms/embedded6xx/Kconfig:2: symbol EMBEDDED6xx depends on BROKEN_ON_SMP
 2020-03-10 11:02 UTC 

Patch "drm: kirin: Revert "Fix for hikey620 display offset problem"" has been added to the 5.4-stable tree
 2020-03-10 10:58 UTC 

[drm-intel:topic/core-for-CI 18/20] init/Kconfig:77: symbol BROKEN is selected by DRM_I915_DEBUG
 2020-03-10 10:58 UTC 

Patch "drm: kirin: Revert "Fix for hikey620 display offset problem"" has been added to the 5.5-stable tree
 2020-03-10 10:55 UTC 

[PATCH v2] drm/bridge: analogix_dp: Split bind() into probe() and real bind()
 2020-03-10 10:34 UTC 

[PATCH] drm/bridge: analogix_dp: Split bind() into probe() and real bind()
 2020-03-10 10:35 UTC  (5+ messages)
    ` [PATCH] drm/bridge: analogix_dp: Split bind() into probe() and real bind()【请注意,邮件由linux-rockchip-bounces+andy.yan=rock-chips.com@lists.infradead.org代发】

[PATCH] drm: bridge: tfp410: Check device ID for I2C-connected TFP410
 2020-03-10 10:18 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/89] drm/vc4: Support BCM2711 Display Pipeline
 2020-03-10 10:16 UTC  (10+ messages)
` [PATCH 01/89] dt-bindings: i2c: brcmstb: Convert the BRCMSTB binding to a schema
` [PATCH 02/89] dt-bindings: i2c: brcmstb: Add BCM2711 BSC/AUTO-I2C binding
` [PATCH 03/89] i2c: brcmstb: Support BCM2711 HDMI BSC controllers
` [PATCH 04/89] i2c: brcmstb: Allow to compile it on BCM2835

[PATCH v5 00/11] drm/bridge: dw-hdmi: implement bus-format negotiation and YUV420 support
 2020-03-10 10:08 UTC  (2+ messages)

[PATCH] drm/imx: parallel-display: Adjust bus_flags and bus_format handling
 2020-03-10  8:13 UTC  (12+ messages)

[RESEND PATCH v2 0/3] Add support for Chrontel CH7033 VGA/DVI Encoder
 2020-03-07 19:08 UTC  (8+ messages)
` [RESEND PATCH v2 1/3] dt-bindings: Add vendor prefix for Chrontel, Inc
` [RESEND PATCH v2 2/3] dt-bindings: display: Add Chrontel CH7033 Video Encoder binding
` [RESEND PATCH v2 3/3] drm/bridge: chrontel-ch7033: Add a new driver

[PATCH] Fix off by one in nvidia driver strncpy size arg
 2020-03-09 12:49 UTC 

[PULL] drm-misc-next
 2020-03-09 13:54 UTC 

[PATCH v4 0/4] Add support for devices in the Energy Model
 2020-03-09 14:15 UTC  (6+ messages)
` [PATCH v4 1/4] PM / EM: add devices to "
` [PATCH v4 2/4] OPP: change parameter to device pointer in dev_pm_opp_of_register_em()
` [PATCH v4 3/4] thermal: devfreq_cooling: Refactor code and switch to use Energy Model
` [PATCH v4 4/4] drm/panfrost: Register devfreq cooling and attempt to add "

[PATCH v3] video: fbdev: vesafb: add missed release_region
 2020-03-10  2:35 UTC 

[PATCH V2] drm/imx: parallel-display: Adjust bus_flags handling
 2020-03-09 20:18 UTC 

[PATCH v7 0/4] drm: Add support for integrated privacy screen
 2020-03-10  0:18 UTC  (6+ messages)
` [PATCH v7 1/4] intel_acpi: Rename drm_dev local variable to dev
` [PATCH v7 2/4] drm/connector: Add support for privacy-screen property
` [PATCH v7 3/4] drm/i915: Lookup and attach ACPI device node for connectors
` [PATCH v7 4/4] drm/i915: Add support for integrated privacy screen

[PATCH 0/3] Add it66121 driver
 2020-03-09 18:59 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: add ITE vendor
` [PATCH 2/3] dt-bindings: display: bridge: add it66121 bindings
` [PATCH 3/3] drm: bridge: add it66121 driver

[RESEND PATCH v7] dt-bindings: display: Add idk-2121wr binding
 2020-03-09 22:28 UTC  (5+ messages)

[PATCH] drm/exynos: Fix memory leak and release IOMMU mapping structures
 2020-03-09  8:41 UTC  (3+ messages)

[PATCH v6 2/3] drm/i915: Lookup and attach ACPI device node for connectors
 2020-03-10  0:09 UTC  (6+ messages)

[PATCH] drm/stm: repair runtime power management
 2020-03-09 11:57 UTC  (3+ messages)

[PATCH v2] video: fbdev: arcfb: add missed free_irq and fix the order of request_irq
 2020-03-10  3:41 UTC 

[PATCH] dt-bindings: display: msm: gmu: move sram property to gpu bindings
 2020-03-09 19:46 UTC  (3+ messages)
` [Freedreno] "

[PATCH] drm/ttm: fix false positive assert
 2020-03-10  7:44 UTC  (4+ messages)

[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
 2020-03-10  2:37 UTC  (3+ messages)
` [PATCH 10/22] drm/mediatek: Use simple encoder

[PATCH] drm: Clean up unused code, to improve a system!
 2020-03-09 15:11 UTC 

[PATCH v11 0/5] arm/arm64: mediatek: Fix mt8173 mmsys device probing
 2020-03-09 22:50 UTC  (7+ messages)
` [PATCH v11 3/5] soc: mediatek: Move mt8173 MMSYS to platform driver

[PATCH 0/2] drm/dp_mst: Fix link address probing regressions
 2020-03-09 21:04 UTC  (2+ messages)

[PATCH 0/5] Cleanup drm_dp_mst_topology_cbs hooks
 2020-03-09 20:37 UTC  (3+ messages)

[PATCH v4 1/2] drm/edid: Name the detailed monitor range flags
 2020-03-09 20:34 UTC  (5+ messages)
` [Intel-gfx] "

[PATCH] drm: rework SET_MASTER and DROP_MASTER perm handling
 2020-03-09 18:36 UTC  (6+ messages)

[v1] dt-bindings: msm: disp: add yaml schemas for DPU and DSI bindings
 2020-03-09 18:06 UTC  (2+ messages)

[PATCH v5 0/2] Add support for rm69299 Visionox panel driver and add devicetree bindings for visionox panel
 2020-03-09 17:05 UTC  (3+ messages)
` [PATCH v5 2/2] drm/panel: add support for rm69299 visionox panel driver

[PATCH] RFC: dma-buf: Add an API for importing and exporting sync files
 2020-03-09 16:21 UTC  (13+ messages)

[PATCH 04/33] drm/panel-ilitek-ili9322: Fix dotclocks
 2020-03-09 15:33 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 01/33] drm/panel-novatek-nt35510: Fix dotclock
 2020-03-09 15:33 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v5 0/2] msm/gpu/a6xx: use the DMA-API for GMU memory allocations
 2020-03-09 15:17 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: display: msm: Convert GMU bindings to YAML
` [PATCH v5 2/2] drm/msm/a6xx: Use the DMA API for GMU memory objects

[PATCH] drm/mm: Allow drm_mm_initialized() to be used outside of the locks
 2020-03-09 12:15 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).