dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-24 08:18:22 to 2020-02-24 21:47:42 UTC [more...]

[PATCH 0/3] ti-sysc changes for probing DSS with dts data
 2020-02-24 21:40 UTC  (3+ messages)
` [PATCH 1/3] drm/omap: Prepare DSS for probing without legacy platform data

[PATCH 00/51] drm managed resources, v2
 2020-02-24 20:37 UTC  (4+ messages)
` [PATCH 37/51] drm/rockchip: Drop explicit drm_mode_config_cleanup call

[PATCH v7 00/13] arm/arm64: mediatek: Fix mmsys device probing
 2020-02-24 21:47 UTC  (4+ messages)
` [PATCH v7 06/13] media: mtk-mdp: Check return value of of_clk_get

[PATCH 5/5] drm/amdgpu: implement amdgpu_gem_prime_move_notify v2
 2020-02-24 21:11 UTC  (15+ messages)

[PATCH 13/15] drm/amdgpu/display: split dp connector registration (v3)
 2020-02-24 21:09 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu: Drop DRIVER_USE_AGP
 2020-02-24 20:49 UTC  (10+ messages)
` [PATCH 2/3] drm/radeon: Inline drm_get_pci_dev
` [PATCH 3/3] drm/pci: Unexport drm_get_pci_dev

[PATCH 00/89] drm/vc4: Support BCM2711 Display Pipeline
 2020-02-24 20:24 UTC  (95+ 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 05/89] clk: Return error code when of provider pointer is NULL
` [PATCH 06/89] dt-bindings: clock: Add a binding for the RPi Firmware clocks
` [PATCH 07/89] clk: bcm: rpi: Allow the driver to be probed by DT
` [PATCH 08/89] clk: bcm: rpi: Statically init clk_init_data
` [PATCH 09/89] clk: bcm: rpi: Use clk_hw_register for pllb_arm
` [PATCH 10/89] clk: bcm: rpi: Remove global pllb_arm clock pointer
` [PATCH 11/89] clk: bcm: rpi: Make sure pllb_arm is removed
` [PATCH 12/89] clk: bcm: rpi: Remove pllb_arm_lookup global pointer
` [PATCH 13/89] clk: bcm: rpi: Switch to clk_hw_register_clkdev
` [PATCH 14/89] clk: bcm: rpi: Make sure the clkdev lookup is removed
` [PATCH 15/89] clk: bcm: rpi: Create a data structure for the clocks
` [PATCH 16/89] clk: bcm: rpi: Add clock id to data
` [PATCH 17/89] clk: bcm: rpi: Pass the clocks data to the firmware function
` [PATCH 18/89] clk: bcm: rpi: Rename is_prepared function
` [PATCH 19/89] clk: bcm: rpi: Split pllb clock hooks
` [PATCH 20/89] clk: bcm: rpi: Make the PLLB registration function return a clk_hw
` [PATCH 21/89] clk: bcm: rpi: Add DT provider for the clocks
` [PATCH 22/89] clk: bcm: rpi: Discover the firmware clocks
  ` [PATCH] clk: bcm: rpi: fix noderef.cocci warnings
` [PATCH 23/89] ARM: dts: bcm2711: Add firmware clocks node
` [PATCH 24/89] reset: Move reset-simple header out of drivers/reset
` [PATCH 25/89] reset: simple: Add reset callback
` [PATCH 26/89] dt-bindings: clock: Add BCM2711 DVP binding
` [PATCH 27/89] clk: bcm: Add BCM2711 DVP driver
` [PATCH 28/89] ARM: dts: bcm2711: Add HDMI DVP
` [PATCH 29/89] dt-bindings: display: Convert VC4 bindings to schemas
` [PATCH 30/89] dt-bindings: display: vc4: dpi: Add missing clock-names property
` [PATCH 31/89] dt-bindings: display: vc4: dsi: Add missing clock properties
` [PATCH 32/89] dt-bindings: display: vc4: hdmi: Add missing clock-names property
` [PATCH 33/89] dt-bindings: display: vc4: Document BCM2711 VC5
` [PATCH 34/89] drm/vc4: drv: Add include guards
` [PATCH 35/89] drm/vc4: drv: Support BCM2711
` [PATCH 36/89] drm/vc4: drv: Add support for the BCM2711 HVS5
` [PATCH 37/89] drm/vc4: plane: Improve LBM usage
` [PATCH 38/89] drm/vc4: plane: Move planes creation to its own function
` [PATCH 39/89] drm/vc4: plane: Move additional planes creation to driver
` [PATCH 40/89] drm/vc4: plane: Register all the planes at once
` [PATCH 41/89] drm/vc4: plane: Create overlays for any CRTC
` [PATCH 42/89] drm/vc4: plane: Create more planes
` [PATCH 43/89] drm/vc4: crtc: Rename SoC data structures
` [PATCH 44/89] drm/vc4: crtc: Move crtc state to common header
` [PATCH 45/89] drm/vc4: crtc: Deal with different number of pixel per clock
` [PATCH 46/89] drm/vc4: crtc: Use a shared interrupt
` [PATCH 47/89] drm/vc4: crtc: Turn static const variable into a define
` [PATCH 48/89] drm/vc4: crtc: Move the cob allocation outside of bind
` [PATCH 49/89] drm/vc4: crtc: Rename HVS channel to output
` [PATCH 50/89] drm/vc4: crtc: Use local chan variable
` [PATCH 51/89] drm/vc4: crtc: Enable and disable the PV in atomic_enable / disable
` [PATCH 52/89] drm/vc4: crtc: Assign output to channel automatically
` [PATCH 53/89] drm/vc4: crtc: Add FIFO depth to vc4_crtc_data
` [PATCH 54/89] drm/vc4: crtc: Add function to compute FIFO level bits
` [PATCH 55/89] drm/vc4: crtc: Rename HDMI encoder type to HDMI0
` [PATCH 56/89] drm/vc4: crtc: Add HDMI1 encoder type
` [PATCH 57/89] drm/vc4: crtc: Remove redundant call to drm_crtc_enable_color_mgmt
` [PATCH 58/89] drm/vc4: crtc: Disable color management for HVS5
` [PATCH 59/89] dt-bindings: display: vc4: pv: Add BCM2711 pixel valves
` [PATCH 60/89] drm/vc4: crtc: Add BCM2711 pixelvalves
` [PATCH 61/89] drm/vc4: hdmi: Use debugfs private field
` [PATCH 62/89] drm/vc4: hdmi: Move structure to header
` [PATCH 63/89] drm/vc4: hdmi: rework connectors and encoders
` [PATCH 64/89] drm/vc4: hdmi: Remove DDC argument to connector_init
` [PATCH 65/89] drm/vc4: hdmi: Rename hdmi to vc4_hdmi
` [PATCH 66/89] drm/vc4: hdmi: Move accessors "
` [PATCH 67/89] drm/vc4: hdmi: Use local vc4_hdmi directly
` [PATCH 68/89] drm/vc4: hdmi: Add container_of macros for encoders and connectors
` [PATCH 69/89] drm/vc4: hdmi: Pass vc4_hdmi to CEC code
` [PATCH 70/89] drm/vc4: hdmi: Remove vc4_dev hdmi pointer
` [PATCH 71/89] drm/vc4: hdmi: Remove vc4_hdmi_connector
` [PATCH 72/89] drm/vc4: hdmi: Introduce resource init and variant
` [PATCH 73/89] drm/vc4: hdmi: Implement a register layout abstraction
` [PATCH 74/89] drm/vc4: hdmi: Add reset callback
` [PATCH 75/89] drm/vc4: hdmi: Add PHY init and disable function
` [PATCH 76/89] drm/vc4: hdmi: Add PHY RNG enable / "
` [PATCH 77/89] drm/vc4: hdmi: Add a CSC setup callback
` [PATCH 78/89] drm/vc4: hdmi: Add a set_timings callback
` [PATCH 79/89] drm/vc4: hdmi: Add HDMI ID
` [PATCH 80/89] drm/vc4: hdmi: Deal with multiple debugfs files
` [PATCH 81/89] drm/vc4: hdmi: Add an audio support flag
` [PATCH 82/89] drm/vc4: hdmi: Move CEC init to its own function
` [PATCH 83/89] drm/vc4: hdmi: Add CEC support flag
` [PATCH 84/89] drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV define
` [PATCH 85/89] drm/vc4: hdmi: Rename drm_encoder pointer in mode_valid
` [PATCH 86/89] drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rate
` [PATCH 87/89] drm/vc4: hdmi: Support the BCM2711 HDMI controllers
` [PATCH 88/89] dt-bindings: display: vc4: hdmi: Add BCM2711 HDMI controllers bindings
` [PATCH 89/89] ARM: dts: bcm2711: Enable the display pipeline

[PATCH v5] drm/tidss: dispc: Fix broken plane positioning code
 2020-02-24 20:02 UTC 

[PATCH v4 0/3] drm: Add support for Cadence MHDP DPI/DP bridge and J721E wrapper
 2020-02-24 19:55 UTC  (3+ messages)
` [PATCH v4 3/3] drm: bridge: cdns-mhdp: add j721e wrapper

[PATCH 1/4 v6] drm/virtio: use consistent names for drm_files
 2020-02-24 18:47 UTC  (7+ messages)
` [PATCH 4/4 v6] drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctl

[PATCH 2/7] docs: dt: fix several broken references due to renames
 2020-02-24 18:14 UTC  (5+ messages)

[PATCH][next][V2] drm/tidss: fix spelling mistakes "bufer" and "requsted"
 2020-02-24 17:42 UTC 

[PATCH][next] drm/tidss: fix spelling mistake "bufer" -> "buffer"
 2020-02-24 17:38 UTC  (2+ messages)
` NAK: "

[PATCH RFC v3 0/6] Add Unisoc's drm kms module
 2020-02-24 17:35 UTC  (19+ messages)
` [PATCH RFC v3 1/6] dt-bindings: display: add Unisoc's drm master bindings
` [PATCH RFC v3 2/6] drm/sprd: add Unisoc's drm kms master
` [PATCH RFC v3 3/6] dt-bindings: display: add Unisoc's dpu bindings
` [PATCH RFC v3 4/6] drm/sprd: add Unisoc's drm display controller driver

[PATCH v3 0/4] Add support for iMX8MQ Display Controller Subsystem
 2020-02-24 17:27 UTC  (5+ messages)
` [PATCH v3 2/4] drm/imx: Add initial support for DCSS on iMX8MQ
` [PATCH v3 3/4] dt-bindings: display: imx: add bindings for DCSS

[PATCH v2] drm/panfrost: Don't try to map on error faults
 2020-02-24 12:27 UTC  (2+ messages)

[PATCH 1/2] drm/vmwgfx: Drop preempt_disable() in vmw_fifo_ping_host()
 2020-02-24 14:07 UTC  (2+ messages)
` [PATCH 2/2] drm/vmwgfx: Remove a few unused functions

[PATCH] Initialize ATA before graphics
 2020-02-24 14:09 UTC 

[RESEND 1/2] drm: bridge: adv7511: Enable SPDIF DAI
 2020-02-24 12:01 UTC  (2+ messages)
` [RESEND 2/2] drm: bridge: adv7511: Extend list of audio sample rates

[PATCH/RFC 0/3] Constify drm_driver
 2020-02-24 15:26 UTC  (4+ messages)
` [PATCH/RFC 3/3] drm: rcar_du: "

[PATCH v2] drm/virtio: fix resource id creation race
 2020-02-24 15:07 UTC  (4+ messages)

[PATCH 1/3] dt-bindings: Add vendor prefix for Elida
 2020-02-24 15:06 UTC  (3+ messages)
` [PATCH 3/3] drm/panel: add panel driver for Elida KD35T133 panels

[PATCH v4] drm/tidss: dispc: Rewrite naive plane positioning code
 2020-02-24 14:49 UTC  (3+ messages)

[RESEND PATCH v2 0/9] iomap: Constify ioreadX() iomem argument
 2020-02-24 14:44 UTC  (6+ messages)
` [RESEND PATCH v2 9/9] ath5k: Constify ioreadX() iomem argument (as in generic implementation)

[PATCH] backlight: lp855x: Ensure regulators are disabled on probe failure
 2020-02-24 14:37 UTC  (2+ messages)

[PATCH 00/12] drm: Put drm_display_mode on diet
 2020-02-24 14:14 UTC  (11+ messages)
` [PATCH 04/12] drm: Nuke mode->vrefresh
` [PATCH 09/12] drm: Shrink drm_display_mode timings
` [PATCH 11/12] drm: Shrink mode->private_flags

[PATCH] drm/arc: make arcpgu_debugfs_init return 0
 2020-02-24 13:59 UTC  (3+ messages)
` [PATCH] drm/arm: make hdlcd_debugfs_init "

[Bug 206475] New: amdgpu under load drop signal to monitor until hard reset
 2020-02-24 13:52 UTC  (3+ messages)
` [Bug 206475] "

[PATCH v2 0/6] update hwdw for gc400
 2020-02-24 13:16 UTC  (2+ messages)

[Bug] virtio-gpu broken with qemu/kvm on arm64 on kernel 5.5+
 2020-02-24 12:59 UTC  (6+ messages)

[Bug 201497] New: [amdgpu]: '*ERROR* No EDID read' is back in 4.19
 2020-02-24 12:01 UTC  (2+ messages)
` [Bug 201497] "

[PATCH v2 0/2] Dual licence some files in GPL-2.0 and MIT
 2020-02-24 11:40 UTC  (4+ messages)
` [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 "

[Intel-gfx] [PATCH v7 0/8] drm: Introduce struct drm_device based WARN* and use them in i915
 2020-02-24 11:11 UTC  (5+ messages)

[RFC PATCH 0/3] KVM: x86: honor guest memory type
 2020-02-24 10:57 UTC  (9+ messages)

[PATCH] drm/bridge: analogix-anx6345: fix set of link bandwidth
 2020-02-24 10:44 UTC  (4+ messages)

[PATCH] drm/amdgpu/display: clean up some indenting
 2020-02-24 10:31 UTC 

[PATCH v3] backlight: pwm_bl: Switch to full GPIO descriptor
 2020-02-24 10:23 UTC  (2+ messages)

[PATCH 0/8] do not store GPU address in TTM
 2020-02-24  9:59 UTC  (10+ messages)
` [PATCH 6/8] drm/vram-helper: don't use ttm bo->offset
` [PATCH 8/8] drm/ttm: do not keep GPU dependent addresses

[PATCH v3] drm: shmobile: Reduce include dependencies
 2020-02-24  9:04 UTC  (2+ messages)

[PATCH RFC v3 0/2] drm: lima: devfreq and cooling device support
 2020-02-22 22:04 UTC  (3+ messages)
` [PATCH RFC v3 1/2] dt-bindings: gpu: mali-utgard: Add the #cooling-cells property
` [PATCH RFC v3 2/2] drm/lima: Add optional devfreq and cooling device support

[PATCH] dma-buf: use spinlock to protect set/get name operation
 2020-02-24  3:28 UTC 

[PATCH] dma-buf/sync_debug: convert to list_for_each_entry()
 2020-02-23  5:37 UTC 

[PATCH v2 0/3] Add support for Chrontel CH7033 VGA/DVI Encoder
 2020-02-21 16:27 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: Add vendor prefix for Chrontel, Inc
` [PATCH v2 2/3] dt-bindings: display: Add Chrontel CH7033 Video Encoder binding
` [PATCH v2 3/3] drm/bridge: chrontel-ch7033: Add a new driver

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

[PATCH 00/52] drm_device managed resources
 2020-02-24  8:18 UTC  (5+ messages)
` [PATCH 01/52] mm/sl[uo]b: export __kmalloc_track(_node)_caller
` [PATCH 31/52] drm/cirrus: Fully embrace devm_

[PATCH] drm: aspeed: Fix GENMASK misuse
 2020-02-24  0:06 UTC  (2+ messages)

[PATCH v2] drm/hisilicon: Fixed pcie resource conflict between drm and firmware
 2020-02-24  6:01 UTC 

[PATCH] dma-buf: support 32bit DMA_BUF_SET_NAME ioctl
 2020-02-24  3:39 UTC 

[PATCH 3/3] drm/vmwgfx: Correct typo in comment
 2020-02-23 20:40 UTC 

KASAN: use-after-free Read in bit_putcs
 2020-02-23 17:30 UTC 

[PATCH RFT v2 0/3] devfreq fixes for panfrost
 2020-02-22 19:42 UTC  (2+ messages)

[PATCH v8 0/6] arm/arm64: mediatek: Fix mmsys device probing
 2020-02-21 17:10 UTC  (9+ messages)

Regression in 5.4 kernel on 32-bit Radeon IBM T40
 2020-02-22 16:16 UTC  (3+ messages)

[PATCH 1/3] drm/amd: Correct typos in comments
 2020-02-23 20:40 UTC 

[PATCH 2/3] drm/radeon: Correct typos in comments
 2020-02-23 20:40 UTC 

[PATCH v6 0/4] add mt8183 dpi driver
 2020-02-24  8:46 UTC  (3+ messages)
` [PATCH v6 1/4] dt-bindings: display: mediatek: update dpi supported chips


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