dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-03 16:57:50 to 2020-09-04 12:27:36 UTC [more...]

[PATCH v9 00/32] DRM: fix struct sg_table nents vs. orig_nents misuse
 2020-09-04 12:27 UTC  (6+ messages)
  ` [PATCH v9 14/32] drm: omapdrm: fix common struct sg_table related issues

[PATCH 00/16] drm/exynos: Convert driver to drm bridge
 2020-09-04 12:20 UTC  (13+ messages)
` [PATCH 01/16] drm/encoder: remove obsolete documentation of bridge
` [PATCH 08/16] drm/exynos: use exynos_dsi as drvdata
` [PATCH 14/16] drm/exynos: add callback for enabling i80 mode
` [PATCH 15/16] drm/exynos: split out platform specific code
` [PATCH 16/16] drm/exynos: move bridge driver to bridges
  ` [PATCH 02/16] drm/exynos: extract helper functions for probe

[PATCH v7 0/7] Asynchronous flip implementation for i915
 2020-09-04 11:33 UTC  (8+ messages)
` [PATCH v7 1/7] drm/i915: Add enable/disable flip done and flip done handler
` [PATCH v7 2/7] drm/i915: Add support for async flips in I915
` [PATCH v7 3/7] drm/i915: Add checks specific to async flips
` [PATCH v7 4/7] drm/i915: Do not call drm_crtc_arm_vblank_event in "
` [PATCH v7 5/7] drm/i915: Add dedicated plane hook for async flip case
` [PATCH v7 6/7] Documentation/gpu: Add asynchronous flip documentation for i915
` [PATCH v7 7/7] drm/i915: Enable async flips in i915

[PATCH v2 00/18] drm/i915: Pimp DP DFP handling
 2020-09-04 11:53 UTC  (19+ messages)
` [PATCH v2 01/18] drm/dp: Dump downstream facing port caps
` [PATCH v2 02/18] drm/i915/lspcon: Do not send infoframes to non-HDMI sinks
` [PATCH v2 03/18] drm/dp: Define protocol converter DPCD registers
` [PATCH v2 04/18] drm/dp: Define more downstream facing port caps
` [PATCH v2 05/18] drm/i915: Reworkd DFP max bpc handling
` [PATCH v2 06/18] drm/dp: Add helpers to identify downstream facing port types
` [PATCH v2 07/18] drm/dp: Pimp drm_dp_downstream_max_bpc()
` [PATCH v2 08/18] drm/dp: Redo drm_dp_downstream_max_clock() as drm_dp_downstream_max_dotclock()
` [PATCH v2 09/18] drm/i915: Reworkd DP DFP clock handling
` [PATCH v2 10/18] drm/dp: Add drm_dp_downstream_{min, max}_tmds_clock()
` [PATCH v2 11/18] drm/i915: Deal with TMDS DFP clock limits
` [PATCH v2 12/18] drm/i915: Configure DP 1.3+ protocol converted HDMI mode
` [PATCH v2 13/18] drm/dp: Add drm_dp_downstream_mode()
` [PATCH v2 14/18] drm/i915: Handle downstream facing ports w/o EDID
` [PATCH v2 15/18] drm/i915: Extract intel_hdmi_has_audio()
` [PATCH v2 16/18] drm/i915: DP->HDMI TMDS clock limits vs. deep color
` [PATCH v2 17/18] drm/dp: Add helpers for DFP YCbCr 4:2:0 handling
` [PATCH v2 18/18] drm/i915: Do YCbCr 444->420 conversion via DP protocol converters

[PATCH 00/29] treewide: Convert comma separated statements
 2020-09-04 11:42 UTC  (3+ messages)
` [PATCH 08/29] dma-buf: Avoid "

[PATCH 0/3] PWM backlight interpolation adjustments
 2020-09-04 11:38 UTC  (5+ messages)
` [PATCH 1/3] backlight: pwm_bl: Fix interpolation
` [PATCH 2/3] backlight: pwm_bl: Artificially add 0% during interpolation

[PATCH] drm/amdgpu/dc: Require primary plane to be enabled whenever the CRTC is
 2020-09-04 10:43 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v5 00/80] drm/vc4: Support BCM2711 Display Pipeline
 2020-09-04  9:46 UTC  (82+ messages)
` [PATCH v5 01/80] dt-bindings: display: Add support for the BCM2711 HVS
` [PATCH v5 02/80] drm/vc4: Add support for the BCM2711 HVS5
` [PATCH v5 03/80] drm/vc4: hvs: Boost the core clock during modeset
` [PATCH v5 04/80] drm/vc4: plane: Change LBM alignment constraint on LBM
` [PATCH v5 05/80] drm/vc4: plane: Optimize the LBM allocation size
` [PATCH v5 06/80] drm/vc4: plane: Create more planes
` [PATCH v5 07/80] drm/vc4: crtc: Deal with different number of pixel per clock
` [PATCH v5 08/80] drm/vc4: crtc: Use a shared interrupt
` [PATCH v5 09/80] drm/vc4: crtc: Move the cob allocation outside of bind
` [PATCH v5 10/80] drm/vc4: crtc: Rename HVS channel to output
` [PATCH v5 11/80] drm/vc4: crtc: Use local chan variable
` [PATCH v5 12/80] drm/vc4: crtc: Enable and disable the PV in atomic_enable / disable
` [PATCH v5 13/80] drm/vc4: kms: Convert to for_each_new_crtc_state
` [PATCH v5 14/80] drm/vc4: crtc: Assign output to channel automatically
` [PATCH v5 15/80] drm/vc4: crtc: Add FIFO depth to vc4_crtc_data
` [PATCH v5 16/80] drm/vc4: crtc: Add function to compute FIFO level bits
` [PATCH v5 17/80] drm/vc4: crtc: Rename HDMI encoder type to HDMI0
` [PATCH v5 18/80] drm/vc4: crtc: Add HDMI1 encoder type
` [PATCH v5 19/80] drm/vc4: crtc: Disable color management for HVS5
` [PATCH v5 20/80] drm/vc4: crtc: Turn pixelvalve reset into a function
` [PATCH v5 21/80] drm/vc4: crtc: Move PV dump to config_pv
` [PATCH v5 22/80] drm/vc4: crtc: Move HVS init and close to a function
` [PATCH v5 23/80] drm/vc4: crtc: Move the HVS gamma LUT setup to our init function
` [PATCH v5 24/80] drm/vc4: hvs: Make sure our channel is reset
` [PATCH v5 25/80] drm/vc4: crtc: Remove mode_set_nofb
` [PATCH v5 26/80] drm/vc4: crtc: Remove redundant pixelvalve reset
` [PATCH v5 27/80] drm/vc4: crtc: Move HVS channel init before the PV initialisation
` [PATCH v5 28/80] drm/vc4: encoder: Add finer-grained encoder callbacks
` [PATCH v5 29/80] drm/vc4: crtc: Add a delay after disabling the PixelValve output
` [PATCH v5 30/80] drm/vc4: crtc: Clear the PixelValve FIFO on disable
` [PATCH v5 31/80] drm/vc4: crtc: Clear the PixelValve FIFO during configuration
` [PATCH v5 32/80] drm/vc4: hvs: Make the stop_channel function public
` [PATCH v5 33/80] drm/vc4: hvs: Introduce a function to get the assigned FIFO
` [PATCH v5 34/80] drm/vc4: crtc: Move the CRTC disable out
` [PATCH v5 35/80] drm/vc4: drv: Disable the CRTC at boot time
` [PATCH v5 36/80] dt-bindings: display: vc4: pv: Add BCM2711 pixel valves
` [PATCH v5 37/80] drm/vc4: crtc: Add BCM2711 pixelvalves
` [PATCH v5 38/80] drm/vc4: hdmi: Use debugfs private field
` [PATCH v5 39/80] drm/vc4: hdmi: Move structure to header
` [PATCH v5 40/80] drm/vc4: hdmi: rework connectors and encoders
` [PATCH v5 41/80] drm/vc4: hdmi: Remove DDC argument to connector_init
` [PATCH v5 42/80] drm/vc4: hdmi: Rename hdmi to vc4_hdmi
` [PATCH v5 43/80] drm/vc4: hdmi: Move accessors "
` [PATCH v5 44/80] drm/vc4: hdmi: Use local vc4_hdmi directly
` [PATCH v5 45/80] drm/vc4: hdmi: Add container_of macros for encoders and connectors
` [PATCH v5 46/80] drm/vc4: hdmi: Pass vc4_hdmi to CEC code
` [PATCH v5 47/80] drm/vc4: hdmi: Retrieve the vc4_hdmi at unbind using our device
` [PATCH v5 48/80] drm/vc4: hdmi: Remove vc4_dev hdmi pointer
` [PATCH v5 49/80] drm/vc4: hdmi: Remove vc4_hdmi_connector
` [PATCH v5 50/80] drm/vc4: hdmi: Introduce resource init and variant
` [PATCH v5 51/80] drm/vc4: hdmi: Implement a register layout abstraction
` [PATCH v5 52/80] drm/vc4: hdmi: Add reset callback
` [PATCH v5 53/80] drm/vc4: hdmi: Add PHY init and disable function
` [PATCH v5 54/80] drm/vc4: hdmi: Add PHY RNG enable / "
` [PATCH v5 55/80] drm/vc4: hdmi: Add a CSC setup callback
` [PATCH v5 56/80] drm/vc4: hdmi: Add a set_timings callback
` [PATCH v5 57/80] drm/vc4: hdmi: Store the encoder type in the variant structure
` [PATCH v5 58/80] drm/vc4: hdmi: Deal with multiple debugfs files
` [PATCH v5 59/80] drm/vc4: hdmi: Move CEC init to its own function
` [PATCH v5 60/80] drm/vc4: hdmi: Add CEC support flag
` [PATCH v5 61/80] drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV define
` [PATCH v5 62/80] drm/vc4: hdmi: Rename drm_encoder pointer in mode_valid
` [PATCH v5 63/80] drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rate
` [PATCH v5 64/80] drm/vc4: hdmi: Use clk_set_min_rate instead
` [PATCH v5 65/80] drm/vc4: hdmi: Use reg-names to retrieve the HDMI audio registers
` [PATCH v5 66/80] drm/vc4: hdmi: Reset audio infoframe on encoder_enable if previously streaming
` [PATCH v5 67/80] drm/vc4: hdmi: Set the b-frame marker to the match ALSA's default
` [PATCH v5 68/80] drm/vc4: hdmi: Add audio-related callbacks
` [PATCH v5 69/80] drm/vc4: hdmi: Deal with multiple ALSA cards
` [PATCH v5 70/80] drm/vc4: hdmi: Remove register dumps in enable
` [PATCH v5 71/80] drm/vc4: hdmi: Always recenter the HDMI FIFO
` [PATCH v5 72/80] drm/vc4: hdmi: Implement finer-grained hooks
` [PATCH v5 73/80] drm/vc4: hdmi: Do the VID_CTL configuration at once
` [PATCH v5 74/80] drm/vc4: hdmi: Switch to blank pixels when disabled
` [PATCH v5 75/80] drm/vc4: hdmi: Add pixel BVB clock control
` [PATCH v5 76/80] drm/vc4: hdmi: Support the BCM2711 HDMI controllers
` [PATCH v5 77/80] dt-bindings: display: vc4: hdmi: Add BCM2711 HDMI controllers bindings
` [PATCH v5 78/80] dt-bindings: display: vc4: Document BCM2711 VC5
` [PATCH v5 79/80] drm/vc4: drv: Support BCM2711
` [PATCH v5 80/80] ARM: dts: bcm2711: Enable the display pipeline

[PATCH 0/3] drm/v3d: CL/CSD job timeout fixes
 2020-09-04  8:15 UTC  (4+ messages)
` [PATCH 1/3] drm/v3d: Don't resubmit guilty CSD jobs
` [PATCH 2/3] drm/v3d: Correctly restart the timer when progress is made
` [PATCH 3/3] drm/v3d: Add job timeout module param

[bug report] drm/panel: Add panel driver for the Mantix MLAF057WE51-X DSI panel
 2020-09-04  7:47 UTC  (2+ messages)

[PATCH] drm/exynos: Drop local dma_parms
 2020-09-04  7:28 UTC  (2+ messages)

[PATCH 0/3] drm/v3d: CL/CSD job timeout fixes
 2020-09-03 16:48 UTC  (4+ messages)
` [PATCH 1/3] drm/v3d: Don't resubmit guilty CSD jobs
` [PATCH 2/3] drm/v3d: Correctly restart the timer when progress is made
` [PATCH 3/3] drm/v3d: Add job timeout module param

[PATCH] drm: xlnx: fix build warning & errors when DMADEVICES is not set
 2020-09-04  4:41 UTC 

[PATCH] drm/bridge: add it6505 driver
 2020-09-03  9:43 UTC 

[PATCH v10 00/17] acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-09-03 12:56 UTC  (6+ messages)
` [PATCH v10 06/17] pwm: lpss: Make pwm_lpss_apply() not rely on existing hardware state
` [PATCH v10 07/17] pwm: lpss: Remove suspend/resume handlers

[PATCH v3] drm/bridge: add it6505 driver
 2020-09-04  2:10 UTC 

[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
 2020-09-03 20:26 UTC  (9+ messages)

[PATCH v2] drm/bridge: add it6505 driver
 2020-09-03  9:48 UTC 

[PATCH v11 00/11] PCI: brcmstb: enable PCIe for STB chips
 2020-09-03 17:32 UTC  (8+ messages)
` [PATCH v11 07/11] device-mapping: Introduce DMA range map, supplanting dma_pfn_offset

[PATCH v5 3/3] xen: add helpers to allocate unpopulated memory
 2020-09-04  7:00 UTC  (4+ messages)

[PATCH v5 0/7] make hdmi work on bananapi-r2
 2020-09-03 22:54 UTC  (3+ messages)

[PULL] drm-misc-next
 2020-09-03 16:06 UTC 

[PATCH v9 0/3] drm: Add support for Cadence MHDP8546 DPI/DP bridge and J721E wrapper
 2020-09-04  5:53 UTC  (9+ messages)
` [PATCH v9 2/3] drm: bridge: Add support for Cadence MHDP8546 DPI/DP bridge

[PATCH] udmabuf: Add missing compact_ioctl
 2020-09-03  7:18 UTC 

[PATCH] drm/i915/dp: DP PHY compliance for JSL
 2020-09-04  4:29 UTC  (9+ messages)
` [PATCH 1/3] drm/dp: Add PHY_TEST_PATTERN CP2520 Pattern 2 and 3
  ` [PATCH] drm/i915/dp: DP PHY compliance for EHL/JSL
  ` [PATCH 2/3] drm/i915/dp: TPS4 PHY test pattern compliance support
  ` [PATCH 3/3] [RFC] drm/i915/dp: DP PHY compliance for EHL/JSL
` [PATCH] "

[PATCH v2 1/2] drm/dp: Add PHY_TEST_PATTERN CP2520 Pattern 2 and 3
 2020-09-04  4:25 UTC  (4+ messages)
` [PATCH 1/3] "
  ` [PATCH 2/3] drm/i915/dp: TPS4 PHY test pattern compliance support
  ` [PATCH 3/3] [RFC] drm/i915/dp: DP PHY compliance for EHL/JSL

[PATCH 1/3] drm/dp: Add PHY_TEST_PATTERN CP2520 Pattern 2 and 3
 2020-09-04  4:21 UTC  (3+ messages)
` [PATCH 2/3] drm/i915/dp: TPS4 PHY test pattern compliance support
` [PATCH 3/3] [RFC] drm/i915/dp: DP PHY compliance for EHL/JSL

[git pull] drm fixes for 5.9-rc4
 2020-09-04  3:52 UTC 

[PATCH 0/4] drm/msm: Protect the RPTR shadow
 2020-09-04  2:03 UTC  (5+ messages)
` [PATCH 1/4] drm/msm: Split the a5xx preemption record
` [PATCH 2/4] drm/msm: Enable expanded apriv support for a650
` [PATCH 3/4] drm/msm: Disable preemption on all 5xx targets
` [PATCH 4/4] drm/msm: Disable the RPTR shadow

[PATCH 0/1] Convert to using devm_drm_dev_alloc()
 2020-09-04  1:22 UTC  (2+ messages)
` [PATCH 1/1] drm/amdgpu: "

[PATCH 0/4] Add support for video pattern DP CTS to MSM DP
 2020-09-03 22:43 UTC  (5+ messages)
` [PATCH 1/4] drm/msm/dp: add debugfs support to DP driver
` [PATCH 2/4] drm/msm/dp: move debugfs node to /sys/kernel/debug/dri/*/
` [PATCH 3/4] drm/msm/dp: add debugfs nodes for video pattern tests
` [PATCH 4/4] drm/msm/dp: remove mode hard-coding in case of DP CTS

[pull] amdgpu, amdkfd, radeon, scheduler drm-next-5.10
 2020-09-03 22:29 UTC 

[PATCH v2 00/23] Blob prerequisites + blob resources
 2020-09-03 22:12 UTC  (4+ messages)
` [PATCH v2 22/23] drm/virtio: implement blob resources: resource create blob ioctl

[PATCH] drm/komeda: Drop local dma_parms
 2020-09-03 21:26 UTC  (2+ messages)

[PATCH] drm/msm: Drop local dma_parms
 2020-09-03 21:04 UTC 

[PATCH] drm/mediatek: Drop local dma_parms
 2020-09-03 20:59 UTC 

[PATCH] drm/managed: Cleanup of unused functions and polishing docs
 2020-09-03 20:48 UTC  (3+ messages)

[PATCH] drm/etnaviv: Drop local dma_parms
 2020-09-03 20:40 UTC 

[radeon-alex:amd-staging-drm-next 4/5] drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c:272:15: warning: initialized field overwritten
 2020-09-03 19:39 UTC 

[PATCH v2 1/6] dt-bindings: gpu: arm, mali-midgard: Add missing properties
 2020-09-03 19:14 UTC  (6+ messages)
` [PATCH v2 2/6] dt-bindings: gpu: arm, mali-utgard: "
` [PATCH v2 3/6] dt-bindings: gpu: arm, mali-utgard: Correct Maxime's email
` [PATCH v2 4/6] dt-bindings: gpu: samsung-rotator: Add missing properties
` [PATCH v2 5/6] ARM: dts: exynos: Align OPP table name with dt-schema
` [PATCH v2 6/6] arm64: "

[PATCH 0/3] Use implicit kref infra
 2020-09-03 18:52 UTC  (7+ messages)

[PATCH] udmabuf: Add missing compact_ioctl
 2020-09-03 18:16 UTC 

[PATCH] FROMLIST: udmabuf: Add missing compact_ioctl
 2020-09-03 17:24 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).