dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-26 23:33:38 to 2020-05-28 07:46:23 UTC [more...]

[PATCH v3 000/105] drm/vc4: Support BCM2711 Display Pipeline
 2020-05-27 19:40 UTC  (71+ messages)
` [PATCH v3 001/105] reset: Move reset-simple header out of drivers/reset
` [PATCH v3 002/105] reset: simple: Add reset callback
` [PATCH v3 004/105] clk: bcm: Add BCM2711 DVP driver
` [PATCH v3 005/105] ARM: dts: bcm2711: Add HDMI DVP
` [PATCH v3 006/105] dt-bindings: display: Convert VC4 bindings to schemas
` [PATCH v3 007/105] dt-bindings: display: vc4: dpi: Add missing clock-names property
` [PATCH v3 008/105] dt-bindings: display: vc4: dsi: Add missing clock properties
` [PATCH v3 009/105] dt-bindings: display: vc4: hdmi: Add missing clock-names property
` [PATCH v3 011/105] drm/vc4: drv: Add include guards
` [PATCH v3 012/105] drm/vc4: drv: Support BCM2711
` [PATCH v3 013/105] dt-bindings: display: Add support for the BCM2711 HVS
` [PATCH v3 014/105] drm/vc4: Add support for the BCM2711 HVS5
` [PATCH v3 015/105] drm/vc4: hvs: Boost the core clock during modeset
` [PATCH v3 016/105] drm/vc4: plane: Improve LBM usage
` [PATCH v3 019/105] drm/vc4: plane: Register all the planes at once
` [PATCH v3 020/105] drm/vc4: plane: Create overlays for any CRTC
` [PATCH v3 022/105] drm/vc4: crtc: Rename SoC data structures
` [PATCH v3 023/105] drm/vc4: crtc: Switch to of_device_get_match_data
` [PATCH v3 024/105] drm/vc4: crtc: Move crtc state to common header
` [PATCH v3 025/105] drm/vc4: crtc: Deal with different number of pixel per clock
` [PATCH v3 026/105] drm/vc4: crtc: Use a shared interrupt
` [PATCH v3 027/105] drm/vc4: crtc: Turn static const variable into a define
` [PATCH v3 030/105] drm/vc4: crtc: Rename HVS channel to output
` [PATCH v3 032/105] drm/vc4: crtc: Enable and disable the PV in atomic_enable / disable
` [PATCH v3 033/105] drm/vc4: crtc: Assign output to channel automatically
` [PATCH v3 035/105] drm/vc4: crtc: Add function to compute FIFO level bits
` [PATCH v3 036/105] drm/vc4: crtc: Rename HDMI encoder type to HDMI0
` [PATCH v3 037/105] drm/vc4: crtc: Add HDMI1 encoder type
` [PATCH v3 038/105] drm/vc4: crtc: Remove redundant call to drm_crtc_enable_color_mgmt
` [PATCH v3 039/105] drm/vc4: crtc: Disable color management for HVS5
` [PATCH v3 040/105] drm/vc4: crtc: Turn pixelvalve reset into a function
` [PATCH v3 041/105] drm/vc4: crtc: Move HVS mode config to HVS file
` [PATCH v3 042/105] drm/vc4: crtc: Move PV dump to config_pv
` [PATCH v3 053/105] drm/vc4: crtc: Clear the PixelValve FIFO during configuration
` [PATCH v3 054/105] drm/vc4: hvs: Make the stop_channel function public
` [PATCH v3 055/105] drm/vc4: hvs: Introduce a function to get the assigned FIFO
` [PATCH v3 056/105] drm/vc4: crtc: Move the CRTC disable out
` [PATCH v3 058/105] dt-bindings: display: vc4: pv: Add BCM2711 pixel valves
` [PATCH v3 059/105] drm/vc4: crtc: Add BCM2711 pixelvalves
` [PATCH v3 060/105] drm/vc4: crtc: Make state functions public
` [PATCH v3 061/105] drm/vc4: crtc: Split CRTC data in two
` [PATCH v3 062/105] drm/vc4: crtc: Only access the PixelValve registers if we have to
` [PATCH v3 065/105] drm/vc4: crtc: Move the txp_armed function to the TXP
` [PATCH v3 068/105] drm/vc4: hdmi: Use debugfs private field
` [PATCH v3 070/105] drm/vc4: hdmi: rework connectors and encoders
` [PATCH v3 071/105] drm/vc4: hdmi: Remove DDC argument to connector_init
` [PATCH v3 073/105] drm/vc4: hdmi: Move accessors to vc4_hdmi
` [PATCH v3 076/105] drm/vc4: hdmi: Pass vc4_hdmi to CEC code
` [PATCH v3 077/105] drm/vc4: hdmi: Remove vc4_dev hdmi pointer
` [PATCH v3 080/105] drm/vc4: hdmi: Implement a register layout abstraction
` [PATCH v3 081/105] drm/vc4: hdmi: Add reset callback
` [PATCH v3 089/105] drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV define
` [PATCH v3 091/105] drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rate
` [PATCH v3 093/105] drm/vc4: hdmi: Use reg-names to retrieve the HDMI audio registers
` [PATCH v3 094/105] drm/vc4: hdmi: Reset audio infoframe on encoder_enable if previously streaming
` [PATCH v3 100/105] drm/vc4: hdmi: Implement finer-grained hooks
` [PATCH v3 105/105] ARM: dts: bcm2711: Enable the display pipeline

[PATCH v2 00/91] drm/vc4: Support BCM2711 Display Pipeline
 2020-05-27  9:15 UTC  (23+ messages)
` [PATCH v2 06/91] clk: bcm: rpi: Statically init clk_init_data
` [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 15/91] clk: bcm: rpi: Pass the clocks data to the firmware function
` [PATCH v2 20/91] clk: bcm: rpi: Discover the firmware clocks
` [PATCH v2 25/91] clk: bcm: Add BCM2711 DVP driver
` [PATCH v2 00/91] drm/vc4: Support BCM2711 Display Pipelin

[PATCH v8 0/8] Add support for devices in the Energy Model
 2020-05-27  9:58 UTC  (7+ messages)
` [PATCH v8 1/8] PM / EM: change naming convention from 'capacity' to 'performance'
` [PATCH v8 3/8] PM / EM: update callback structure and add device pointer
` [PATCH v8 4/8] PM / EM: add support for other devices than CPUs in Energy Model
` [PATCH v8 5/8] PM / EM: remove em_register_perf_domain
` [PATCH v8 6/8] PM / EM: change name of em_pd_energy to em_cpu_energy
` [PATCH v8 7/8] Documentation: power: update Energy Model description

[PATCH v6 0/9] Enable ili9341 and l3gd20 on stm32f429-disco
 2020-05-27 11:18 UTC  (14+ messages)
` [PATCH v6 1/9] ARM: dts: stm32: Add dma config for spi5
` [PATCH v6 2/9] ARM: dts: stm32: Add pin map for ltdc & spi5 on stm32f429-disco board
` [PATCH v6 3/9] ARM: dts: stm32: enable ltdc binding with ili9341, gyro l3gd20 on stm32429-disco board
` [PATCH v6 5/9] clk: stm32: Fix stm32f429's ltdc driver hang in set clock rate
` [PATCH v6 6/9] clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after kernel startup
` [PATCH v6 7/9] drm/panel: Add ilitek ili9341 panel driver
` [PATCH v6 8/9] spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4
` [PATCH v6 9/9] spi: flags 'SPI_CONTROLLER_MUST_RX' and 'SPI_CONTROLLER_MUST_TX' can't be coexit with 'SPI_3WIRE' mode

[PATCH 0/6] Add support for GPU DDR BW scaling
 2020-05-27 20:51 UTC  (9+ messages)
` [PATCH 5/6] drm: msm: a6xx: use dev_pm_opp_set_bw to set DDR bandwidth
    ` [Freedreno] "

Re:Re:[PATCH] drm: fix setting of plane_mask in pan_display_atomic() function for linux-4.4
 2020-05-27 13:33 UTC 

[PATCH v5 0/8] drm: rcar-du: Add Color Management Module (CMM)
 2020-05-27  7:44 UTC  (5+ messages)

MIPI DSI, DBI, and tinydrm drivers
 2020-05-27 12:10 UTC  (6+ messages)

[Bug 207763] New: Noisy Screen in Linux with kernel 5
 2020-05-28  7:38 UTC  (3+ messages)
` [Bug 207763] "

[PATCH v4.19.x] make 'user_access_begin()' do 'access_ok()'
 2020-05-28  7:30 UTC  (7+ messages)

Dynamically change enumeration list of DRM enumeration property
 2020-05-28  6:59 UTC  (4+ messages)

[GIT PULL v2] mediatek drm next for 5.8
 2020-05-28  6:01 UTC  (5+ messages)

[PATCH 1/2] drm/mxsfb: Call drm_crtc_vblank_on/off
 2020-05-28  5:46 UTC  (10+ messages)
` [PATCH 2/2] drm/atomic-helper: reset vblank on crtc reset
  ` [PATCH] "

[PATCH] nouveau: add fbdev dependency
 2020-05-28  5:36 UTC  (4+ messages)
` [Nouveau] "

[PATCH v1 4/4] gpu: host1x: debug: Dump push buffer state
 2020-05-28  0:53 UTC  (2+ messages)

[PATCH 3/4] dt-bindings: display: bridge: thc63lvd1024: Convert binding to YAML
 2020-05-28  2:42 UTC  (3+ messages)
` [PATCH 5/4] dt-bindings: display: bridge: thc63lvd1024: Document dual-output mode

[PATCH v3 0/5] Add support for PinePhone LCD panel
 2020-05-28  2:41 UTC  (5+ messages)
` [PATCH v3 1/5] dt-bindings: vendor-prefixes: Add Xingbangda
` [PATCH v3 2/5] dt-bindings: panel: Add binding for Xingbangda XBD599 panel

[PATCH 0/3] Add LT9611 DSI to HDMI bridge
 2020-05-28  1:52 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: vendor-prefixes: Add Lontium vendor prefix
` [PATCH 2/3] dt-bindings: display: bridge: Add documentation for LT9611
` [PATCH 3/3] drm/bridge: Introduce LT9611 DSI to HDMI bridge

[PATCH] drm/mediatek: dsi: fix scrolling of panel with small hfp or hbp
 2020-05-27 23:27 UTC  (2+ messages)

[pull] amdgpu, amdkfd drm-next-5.8
 2020-05-27 23:12 UTC 

[RFC PATCH 0/2] Add Xilinx DSI-TX DRM driver
 2020-05-27 22:45 UTC  (6+ messages)
` [RFC PATCH 2/2] drm: xlnx: driver for Xilinx DSI TX Subsystem

[pull] amdgpu drm-fixes-5.7
 2020-05-27 22:27 UTC 

[PATCH] drm/msm/dpu: ensure device suspend happens during PM sleep
 2020-05-27 22:11 UTC  (5+ messages)
  ` [Freedreno] "

[PATCH] drm/doc: device hot-unplug for userspace
 2020-05-27 20:25 UTC  (8+ messages)

[PATCH v3] drm/panfrost: Reduce the amount of logs on deferred probe
 2020-05-27 20:05 UTC 

[Bug 207901] New: Nouveau: In a 4 monitor setup, 1-2 displays remains black after boot
 2020-05-27 19:37 UTC  (8+ messages)
` [Bug 207901] "

[PATCH 0/9] shmem helper untangling
 2020-05-27 19:34 UTC  (4+ messages)
` [PATCH 7/9] drm/shmem-helpers: Redirect mmap for imported dma-buf

[PATCH] drm/radeon: Convert get_user_pages() --> pin_user_pages()
 2020-05-27 19:07 UTC  (5+ messages)

[PATCH] drm: pl111: add CONFIG_VEXPRESS_CONFIG dependency
 2020-05-27 19:03 UTC  (6+ messages)

[PATCH] drm: use drm_dev_has_vblank more
 2020-05-27 17:44 UTC  (3+ messages)

[PATCH] [v2] drm/panfrost: Fix runtime PM imbalance on error
 2020-05-27 15:52 UTC  (2+ messages)

[PATCH 1/3] drm/i915/pmu: avoid an maybe-uninitialized warning
 2020-05-27 15:47 UTC  (6+ messages)
` [PATCH 2/3] drm/i915: work around false-positive "
` [PATCH 3/3] drm/i915/selftests: avoid bogus "

[PATCH 1/3] drm/edid: Allow looking for ext blocks starting from a specified index
 2020-05-27 13:03 UTC  (3+ messages)
` [PATCH 2/3] drm/edid: Iterate through all DispID ext blocks
` [PATCH 3/3] drm/edid: Clean up some curly braces

[PATCH] drm/fourcc: document modifier uniqueness requirements
 2020-05-27  8:55 UTC  (2+ messages)

[PATCH] drm/vkms: Don't warn hrtimer_forward_now failure
 2020-05-27  8:27 UTC  (8+ messages)

[PULL] drm-misc-next-fixes
 2020-05-27  8:01 UTC 

[PATCH v4 0/3] Support virtio cross-device resources
 2020-05-26 10:58 UTC  (4+ messages)
` [PATCH v4 1/3] virtio: add dma-buf support for exported objects
` [PATCH v4 2/3] virtio-gpu: add VIRTIO_GPU_F_RESOURCE_UUID feature
` [PATCH v4 3/3] drm/virtio: Support virtgpu exported resources

[PATCH v5 0/8] Enable ili9341 and l3gd20 on stm32f429-disco
 2020-05-27  6:40 UTC  (8+ messages)
` [PATCH v5 5/8] clk: stm32: Fix stm32f429's ltdc driver hang in set clock rate, fix duplicated ltdc clock register to 'clk_core' case ltdc's clock turn off by clk_disable_unused()
` [PATCH v5 6/8] drm/panel: Add ilitek ili9341 panel driver

[PATCH 00/21] drm: Convert most CMA-based drivers to GEM object functions
 2020-05-27  0:28 UTC  (5+ messages)
` [PATCH 09/21] drm/ingenic: Use GEM CMA "
` [PATCH 11/21] drm/malidp: "

[PATCH v2 0/2] powerpc: Remove support for ppc405/440 Xilinx platforms
 2020-05-26 13:44 UTC  (8+ messages)

[PATCH v2] tee: convert get_user_pages() --> pin_user_pages()
 2020-05-26  8:48 UTC  (2+ messages)

[PATCH v1] drm/tegra: gr2d: Add tiled PATBASE address register
 2020-05-26 20:57 UTC 

next-20200515: Xorg killed due to "OOM"
 2020-05-26  9:10 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).