dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-24 11:26:56 to 2020-04-25 21:07:03 UTC [more...]

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

[RFC PATCH 0/2] Add Xilinx DSI-TX DRM driver
 2020-04-25 20:29 UTC  (3+ messages)
` [RFC PATCH 1/2] dt-bindings: display: xlnx: Add Xilinx DSI TX subsystem bindings

[PATCH v3 0/6] drm: Prepare to use a GPIO on ti-sn65dsi86 for Hot Plug Detect
 2020-04-25 19:32 UTC  (3+ messages)
` [PATCH v3 4/6] dt-bindings: drm/bridge: ti-sn65dsi86: Convert to yaml

[PATCH v2 1/2] dt-bindings: display: simple: Add IVO M133NWF4 R0
 2020-04-25 17:58 UTC  (2+ messages)

[PATCH v3 0/7] Convert mtk-dsi to drm_bridge API and get EDID for ps8640 bridge
 2020-04-25 17:23 UTC  (2+ messages)

[PATCH v5 0/6] Support DRM bridges on NVIDIA Tegra
 2020-04-25 17:02 UTC  (3+ messages)
` [PATCH v5 6/6] drm/tegra: output: rgb: Wrap directly-connected panel into DRM bridge

[PATCH 1/2] dt-bindings: display: simple: Add BOE NV133FHM-N61
 2020-04-25 15:43 UTC  (4+ messages)
` [PATCH 2/2] panel: "

[PATCH] video/fbdev/riva: Remove dead code
 2020-04-25 15:11 UTC  (2+ messages)

[PATCH -next] drm/panel: remove set but not used variable 'config'
 2020-04-25 14:57 UTC  (2+ messages)

[PATCH] dt-bindings: panel: Document some missing compatible strings
 2020-04-25 14:55 UTC  (2+ messages)

[PATCH] drm/bridge: panel: Return always an error pointer in drm_panel_bridge_add()
 2020-04-25 14:49 UTC  (2+ messages)

[PATCH 1/2] drm: panel: Set connector type for LP120UP1
 2020-04-25 14:48 UTC  (4+ messages)
` [PATCH 2/2] drm/bridge: ps8640: Let panel to set the connector type

[PATCHv2 0/3] Add multiple AUO panels
 2020-04-25 14:40 UTC  (2+ messages)

[PATCH] drm/panel: Remove unneeded semicolon
 2020-04-25 14:39 UTC  (2+ messages)

[PATCH 00/59] devm_drm_dev_alloc, v2
 2020-04-25 12:24 UTC  (49+ messages)
` [PATCH 03/59] drm/vboxvideo: Use devm_drm_dev_alloc
` [PATCH 11/59] drm/udl: "
` [PATCH 26/59] drm/qxl: "
` [PATCH 27/59] drm/qxl: Don't use drm_device->dev_private
` [PATCH 37/59] drm/cirrus: Move to drm/tiny
` [PATCH 39/59] drm/arcpgu: Switch to devm_drm_dev_alloc
` [PATCH 40/59] drm/arcpgu: Stop using drm_device->dev_private
` [PATCH 41/59] drm/arcpgu: Delete arcpgu_priv->fb
` [PATCH 42/59] drm/arc: Embedded a drm_simple_display_pipe
` [PATCH 43/59] drm/arc: Embedd a drm_connector for sim case
` [PATCH 44/59] drm/arc: Drop surplus connector registration
` [PATCH 45/59] drm/arc: Use drmm_mode_config_cleanup
` [PATCH 46/59] drm/arc: Align with simple pipe helpers
` [PATCH 47/59] drm/arc: Convert to drm_simple_kms_pipe_helper
` [PATCH 48/59] drm/arc: Drop fb/crtc check in arc_pgu_update
` [PATCH 49/59] drm/arc: Inline arcpgu_crtc.c
` [PATCH 50/59] drm/arc: Inline arcpgu_drm_hdmi_init
` [PATCH 51/59] drm/arc: Inline remaining files
` [PATCH 52/59] drm/arc: Initialize sim connector before display pipe
` [PATCH 54/59] drm/aspeed: Drop aspeed_gfx->fbdev
` [PATCH 55/59] drm/aspeed: Use devm_drm_dev_alloc
` [PATCH 56/59] drm/aspeed: Use managed drmm_mode_config_cleanup
` [PATCH 58/59] drm/ast: Drop explicit connector register/unregister
` [PATCH 59/59] drm/bochs: Remove explicit drm_connector_register

[PATCH] MAINTAINERS: Restore alphabetical sorting
 2020-04-25 11:56 UTC  (2+ messages)

[Bug 206987] New: [drm] [amdgpu] Whole system crashes when the driver is in mode_support_and_system_configuration
 2020-04-25  8:44 UTC  (3+ messages)
` [Bug 206987] "

[PATCH v7 00/12] ARM/MIPS: DTS: add child nodes describing the PVRSGX GPU present in some OMAP SoC and JZ4780 (and many more)
 2020-04-24 20:43 UTC  (14+ messages)
` [PATCH v7 01/12] dt-bindings: add img, pvrsgx.yaml for Imagination GPUs
` [PATCH v7 02/12] ARM: DTS: am33xx: add sgx gpu child node
` [PATCH v7 03/12] ARM: DTS: am3517: "
` [PATCH v7 04/12] ARM: DTS: omap34xx: "
` [PATCH v7 05/12] ARM: DTS: omap36xx: "
` [PATCH v7 06/12] ARM: DTS: omap4: "
` [PATCH v7 07/12] ARM: DTS: omap5: "
` [PATCH v7 08/12] arm: dts: s5pv210: Add node for SGX 540
` [PATCH v7 09/12] ARM: dts: sun6i: a31: add sgx gpu child node
` [PATCH v7 10/12] ARM: dts: sun6i: a31s: "
` [PATCH v7 11/12] ARM: dts: sun8i: a83t: "
` [PATCH v7 12/12] MIPS: DTS: jz4780: add sgx gpu node

[PATCH v13 00/11] Convert PWM period and duty cycle to u64
 2020-04-24 22:17 UTC  (8+ messages)
` [PATCH v13 01/11] drm/i915: Use 64-bit division macro

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

[PATCH] misc: sram: Add dma-heap-export reserved SRAM area type
 2020-04-25  0:44 UTC  (2+ messages)

[PATCH] dma-buf: heaps: Initialize during core instead of subsys
 2020-04-25  0:23 UTC  (2+ messages)

[Bug 107381] New: radeon VCE init error (-110) -- AMD/Intel Mars Hybrid Graphics
 2020-04-24 23:04 UTC  (2+ messages)
` [Bug 107381] "

[PATCH] drm/amdgpu: Remove unneeded semicolon
 2020-04-24 20:16 UTC  (3+ messages)

[PATCH v6 00/10] Add support for devices in the Energy Model
 2020-04-24 10:43 UTC  (5+ messages)
` [PATCH v6 09/10] thermal: devfreq_cooling: Refactor code and switch to use "

[PATCH] drm/vmwgfx: Fix parameter name in vmw_bo_init
 2020-04-24 10:14 UTC 

[PATCH] drm/rockchip: Remove unneeded semicolon
 2020-04-24  7:44 UTC 

[PATCH v1] console: fix an issue about ioremap leak
 2020-04-24  7:46 UTC  (5+ messages)
  ` console: Complete exception handling in newport_probe()

[PATCH] dt-bindings: display: anx7814.txt: convert to yaml
 2020-04-24 14:08 UTC  (2+ messages)

[PATCH v2] drm/arm: fixes pixel clock enabled with wrong format
 2020-04-24 11:37 UTC  (2+ messages)
`  "

[PATCH] drm/nouveau/mmu: Remove unneeded semicolon
 2020-04-24  7:36 UTC 

INFO: task hung in vcs_open
 2020-04-24 13:19 UTC 

[PATCH v3] console: newport_con: fix an issue about leak related system resources
 2020-04-24 16:54 UTC 

[PATCH] drm: pl111: enable render node
 2020-04-24 18:53 UTC  (3+ messages)

[PATCH v6 00/12] ARM/MIPS: DTS: add child nodes describing the PVRSGX GPU present in some OMAP SoC and JZ4780 (and many more)
 2020-04-24  9:51 UTC  (12+ messages)

[PATCH] drm/meson: Remove unneeded semicolon
 2020-04-24  7:49 UTC 

[PATCH v2] drm: make drm_file use keyed wakeups
 2020-04-24 16:26 UTC 

[PATCH] drm/dp_mst: Fix drm_dp_send_dpcd_write() return code
 2020-04-24 19:16 UTC  (2+ messages)

[pull] amdgpu, amdkfd, radeon drm-next-5.8
 2020-04-24 19:08 UTC 

[git pull] drm fixes for 5.7-rc3
 2020-04-24 18:40 UTC  (2+ messages)

[PATCH] drm/dp_mst: Kill the second sideband tx slot, save the world
 2020-04-24 18:13 UTC 

[DPU PATCH v5 0/5] Add support for DisplayPort driver on SnapDragon
 2020-04-24 17:13 UTC  (2+ messages)

[PATCH] amdgpu/dc: remove redundant assignment to variable 'option'
 2020-04-24 14:21 UTC  (2+ messages)

[PATCH][next] drm/amdgpu: fix unlocks on error return path
 2020-04-24 14:15 UTC  (2+ messages)

[PATCH 1/2] drm/lima: Clean up IRQ warnings
 2020-04-24 13:06 UTC  (3+ messages)

[PATCH v2 00/10] drm/lima: add suspend/resume support
 2020-04-24 13:06 UTC  (3+ messages)

[PATCH 1/5] drm: report dp downstream port type as a subconnector property
 2020-04-24 12:50 UTC  (5+ messages)
` [PATCH 2/5] drm/i915: utilize subconnector property for DP
` [PATCH 3/5] drm/nouveau: "
` [PATCH 4/5] drm/amdgpu: utilize subconnector property for DP through atombios
` [PATCH 5/5] drm/amdgpu: utilize subconnector property for DP through DisplayManager

[PATCH AUTOSEL 5.6 14/38] drm/amdgpu: fix wrong vram lost counter increment V2
 2020-04-24 12:22 UTC 

[PATCH v7 0/2] Add initial support for slimport anx7625
 2020-04-24 12:12 UTC  (5+ messages)
` [PATCH v7 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

[PATCH] dt-bindings: display: analogix_dp.txt: convert to yaml
 2020-04-24 11:26 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).