dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-08 13:14:32 to 2020-07-09 07:45:45 UTC [more...]

[Bug 207383] New: [Regression] 5.7-rc: amdgpu/polaris11 gpf: amdgpu_atomic_commit_tail
 2020-07-09  7:45 UTC  (4+ messages)
` [Bug 207383] [Regression] 5.7 "

[PATCH 00/25] dma-fence annotations, round 3
 2020-07-09  7:36 UTC  (9+ messages)
` [PATCH 01/25] dma-fence: basic lockdep annotations
      ` [Intel-gfx] "
` [PATCH 03/25] dma-buf.rst: Document why idenfinite fences are a bad idea
  ` [Intel-gfx] "

[PATCH 00/18] dma-fence lockdep annotations, round 2
 2020-07-09  7:29 UTC  (10+ messages)
` [PATCH 03/18] dma-fence: basic lockdep annotations
      ` [Intel-gfx] "

[PATCH] drm/aspeed: Call drm_fbdev_generic_setup after drm_dev_register
 2020-07-09  7:10 UTC  (4+ messages)

drm: BUG: unable to handle page fault for address: 17ec6000
 2020-07-09  5:41 UTC 

[PATCH] drm/vc4: hdmi: Add a name to the codec DAI component
 2020-07-08 14:45 UTC 

general protection fault in dma_buf_release
 2020-07-08 21:43 UTC 

[PATCH RESEND] drm/imx: imx-ldb: Disable both channels for split mode in enc->disable()
 2020-07-09  2:28 UTC 

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

drm/ast something ate high-res modes (5.3->5.6 regression)
 2020-07-08 21:25 UTC  (8+ messages)

[PATCH v7 00/12] PCI: brcmstb: enable PCIe for STB chips
 2020-07-08 19:32 UTC  (2+ messages)
` [PATCH v7 08/12] device core: Introduce DMA range map, supplanting dma_pfn_offset

[PATCH RESEND v2 1/2] drm/bridge: dw-hdmi: Don't cleanup i2c adapter and ddc ptr in __dw_hdmi_probe() bailout path
 2020-07-09  2:02 UTC  (2+ messages)
` [PATCH RESEND v2 2/2] drm/bridge: dw-hdmi: Always add the bridge in the global bridge list

[RESEND PATCH 0/3] Convert mtk-dpi to drm_bridge API
 2020-07-08 15:15 UTC  (7+ messages)
` [RESEND PATCH 2/3] drm/mediatek: mtk_dpi: Convert to bridge driver
` [RESEND PATCH 3/3] drm/mediatek: mtk_dpi: Use simple encoder

[PATCH] drm: imx: Fix occasional screen corruption on modeset
 2020-07-08 16:53 UTC  (3+ messages)

[PATCH 00/20] Documentation: eliminate duplicated words
 2020-07-09  6:30 UTC  (9+ messages)
` [PATCH 04/20] Documentation: kgdb: eliminate duplicated word
` [PATCH 05/20] Documentation: fpga: "
` [PATCH 16/20] Documentation: s390/vfio-ap: "
` [PATCH 18/20] Documentation: security/keys: "

[PATCH v2] drm/bridge: dw-mipi-dsi.c: Add VPG runtime config through debugfs
 2020-07-08 20:29 UTC  (4+ messages)

[PATCH] drm/amd/display: add dmcub check on RENOIR
 2020-07-08 14:30 UTC  (3+ messages)

[PATCH] drm/hisilicon/hibmc: Move drm_fbdev_generic_setup() down to avoid the splat
 2020-07-08  9:14 UTC  (2+ messages)

[RFC PATCH 0/4] DSI/DBI and TinyDRM driver
 2020-07-08 13:58 UTC  (10+ messages)
` [RFC PATCH 3/4] gpu/drm: Add TinyDRM for DSI/DBI panels

[PATCH v13 0/2] Add initial support for slimport anx7625
 2020-07-08  9:00 UTC  (4+ messages)
` [PATCH v13 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP

[PATCH] Replace HTTP links with HTTPS ones: DRM DRIVERS FOR BRIDGE CHIPS
 2020-07-08 12:16 UTC 

[PATCH] Replace HTTP links with HTTPS ones: BACKLIGHT CLASS/SUBSYSTEM
 2020-07-08 16:38 UTC 

[PATCH] omapfb: dss: Fix max fclk divider for omap36xx
 2020-07-09  6:10 UTC  (7+ messages)

[PATCH v7 00/17] drm/i915: Add support for HDCP 1.4 over MST
 2020-07-09  5:57 UTC  (5+ messages)
` [PATCH v7 08/17] drm/i915: Clean up intel_hdcp_disable
` [PATCH v7 09/17] drm/i915: Don't fully disable HDCP on a port if multiple pipes are using it

[PATCH v3 0/9] support cmdq helper function on mt6779 platform
 2020-07-09  2:39 UTC  (3+ messages)
` [PATCH v3 9/9] drm/mediatek: reduce clear event

[PATCH v2 0/2] drm/probe_helper, i915: Validate MST modes against PBN limits
 2020-07-08 23:33 UTC  (3+ messages)
` [PATCH v2 1/2] drm/probe_helper: Add drm_connector_helper_funcs.mode_valid_ctx
` [PATCH v2 2/2] drm/i915/mst: filter out the display mode exceed sink's capability

[PATCH 0/9] drm: Add privacy-screen class and connector properties
 2020-07-08 21:45 UTC  (15+ messages)
` [PATCH 1/9] drm/connector: Fix kerneldoc warning
` [PATCH 2/9] drm/connector: Add support for privacy-screen properties (v4)
` [PATCH 3/9] drm: Add privacy-screen class
` [PATCH 4/9] drm/privacy-screen: Add X86 specific arch init code
` [PATCH 5/9] drm/privacy-screen: Add notifier support
` [PATCH 6/9] drm/connector: Add a drm_connector privacy-screen helper functions
  ` [Intel-gfx] "
` [PATCH 7/9] platform/x86: thinkpad_acpi: Get privacy-screen / lcdshadow ACPI handles only once
` [PATCH 8/9] platform/x86: thinkpad_acpi: Register a privacy-screen device
  ` [Intel-gfx] "
` [PATCH 9/9] drm/i915: Add privacy-screen support

[PATCH v4 00/15] acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-07-08 21:14 UTC  (17+ messages)
` [PATCH v4 01/16] ACPI / LPSS: Resume Cherry Trail PWM controller in no-irq phase
` [PATCH v4 02/16] ACPI / LPSS: Save Cherry Trail PWM ctx registers only once (at activation)
` [PATCH v4 03/16] pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()
` [PATCH v4 04/16] pwm: lpss: Add range limit check for the base_unit register value
` [PATCH v4 05/16] pwm: lpss: Use pwm_lpss_apply() when restoring state on resume
` [PATCH v4 06/16] pwm: lpss: Correct get_state result for base_unit == 0
` [PATCH v4 07/16] pwm: crc: Fix period / duty_cycle times being off by a factor of 256
` [PATCH v4 08/16] pwm: crc: Fix off-by-one error in the clock-divider calculations
` [PATCH v4 09/16] pwm: crc: Fix period changes not having any effect
` [PATCH v4 10/16] pwm: crc: Enable/disable PWM output on enable/disable
` [PATCH v4 11/16] pwm: crc: Implement apply() method to support the new atomic PWM API
` [PATCH v4 12/16] pwm: crc: Implement get_state() method
` [PATCH v4 13/16] drm/i915: panel: Add get_vbt_pwm_freq() helper
` [PATCH v4 14/16] drm/i915: panel: Honor the VBT PWM frequency for devs with an external PWM controller
` [PATCH v4 15/16] drm/i915: panel: Honor the VBT PWM min setting "
` [PATCH v4 16/16] drm/i915: panel: Use atomic PWM API "

[PATCH] intel: sync i915_pciids.h with kernel
 2020-07-08 20:07 UTC  (2+ messages)

[PATCH v2 0/6] iommu-arm-smmu: Add auxiliary domains and per-instance pagetables
 2020-07-08 19:35 UTC  (4+ messages)
` [PATCH v2 4/6] drm/msm: Add support to create a local pagetable

[PULL] drm-intel-fixes
 2020-07-08 19:06 UTC 

[PATCH 0/2] drm/probe_helper, i915: Validate MST modes against PBN limits
 2020-07-08 18:46 UTC  (6+ messages)
` [PATCH 1/2] drm/probe_helper: Add drm_connector_helper_funcs.mode_valid_ctx

[PATCH][next] drm/nouveau: Use fallthrough pseudo-keyword
 2020-07-08 18:19 UTC  (3+ messages)

[RFC PATCH 0/2] Add Xilinx DSI-TX DRM driver
 2020-07-08 17:52 UTC  (10+ messages)
` [RFC PATCH 2/2] drm: xlnx: driver for Xilinx DSI TX Subsystem

[PATCH 0/6] drm/ast: Managed MM
 2020-07-08 17:20 UTC  (5+ messages)
` [PATCH 1/6] drm/vram-helper: Managed vram helpers
` [PATCH 3/6] drm/ast: Use managed VRAM-helper initialization

[Bug 208333] New: No desktop on 5.8 rc1 rc2 with Gtx 760 driver nouveau
 2020-07-08 17:19 UTC  (2+ messages)
` [Bug 208333] Black screen with Kernel 5.8 rc1/2/3/4 with Nvidia "

[PATCH 1/2] drm/vgem: Do not allocate backing shmemfs file for an import dmabuf object
 2020-07-08 16:19 UTC  (15+ messages)
` [PATCH 2/2] drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset()

[PATCH v2] drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset()
 2020-07-08 15:49 UTC  (2+ messages)
` [PATCH] "

[PATCH AUTOSEL 4.14 1/5] drm/exynos: fix ref count leak in mic_pre_enable
 2020-07-08 15:42 UTC 

[PATCH AUTOSEL 4.19 1/8] drm/msm: fix potential memleak in error branch
 2020-07-08 15:41 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 2/8] drm/exynos: fix ref count leak in mic_pre_enable

[PATCH AUTOSEL 5.4 01/16] drm/msm: fix potential memleak in error branch
 2020-07-08 15:41 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 02/16] drm/msm/dpu: allow initialization of encoder locks during encoder init
` [PATCH AUTOSEL 5.4 04/16] drm/exynos: Properly propagate return value in drm_iommu_attach_device()
` [PATCH AUTOSEL 5.4 05/16] drm/exynos: fix ref count leak in mic_pre_enable

[PATCH AUTOSEL 5.7 01/30] drm/msm: fix potential memleak in error branch
 2020-07-08 15:40 UTC  (4+ messages)
` [PATCH AUTOSEL 5.7 02/30] drm/msm/dpu: allow initialization of encoder locks during encoder init
` [PATCH AUTOSEL 5.7 04/30] drm/exynos: Properly propagate return value in drm_iommu_attach_device()
` [PATCH AUTOSEL 5.7 05/30] drm/exynos: fix ref count leak in mic_pre_enable

[RFC PATCH v2 0/3] RDMA: add dma-buf support
 2020-07-08 14:33 UTC  (13+ messages)

[PATCH 15/25] drm/tilcdc: Use standard drm_atomic_helper_commit
 2020-07-08 14:20 UTC  (2+ messages)
` [PATCH] "

[PATCH v2] drm/bridge/synopsys: dsi: allow LP commands in video mode
 2020-07-08 14:08 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).