dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-25 18:16:35 to 2022-01-26 15:22:57 UTC [more...]

[PATCH 00/20] Initial support for small BAR recovery
 2022-01-26 15:21 UTC  (11+ messages)
` [PATCH 01/20] drm: improve drm_buddy_alloc function
` [PATCH 02/20] drm: implement top-down allocation method
` [PATCH 03/20] drm: implement a method to free unused pages
` [PATCH 04/20] drm/i915: add io_size plumbing
` [PATCH 05/20] drm/i915/ttm: require mappable by default
` [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 11/20] drm/i915/ttm: tweak priority hint selection

[PATCH] drm/privacy-screen: Fix sphinx warning
 2022-01-26 15:11 UTC 

[PATCH v4 00/27] drm/rockchip: RK356x VOP2 support
 2022-01-26 15:04 UTC  (29+ messages)
` [PATCH 01/27] drm/encoder: Add of_graph port to struct drm_encoder
  ` Aw: "
` [PATCH 02/27] drm/rockchip: dw_hdmi: Do not leave clock enabled in error case
` [PATCH 03/27] drm/rockchip: dw_hdmi: rename vpll clock to reference clock
` [PATCH 04/27] drm/rockchip: dw_hdmi: add rk3568 support
` [PATCH 05/27] drm/rockchip: dw_hdmi: add regulator support
` [PATCH 06/27] drm/rockchip: dw_hdmi: Add support for hclk
` [PATCH 07/27] drm/rockchip: dw_hdmi: Use auto-generated tables
` [PATCH 08/27] drm/rockchip: dw_hdmi: drop mode_valid hook
` [PATCH 09/27] drm/rockchip: dw_hdmi: Set cur_ctr to 0 always
` [PATCH 10/27] drm/rockchip: dw_hdmi: add default 594Mhz clk for 4K@60hz
` [PATCH 11/27] clk: rockchip: rk3568: Add more PLL rates
` [PATCH 12/27] dt-bindings: display: rockchip: dw-hdmi: Add compatible for rk3568 HDMI
` [PATCH 13/27] dt-bindings: display: rockchip: dw-hdmi: Make unwedge pinctrl optional
` [PATCH 14/27] dt-bindings: display: rockchip: dw-hdmi: use "ref" as clock name
` [PATCH 15/27] dt-bindings: display: rockchip: dw-hdmi: Add regulator support
` [PATCH 16/27] dt-bindings: display: rockchip: dw-hdmi: Add additional clock
` [PATCH 17/27] dt-bindings: display: rockchip: Add binding for VOP2
` [PATCH 18/27] arm64: dts: rockchip: rk3399: reorder hmdi clocks
` [PATCH 19/27] arm64: dts: rockchip: rk3399: rename HDMI ref clock to 'ref'
` [PATCH 20/27] arm64: dts: rockchip: rk356x: Add VOP2 nodes
` [PATCH 21/27] arm64: dts: rockchip: rk356x: Add HDMI nodes
` [PATCH 22/27] arm64: dts: rockchip: rk3568-evb: Enable VOP2 and hdmi
` [PATCH 23/27] arm64: dts: rockchip: enable vop2 and hdmi tx on quartz64a
` [PATCH 24/27] clk: rk3568: drop CLK_SET_RATE_PARENT from dclk_vop*
` [PATCH 25/27] clk: rk3568: Add CLK_SET_RATE_PARENT to the HDMI reference clock
` [PATCH 26/27] drm/rockchip: Make VOP driver optional
` [PATCH 27/27] drm: rockchip: Add VOP2 driver

[PATCH v1 0/4] fbtft: Unorphan the driver for maintenance
 2022-01-26 15:02 UTC  (62+ messages)
` [PATCH v1 1/4] fbtft: Unorphan the driver
` [PATCH v1 2/4] fbtft: Move driver out from staging
` [PATCH v1 3/4] fbtft: Kill outdated documentation
` [PATCH v1 4/4] fbtft: Replace 'depends on FB_TFT' by 'if FB_TFT ... endif'

[PATCH v2 00/11] lib/string_helpers: Add a few string helpers
 2022-01-26 14:57 UTC  (20+ messages)
` [PATCH v2 01/11] lib/string_helpers: Consolidate string helpers implementation
` [PATCH v2 02/11] drm/i915: Fix trailing semicolon
` [PATCH v2 03/11] drm/i915: Use str_yes_no()
` [PATCH v2 04/11] drm/i915: Use str_enable_disable()
` [PATCH v2 05/11] drm/i915: Use str_enabled_disabled()
` [PATCH v2 06/11] drm/i915: Use str_on_off()
` [PATCH v2 07/11] drm/amd/display: Use str_yes_no()
` [PATCH v2 08/11] drm/gem: Sort includes alphabetically
` [PATCH v2 09/11] drm: Convert open-coded yes/no strings to yesno()
    ` [Intel-gfx] "
` [PATCH v2 10/11] tomoyo: Use str_yes_no()
` [PATCH v2 11/11] cxgb4: "

drm/ttm: moving the LRU into the resource
 2022-01-26 14:42 UTC  (4+ messages)
` [PATCH 04/12] drm/ttm: add common accounting to the resource mgr v2

[PATCH v2] drm/privacy-screen: honor acpi=off in detect_thinkpad_privacy_screen
 2022-01-26 14:25 UTC  (3+ messages)
` acpi_get_devices() crash when acpi_disabled==true (was [PATCH v2] drm/privacy-screen: honor acpi=off in detect_thinkpad_privacy_screen)

[PATCH v5 0/5] discrete card 64K page support
 2022-01-26 14:11 UTC  (9+ messages)
` [PATCH v5 1/5] drm/i915: add needs_compact_pt flag
  ` [Intel-gfx] "
` [PATCH v5 2/5] drm/i915: enforce min GTT alignment for discrete cards
` [PATCH v5 3/5] drm/i915: support 64K GTT pages "
` [PATCH v5 4/5] drm/i915: add gtt misalignment test
  ` [Intel-gfx] "
` [PATCH v5 5/5] drm/i915/uapi: document behaviour for DG2 64K support
  ` [Intel-gfx] "

[PATCH] drm/i915: Lock dpt_obj around set_cache_level, v2
 2022-01-26 12:55 UTC  (2+ messages)
` [Intel-gfx] "

[RFC v3 00/12] Define and use reset domain for GPU recovery in amdgpu
 2022-01-26 12:12 UTC  (15+ messages)
` [RFC v3 01/12] drm/amdgpu: Introduce reset domain
` [RFC v3 02/12] drm/amdgpu: Move scheduler init to after XGMI is ready
` [RFC v3 03/12] drm/amdgpu: Fix crash on modprobe
` [RFC v3 04/12] drm/amdgpu: Serialize non TDR gpu recovery with TDRs
` [RFC v3 05/12] drm/amd/virt: For SRIOV send GPU reset directly to TDR queue
` [RFC v3 06/12] drm/amdgpu: Drop hive->in_reset
` [RFC v3 07/12] drm/amdgpu: Drop concurrent GPU reset protection for device
` [RFC v3 08/12] drm/amdgpu: Rework reset domain to be refcounted
` [RFC v3 09/12] drm/amdgpu: Move reset sem into reset_domain
` [RFC v3 10/12] drm/amdgpu: Move in_gpu_reset "
` [RFC v3 11/12] drm/amdgpu: Rework amdgpu_device_lock_adev
` [RFC v3 12/12] Revert 'drm/amdgpu: annotate a false positive recursive locking'

[PATCH] [RFC] fbcon: Add option to enable legacy hardware acceleration
 2022-01-26 11:14 UTC  (6+ messages)

[PATCH] drm/msm/dp: add connector type to enhance debug messages
 2022-01-26 10:58 UTC  (4+ messages)

[PATCH v5 00/10] Add GuC Error Capture Support
 2022-01-26 10:48 UTC 

[PATCH 0/4] Fix up request cancel
 2022-01-26 10:38 UTC  (9+ messages)
` [PATCH 1/4] drm/i915: Add request cancel low level trace point
  ` [Intel-gfx] "
` [PATCH 3/4] drm/i915/execlists: Fix execlists request cancellation corner case
  ` [Intel-gfx] "

[PATCH][next] drm/i915/guc: Use struct_size() helper in kmalloc()
 2022-01-26 10:08 UTC  (2+ messages)

[PATCH] drm/amdgpu: Wrong order for config and counter_id parameters
 2022-01-26  9:16 UTC 

[PATCH 17/54] gpu: drm: replace cpumask_weight with cpumask_empty where appropriate
 2022-01-26  9:43 UTC  (4+ messages)

[PATCH] Revert "drm/ast: Support 1600x900 with 108MHz PCLK"
 2022-01-26  9:29 UTC  (2+ messages)

[PATCH 0/3] lib/string_helpers: Add a few string helpers
 2022-01-26  9:05 UTC  (4+ messages)
` [PATCH 3/3] drm: Convert open yes/no strings to yesno()

[PATCH 0/5] spi: make remove callback a void function
 2022-01-25 14:16 UTC  (11+ messages)
` [PATCH 5/5] "

[PATCH][next] drm/i915/guc: fix spelling mistake "notificaion" -> "notification"
 2022-01-25 18:52 UTC  (2+ messages)

[PATCH] drm/panel-edp: Allow querying the detected panel via sysfs
 2022-01-26  8:25 UTC  (4+ messages)

[RFC 00/28] Add RZ/G2L Display support
 2022-01-26  6:55 UTC  (7+ messages)
` [RFC 10/28] drm: rcar-du: of: Increase buff size for compatible variable

[PATCH 0/8] drm/dp, drm/i915: 128b/132b updates
 2022-01-26  5:34 UTC  (3+ messages)
` [PATCH 5/8] drm/i915/dp: rewrite DP 2.0 128b/132b link training based on errata

[PATCH v8 04/10] vgaarb: Move framebuffer detection to ADD_DEVICE path
 2022-01-26  2:25 UTC  (3+ messages)

[PATCH v1 1/4] ARM: dts: imx6dl-prtvt7: Add display and panel nodes
 2022-01-26  2:05 UTC  (5+ messages)
` [PATCH v1 4/4] ARM: dts: imx6dl: plym2m, prtvt7, victgo: make use of new resistive-adc-touch driver

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

[pull] drm/msm: drm-msm-fixes-2022-01-25 for v5.17
 2022-01-25 23:07 UTC 

help on CI fail for patchwork 21938
 2022-01-25 21:00 UTC 

[Bug 215436] New: admgpu: suspend and resuming from suspend don't work
 2022-01-25 20:25 UTC  (2+ messages)
` [Bug 215436] "

[PATCH] drm/nouveau/acr: Fix undefined behavior in nvkm_acr_hsfw_load_bl()
 2022-01-25 19:11 UTC  (2+ messages)

[Bug 201957] New: amdgpu: ring gfx timeout
 2022-01-25 18:49 UTC  (3+ messages)
` [Bug 201957] "

[PATCH] drm/i915/guc: Update guc shim control programming on newer platforms
 2022-01-25 18:36 UTC  (2+ messages)


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