dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-31 14:58:36 to 2022-02-01 11:14:26 UTC [more...]

[PATCH] drm/panel: simple: Assign data from panel_dpi_probe() correctly
 2022-02-01 11:08 UTC  (2+ messages)

[PATCH] drm/imx: parallel-display: Remove bus flags check in imx_pd_bridge_atomic_check()
 2022-02-01 11:10 UTC  (2+ messages)

[PULL] drm-misc-next
 2022-02-01 11:14 UTC  (4+ messages)

[PATCH 0/4] drm/tiny: Add driver for Solomon SSD1307 OLED displays
 2022-02-01 11:13 UTC  (26+ messages)
` [PATCH 1/4] drm: Add I2C connector type
` [PATCH 2/4] drm/format-helper: Add drm_fb_gray8_to_mono_reversed()

[PATCH 00/21] some fbcon patches, mostly locking
 2022-02-01 11:01 UTC  (32+ messages)
` [PATCH 01/21] MAINTAINERS: Add entry for fbdev core
` [PATCH 02/21] fbcon: Resurrect fbcon accelerated scrolling code
` [PATCH 03/21] fbcon: Restore fbcon scrolling acceleration
` [PATCH 04/21] fbcon: delete a few unneeded forward decl
` [PATCH 05/21] fbcon: Introduce wrapper for console->fb_info lookup
` [PATCH 06/21] fbcon: delete delayed loading code
` [PATCH 07/21] fbdev/sysfs: Fix locking
` [PATCH 08/21] fbcon: Use delayed work for cursor
` [PATCH 09/21] fbcon: Replace FBCON_FLAGS_INIT with a boolean
` [PATCH 10/21] fb: Delete fb_info->queue
` [PATCH 11/21] fbcon: Extract fbcon_open/release helpers
` [PATCH 12/21] fbcon: Ditch error handling for con2fb_release_oldinfo
` [PATCH 13/21] fbcon: move more common code into fb_open()
  ` [Intel-gfx] "
` [PATCH 14/21] fbcon: use lock_fb_info in fbcon_open/release
` [PATCH 15/21] fbcon: Consistently protect deferred_takeover with console_lock()
` [PATCH 16/21] fbcon: Move console_lock for register/unlink/unregister
` [PATCH 17/21] fbcon: Move more code into fbcon_release
` [PATCH 18/21] fbcon: untangle fbcon_exit
` [PATCH 19/21] fbcon: Maintain a private array of fb_info
` [PATCH 20/21] Revert "fbdev: Prevent probing generic drivers if a FB is already registered"
` [PATCH 21/21] fbdev: Make registered_fb[] private to fbmem.c
  ` [Intel-gfx] "

[PATCH v3] fbdev: fbmem: Fix the implicit type casting
 2022-02-01 10:56 UTC  (2+ messages)

[PATCH v5 00/19] drm/i915/dg2: Enabling 64k page size and flat ccs
 2022-02-01 10:49 UTC  (21+ messages)
` [PATCH v5 01/19] drm/i915: add needs_compact_pt flag
` [PATCH v5 02/19] drm/i915: enforce min GTT alignment for discrete cards
` [PATCH v5 03/19] drm/i915: support 64K GTT pages "
` [PATCH v5 04/19] drm/i915: add gtt misalignment test
` [PATCH v5 05/19] drm/i915/gtt: allow overriding the pt alignment
` [PATCH v5 06/19] drm/i915/gtt: add xehpsdv_ppgtt_insert_entry
` [PATCH v5 07/19] drm/i915/migrate: add acceleration support for DG2
` [PATCH v5 08/19] drm/i915/uapi: document behaviour for DG2 64K support
` [PATCH v5 09/19] Doc/gpu/rfc/i915: i915 DG2 64k pagesize uAPI
` [PATCH v5 10/19] drm/i915/xehpsdv: Add has_flat_ccs to device info
` [PATCH v5 11/19] drm/i915/lmem: Enable lmem for platforms with Flat CCS
` [PATCH v5 12/19] drm/i915/gt: Clear compress metadata for Xe_HP platforms
` [PATCH v5 13/19] drm/i915: Introduce new Tile 4 format
` [PATCH v5 14/19] drm/i915/dg2: Tile 4 plane format support
` [PATCH v5 15/19] drm/i915/dg2: Add DG2 unified compression
` [PATCH v5 16/19] uapi/drm/dg2: Introduce format modifier for DG2 clear color
` [PATCH v5 17/19] drm/i915/dg2: Flat CCS Support
` [PATCH v5 18/19] drm/i915/Flat-CCS: Document on Flat-CCS memory compression
` [PATCH v5 19/19] Doc/gpu/rfc/i915: i915 DG2 flat-CCS uAPI

[Bug 215549] New: My 6900XT can't recover while it's idle (but not asleep), and sometimes doesn't show at boot
 2022-02-01 10:47 UTC  (2+ messages)
` [Bug 215549] "

[PATCH 00/20] Initial support for small BAR recovery
 2022-02-01 10:39 UTC  (12+ messages)
` [PATCH 04/20] drm/i915: add io_size plumbing
` [PATCH 06/20] drm/i915: add I915_BO_ALLOC_TOPDOWN
` [PATCH 07/20] drm/i915/buddy: track available visible size
` [PATCH 08/20] drm/i915/buddy: adjust res->start
` [PATCH 09/20] drm/i915/buddy: tweak 2big check

[PATCH v11] drm/bridge: add it6505 driver
 2022-02-01 10:22 UTC  (7+ messages)

[PATCH] drm/i915/ttm: Return some errors instead of trying memcpy move
 2022-02-01  9:55 UTC  (2+ messages)

[PATCH 3/4] drm/tiny: Add driver for Solomon SSD1307 OLED displays
 2022-02-01  9:48 UTC  (7+ messages)

[PATCH v2] drm: document struct drm_mode_fb_cmd2
 2022-02-01  9:41 UTC 

[Bug 215511] New: Dual monitor with amd 5700 causes system to hang at startup
 2022-02-01  9:42 UTC  (2+ messages)
` [Bug 215511] "

[PATCH 4/4] MAINTAINERS: Add entry for Solomon SSD1307 OLED displays DRM driver
 2022-02-01  9:32 UTC  (4+ messages)

linux-next: build failure after merge of the drm-intel-fixes tree
 2022-02-01  9:08 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 1/3] drm/panel: ltk050h3146w: add mipi_dsi_device.mode_flags to of_match_data
 2022-01-31 16:47 UTC  (3+ messages)
` [PATCH 2/3] drm/panel: ltk050h3146w: add support for Leadtek LTK050H3148W-CTA6 variant
` [PATCH 3/3] dt-bindings: ltk050h3146w: add compatible for "

[PATCH] dt-bindings: ltk050h3146w: replace Heiko Stuebner by myself as maintainer
 2022-01-31 17:18 UTC  (2+ messages)

[PATCH] drm/panel-simple: Add a timing for the Raspberry Pi 7" panel
 2022-01-31 19:15 UTC 

[PATCH] drm/bridge_connector: enable HPD by default if supported
 2022-01-31 16:38 UTC  (3+ messages)

[PATCH v3 0/3] drm/i915: Fix header test and log spam on !x86
 2022-02-01  8:48 UTC  (5+ messages)
` [PATCH v3 1/3] drm: Stop spamming log with drm_cache message
` [PATCH v3 2/3] drm/i915: Fix header test for !CONFIG_X86
` [PATCH v3 3/3] drm/i915: Do not spam log with missing arch support

[PATCH 00/14] Rename dma-buf-map
 2022-02-01  8:08 UTC  (9+ messages)

[PATCH] dma-buf: heaps: Fix potential spectre v1 gadget
 2022-02-01  8:05 UTC  (3+ messages)

[BUG] gpu: drm: radeon: two possible deadlocks involving locking and waiting
 2022-02-01  7:56 UTC  (2+ messages)

[PATCH v2 0/4] Minor Fixes and Refactoring for HDMI PCON stuff
 2022-02-01  7:20 UTC  (5+ messages)
` [PATCH v2 1/4] drm/i915/hdmi: Fix the definition of intel_hdmi_dsc_get_bpp
` [PATCH v2 2/4] drm/edid: Add helper to get max FRL rate for an HDMI sink
` [PATCH v2 3/4] drm/i915/dp: Use the drm helpers for getting max FRL rate
` [PATCH v2 4/4] drm/i915/display: Simplify helpers for getting DSC slices and bpp

[PATCH 0/3] Migrate device coherent pages on get_user_pages()
 2022-02-01  7:05 UTC  (4+ messages)
` [PATCH 1/3] migrate.c: Remove vma check in migrate_vma_setup()
` [PATCH 2/3] mm/gup.c: Migrate device coherent pages when pinning instead of failing
` [PATCH 3/3] tools: add hmm gup test for long term pinned device pages

[PATCH -next 1/2] video: fbdev: pxa168fb: Remove unnecessary print function dev_err()
 2022-02-01  6:26 UTC  (2+ messages)
` [PATCH -next 2/2] video: fbdev: pxa3xx-gcu: "

[PATCH v2 0/5] ARM: dts: protonic maintenance patches
 2022-02-01  5:28 UTC  (7+ messages)
` [PATCH v2 3/5] ARM: dts: imx6qdl-vicut1: add CAN termination support
` [PATCH v2 4/5] ARM: dts: imx6dl: plym2m, prtvt7, victgo: make use of new resistive-adc-touch driver

[PATCH 1/3] drm: add writeback pointers to drm_connector
 2022-02-01  5:23 UTC  (6+ messages)

[PATCH 0/4] Enable display backlight on Fairphone 4
 2022-02-01  5:19 UTC  (2+ messages)
` (subset) "

[PATCH 6/6] arm64: dts: qcom: sdm845: add device tree for SHIFT6mq
 2022-02-01  5:19 UTC  (2+ messages)
` (subset) "

[PARCH v2 0/7] drm/msm/dpu: merge dpu_core_irq into dpu_hw_interrupts
 2022-02-01  4:02 UTC  (5+ messages)
` [PATCH v2 4/7] drm/msm/dpu: allow just single IRQ callback
  ` [Freedreno] "

[PATCH] drm/msm/dp: add wide bus support
 2022-02-01  3:55 UTC  (8+ messages)

[PATCH] fbdev: fbmem: Fix the implicit type casting
 2022-02-01  2:35 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] drm/msm/dp: add connector type to enhance debug messages
 2022-02-01  2:34 UTC  (2+ messages)

[PATCH v5 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-31 23:37 UTC  (4+ messages)
` [PATCH v5 09/10] tools: update hmm-test to support device coherent type

[drm-intel:for-linux-next-fixes 6/7] drivers/gpu/drm/i915/i915_vma.c:451:4: error: 'ret' undeclared; did you mean 'net'?
 2022-01-31 23:31 UTC 

[PATCH v5 02/10] mm: add device coherent vma selection for memory migration
 2022-01-31 23:04 UTC  (3+ messages)
` [PATCH] "

[PATCH v2 1/4] drm/msm/adreno: Add support for Adreno 8c Gen 3
 2022-01-31 23:01 UTC  (6+ messages)
` [PATCH v2 2/4] arm64: dts: qcom: sc7280: Support gpu speedbin
` [PATCH v2 4/4] drm/msm/adreno: Update the name of 7c3 gpu

[PATCH v8 00/10] vgaarb: Rework default VGA device selection
 2022-01-31 22:23 UTC  (2+ messages)

[PATCH v4 0/2] drm/msm: rework clock handling
 2022-01-31 21:05 UTC  (3+ messages)
` [PATCH v4 1/2] drm/msm/dpu: simplify clocks handling
` [PATCH v4 2/2] drm/msm/dp: rewrite dss_module_power to use bulk clock functions

[PATCH] dma-resv: some doc polish for iterators
 2022-01-31 20:45 UTC  (3+ messages)

[PATCH v16 00/40] NVIDIA Tegra power management patches for 5.17
 2022-01-31 20:39 UTC  (10+ messages)
` [PATCH v16 08/40] gpu: host1x: Add initial runtime PM and OPP support

[PATCH -next] drm/amd/display: clean up some inconsistent indenting
 2022-01-31 20:15 UTC  (3+ messages)

[PATCH v6 0/5] discrete card 64K page support
 2022-01-31 18:52 UTC  (6+ messages)
` [PATCH v6 1/5] drm/i915: add needs_compact_pt flag
` [PATCH v6 2/5] drm/i915: enforce min GTT alignment for discrete cards
` [PATCH v6 3/5] drm/i915: support 64K GTT pages "
` [PATCH v6 4/5] drm/i915: add gtt misalignment test
` [PATCH v6 5/5] drm/i915/uapi: document behaviour for DG2 64K support

[PATCH v5 0/4] arm: dts: qcom: sc7280: Add display DT nodes for sc7280
 2022-01-31 18:24 UTC  (2+ messages)

[PATCH v4 4/4] arm64: dts: qcom: sc7280: Add Display Port node
 2022-01-31 18:24 UTC  (2+ messages)

[PATCH v4 1/4] arm64: dts: qcom: sc7280: add display dt nodes
 2022-01-31 18:24 UTC  (2+ messages)

[PATCH v4 0/3] Support Sharp LQ101R1SX03 and HannStar HSD101PWW2 panels
 2022-01-31 18:12 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: sharp, lq101r1sx01: Add compatible for LQ101R1SX03
` [PATCH v4 2/3] dt-bindings: display: simple: Add HannStar HSD101PWW2
` [PATCH v4 3/3] drm/panel: simple: Add support for HannStar HSD101PWW2 panel

[v5 0/3] drm/msm/dsi: Add 10nm dsi phy tuning configuration support
 2022-01-31 17:08 UTC  (3+ messages)
` [v5 3/3] "

[PATCH] drm/panel/edp: make PANEL_EDP depend on DRM_KMS_HELPER
 2022-01-31 17:00 UTC 

[PATCH v6 00/35] component: Make into an aggregate bus
 2022-01-31 16:34 UTC  (6+ messages)
` [PATCH v6 02/35] component: Introduce the aggregate bus_type

[PATCH] drm/bridge: lt9611: Fix an error handling path in lt9611_probe()
 2022-01-31 16:26 UTC  (3+ messages)

[PATCH] drm/bridge: Add missing pm_runtime_put_sync
 2022-01-31 15:33 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v5 0/5] discrete card 64K page support
 2022-01-31 14:58 UTC  (7+ messages)
` [PATCH v5 1/5] drm/i915: add needs_compact_pt flag
  ` [Intel-gfx] "


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