dri-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-29 19:42:53 to 2021-07-31 05:24:58 UTC [more...]

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-07-31  5:24 UTC  (46+ messages)
` [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
` [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
` [PATCH 04/64] stddef: Introduce struct_group() helper macro
` [PATCH 23/64] drm/amd/pm: Use struct_group() for memcpy() region
` [PATCH 25/64] drm/mga/mga_ioc32: "
` [PATCH 34/64] fortify: Detect struct member overflows in memcpy() at compile-time
` [PATCH 48/64] drbd: Use struct_group() to zero algs
` [PATCH 62/64] netlink: Avoid false-positive memcpy() warning

[PATCH v2 0/9] drm: Extend COMPILE_TEST support to some ARM drivers
 2021-07-31  1:39 UTC  (10+ messages)
` [PATCH v2 1/9] drm/omap: Use correct printk format specifiers for size_t
` [PATCH v2 2/9] drm/omap: Cast pointer to integer without generating warning
` [PATCH v2 3/9] drm/sti: Use correct printk format specifiers for size_t
` [PATCH v2 4/9] drm/imx/dcss: Enable COMPILE_TEST on all architectures
` [PATCH v2 5/9] drm/omap: "
` [PATCH v2 6/9] drm/rcar-du: "
` [PATCH v2 7/9] drm/sti: "
` [PATCH v2 8/9] drm/tegra: "
` [PATCH v2 9/9] drm/tilcdc: Enable COMPILE_TEST on all ARM64 platforms

[PATCH] drm: property: Replace strncpy() with strscpy_pad()
 2021-07-31  1:32 UTC 

[PATCH 4/7] drm/omap: Enable COMPILE_TEST on all ARM and ARM64 platforms
 2021-07-31  1:24 UTC  (2+ messages)

[PATCH 0/5] drm/msm/dp: Support multiple DP instances and add sc8180x
 2021-07-31  1:21 UTC  (4+ messages)
` [PATCH 1/5] drm/msm/dp: Remove global g_dp_display variable
  ` [Freedreno] "

[Intel-gfx] [PATCH] drm/i915/xehp: Fix missing sentinel on mcr_ranges_xehp
 2021-07-31  1:10 UTC 

[PATCH 0/7] drm: Extend COMPILE_TEST support to some ARM drivers
 2021-07-31  0:25 UTC  (13+ messages)
` [PATCH 1/7] drm/omap: Cast pointer to integer safely
` [PATCH 2/7] drm/sti: Use correct printk format specifiers for size_t
` [PATCH 3/7] drm/imx/dcss: Enable COMPILE_TEST on all ARM64 platforms
` [PATCH 5/7] drm/sti: Enable COMPILE_TEST on all ARM and "

[PATCH v5 0/6] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2021-07-30 23:11 UTC  (6+ messages)
` [PATCH v5 2/6] soc: mediatek: add mtk-mmsys support for mt8195 vdosys0
` [PATCH v5 5/6] drm/mediatek: add DSC support for mt8195

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-07-30 22:34 UTC  (3+ messages)
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() with prot_guest_has()

[PATCH v2 0/6] eDP: Support probing eDP panels dynamically instead of hardcoding
 2021-07-30 21:26 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: drm/panel-simple: Introduce generic eDP panels
` [PATCH v2 2/6] drm/edid: Break out reading block 0 of the EDID
` [PATCH v2 3/6] drm/edid: Allow the querying/working with the panel ID from "
` [PATCH v2 4/6] drm/panel-simple: Don't re-read the EDID every time we power off the panel
` [PATCH v2 5/6] drm/panel-simple: Split the delay structure out of the panel description
` [PATCH v2 6/6] drm/panel-simple: Implement generic "edp-panel"s probed by EDID

[PATCH 1/3] dma-buf: nuke seqno-fence
 2021-07-30 20:46 UTC  (5+ messages)
` [PATCH 3/3] dma-buf: nuke SW_SYNC debugfs files

[RFC PATCH v3 0/6] A drm_plane API to support HDR planes
 2021-07-30 20:41 UTC  (7+ messages)
` [RFC PATCH v3 1/6] drm/doc: Color Management and HDR10 RFC
` [RFC PATCH v3 2/6] drm/color: Add transfer functions for HDR/SDR on drm_plane
` [RFC PATCH v3 3/6] drm/color: Add output transfer function to crtc
` [RFC PATCH v3 4/6] drm/color: Add sdr boost property
` [RFC PATCH v3 5/6] drm/color: Add color space plane property
` [RFC PATCH v3 6/6] drm/amd/display: reformat YCbCr-RGB conversion matrix

[PATCH v6 00/14] drm/i915/guc/slpc: Enable GuC based power management features
 2021-07-30 20:21 UTC  (15+ messages)
` [PATCH 01/14] drm/i915/guc/slpc: Initial definitions for SLPC
` [PATCH 02/14] drm/i915/guc/slpc: Gate Host RPS when SLPC is enabled
` [PATCH 03/14] drm/i915/guc/slpc: Adding SLPC communication interfaces
` [PATCH 04/14] drm/i915/guc/slpc: Allocate, initialize and release SLPC
` [PATCH 05/14] drm/i915/guc/slpc: Enable SLPC and add related H2G events
` [PATCH 06/14] drm/i915/guc/slpc: Remove BUG_ON in guc_submission_disable
` [PATCH 07/14] drm/i915/guc/slpc: Add methods to set min/max frequency
` [PATCH 08/14] drm/i915/guc/slpc: Add get max/min freq hooks
` [PATCH 09/14] drm/i915/guc/slpc: Add debugfs for SLPC info
` [PATCH 10/14] drm/i915/guc/slpc: Enable ARAT timer interrupt
` [PATCH 11/14] drm/i915/guc/slpc: Cache platform frequency limits
` [PATCH 12/14] drm/i915/guc/slpc: Sysfs hooks for SLPC
` [PATCH 13/14] drm/i915/guc/slpc: Add SLPC selftest
` [PATCH 14/14] drm/i915/guc/rc: Setup and enable GuCRC feature

[PATCH v5 00/14] drm/i915/guc/slpc: Enable GuC based power management features
 2021-07-30 19:55 UTC  (16+ messages)
` [PATCH 01/14] drm/i915/guc/slpc: Initial definitions for SLPC
` [PATCH 02/14] drm/i915/guc/slpc: Gate Host RPS when SLPC is enabled
` [PATCH 03/14] drm/i915/guc/slpc: Adding SLPC communication interfaces
` [PATCH 04/14] drm/i915/guc/slpc: Allocate, initialize and release SLPC
` [PATCH 05/14] drm/i915/guc/slpc: Enable SLPC and add related H2G events
` [PATCH 06/14] drm/i915/guc/slpc: Remove BUG_ON in guc_submission_disable
` [PATCH 07/14] drm/i915/guc/slpc: Add methods to set min/max frequency
` [PATCH 08/14] drm/i915/guc/slpc: Add get max/min freq hooks
` [PATCH 09/14] drm/i915/guc/slpc: Add debugfs for SLPC info
` [PATCH 10/14] drm/i915/guc/slpc: Enable ARAT timer interrupt
` [PATCH 11/14] drm/i915/guc/slpc: Cache platform frequency limits
` [PATCH 12/14] drm/i915/guc/slpc: Sysfs hooks for SLPC
` [PATCH 13/14] drm/i915/guc/slpc: Add SLPC selftest
  ` [Intel-gfx] "
` [PATCH 14/14] drm/i915/guc/rc: Setup and enable GuCRC feature

[PATCH] drm/i915: Fix syncmap memory leak
 2021-07-30 19:53 UTC 

[PATCH v4 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-07-30 19:11 UTC  (7+ messages)
` [PATCH v4 10/13] lib: test_hmm add module param for zone device type

[PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-07-30 19:02 UTC  (8+ messages)

[PATCH] drm/msm/dp: update is_connected status base on sink count at dp_pm_resume()
 2021-07-30 18:57 UTC  (2+ messages)

[PATCH v3 0/5] drm: Provide framebuffer vmap helpers
 2021-07-30 18:35 UTC  (6+ messages)
` [PATCH v3 1/5] drm: Define DRM_FORMAT_MAX_PLANES
` [PATCH v3 2/5] drm/gem: Provide drm_gem_fb_{vmap,vunmap}()
` [PATCH v3 3/5] drm/gem: Clear mapping addresses for unused framebuffer planes
` [PATCH v3 4/5] drm/gud: Map framebuffer BOs with drm_gem_fb_vmap()
` [PATCH v3 5/5] drm/vkms: Map output "

[PATCH 0/1] Fix gem_ctx_persistence failures with GuC submission
 2021-07-30 18:13 UTC  (6+ messages)
` [PATCH 1/1] drm/i915: Check if engine has heartbeat when closing a context
  ` [Intel-gfx] "

[PATCH 03/14] drm/atmel-hlcdc: Convert to Linux IRQ interfaces
 2021-07-30 18:10 UTC  (14+ messages)
        `  "

[PATCH 0/2] locking/lockdep, drm: apply new lockdep assert in drm_auth.c
 2021-07-30 17:37 UTC  (7+ messages)
` [PATCH 1/2] locking/lockdep: Provide lockdep_assert{, _once}() helpers
` [PATCH 2/2] drm: add lockdep assert to drm_is_current_master_locked

[PATCH 1/9] dt-bindings: phy: mediatek: tphy: support type switch by pericfg
 2021-07-30 16:25 UTC  (7+ messages)
` [PATCH 7/9] phy: phy-mtk-hdmi: convert to devm_platform_ioremap_resource
` [PATCH 8/9] phy: phy-mtk-mipi-dsi: remove dummy assignment of error number
` [PATCH 9/9] phy: phy-mtk-mipi-dsi: convert to devm_platform_ioremap_resource

[PATCH v2 0/6] drm/panel: atna33xc20: Fix the Samsung ATNA33XC20 panel
 2021-07-30 15:46 UTC  (7+ messages)
` [PATCH v2 1/6] drm/dp: Don't zero PWMGEN_BIT_COUNT when driver_pwm_freq_hz not specified
` [PATCH v2 2/6] drm/bridge: ti-sn65dsi86: Fix power off sequence
` [PATCH v2 3/6] drm/bridge: ti-sn65dsi86: Add some 100 us delays
` [PATCH v2 4/6] Revert "drm/panel-simple: Add Samsung ATNA33XC20"
` [PATCH v2 5/6] Revert "drm/panel-simple: Support for delays between GPIO & regulator"
` [PATCH v2 6/6] drm/panel: atna33xc20: Introduce the Samsung ATNA33XC20 panel

[PATCH v8 00/14] drm/tegra: Introduce a modern UABI
 2021-07-30 15:26 UTC  (2+ messages)

[PATCH -next] drm/amdgpu: fix checking pmops when PM_SLEEP is not enabled
 2021-07-30 14:37 UTC  (2+ messages)

[PATCH] drm: Fix oops in damage self-tests by mocking damage property
 2021-07-30 14:19 UTC  (3+ messages)
` [RFC PATCH] drm: mock_device can be static

[ANNOUNCE] xf86-video-amdgpu 21.0.0
 2021-07-30 13:52 UTC 

[RFC v1 0/4] drm: Add support for DRM_CAP_DEFERRED_OUT_FENCE capability
 2021-07-30 13:38 UTC  (4+ messages)

[PATCH v2] drm: Fix typo in comments
 2021-07-30 13:27 UTC 

[PATCH v5] drm/panel: Add support for E Ink VB3300-KCA
 2021-07-30 12:13 UTC 

[PATCH v7 00/12] Clean up "mediatek,larb"
 2021-07-30 12:06 UTC  (14+ messages)
` [PATCH v7 01/12] dt-binding: mediatek: Get rid of mediatek, larb for multimedia HW
` [PATCH v7 02/12] iommu/mediatek-v1: Free the existed fwspec if the master dev already has
` [PATCH v7 03/12] iommu/mediatek: Add probe_defer for smi-larb
` [PATCH v7 04/12] iommu/mediatek: Add device_link between the consumer and the larb devices
` [PATCH v7 05/12] media: mtk-jpeg: Get rid of mtk_smi_larb_get/put
` [PATCH v7 06/12] media: mtk-mdp: "
` [PATCH v7 07/12] drm/mediatek: Add pm runtime support for ovl and rdma
` [PATCH v7 08/12] drm/mediatek: Get rid of mtk_smi_larb_get/put
` [PATCH v7 09/12] media: mtk-vcodec: "
` [PATCH v7 10/12] memory: mtk-smi: "
` [PATCH v7 11/12] arm: dts: mediatek: Get rid of mediatek, larb for MM nodes
` [PATCH v7 12/12] arm64: "
` Aw: [PATCH v7 00/12] Clean up "mediatek,larb"

[PATCH] drm/vc4: hdmi: make vc4_hdmi_codec_pdata static
 2021-07-30 10:26 UTC 

[PATCH] drm: Fix typo in comments
 2021-07-30 10:04 UTC  (2+ messages)

[PATCH] drm:This patch fixes the checkpatch.pl error to msm_drv.c
 2021-07-30  9:45 UTC  (2+ messages)

[PATCH v5] drm/pl111: Initial drm/kms driver for pl111
 2021-07-30  7:14 UTC 

[PATCH 1/2] dt-bindings: panel: Add Samsung S6E3FA2 panel
 2021-07-30  5:48 UTC  (5+ messages)

[PATCH] drm: clean up unused kerneldoc in drm_lease.c
 2021-07-30  5:17 UTC 

[PATCH] drm: msm: Add 680 gpu to the adreno gpu list
 2021-07-30  5:17 UTC  (4+ messages)
    ` [Freedreno] "

[git pull] drm fixes for 5.14-rc4
 2021-07-30  5:13 UTC  (2+ messages)

[PATCH v2 00/14] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-07-30  3:47 UTC  (9+ messages)
` [PATCH v2 09/14] soc: mediatek: mmsys: Add reset controller support for MT8195 vdosys1
` [PATCH 13/14] drm/mediatek: add pseudo ovl support for MT8195

[pull] amdgpu, amdkfd, radeon drm-next-5.15
 2021-07-30  3:34 UTC 

[PATCH] gpu/drm/radeon: Fix typo in comments
 2021-07-30  2:17 UTC  (2+ messages)

[PATCH] drm/amd/display: Fix typo in comments
 2021-07-30  2:16 UTC  (2+ messages)

[PATCH v2] drm: rcar-du: Allow importing non-contiguous dma-buf with VSP
 2021-07-30  2:05 UTC 

[PATCH v4 00/14] drm/i915/guc/slpc: Enable GuC based power management features
 2021-07-30  1:45 UTC  (7+ messages)
` [PATCH 12/14] drm/i915/guc/slpc: Sysfs hooks for SLPC
` [PATCH 13/14] drm/i915/guc/slpc: Add SLPC selftest
  ` [Intel-gfx] "

[Bug 213917] New: Screen starts flickering when laptop(amdgpu) wakes up after suspend
 2021-07-30  1:10 UTC 

[PATCH 1/2] dt-bindings: display: simple: Add AUO B133HAN05 & B140HAN06
 2021-07-29 23:40 UTC  (2+ messages)

[PATCH 00/11] drm/msm: Add Display Stream Compression Support
 2021-07-29 22:15 UTC  (11+ messages)
` [PATCH 04/11] drm/msm/disp/dpu1: Add DSC support in RM
` [PATCH 05/11] drm/msm/disp/dpu1: Add DSC for SDM845 to hw_catalog
` [PATCH 06/11] drm/msm/disp/dpu1: Add DSC support in hw_ctl
` [PATCH 08/11] drm/msm/disp/dpu1: Add support for DSC in encoder
` [PATCH 10/11] drm/msm/dsi: Add support for DSC configuration

[RFC PATCH 0/8] eDP: Support probing eDP panels dynamically instead of hardcoding
 2021-07-29 21:19 UTC  (4+ messages)
` [RFC PATCH 1/8] dt-bindings: drm/panel-simple: Introduce generic eDP panels

[PULL] drm-misc-next
 2021-07-29 20:57 UTC 

[PATCH] drm/msm: Disable frequency clamping on a630
 2021-07-29 20:53 UTC  (5+ messages)

[PATCH v6 00/15] drm/i915: Introduce Intel PXP
 2021-07-29 20:45 UTC  (7+ messages)
` [PATCH v6 02/15] mei: pxp: export pavp client to me client bus
` [PATCH v6 10/15] drm/i915/pxp: interfaces for using protected objects

[RESEND PATCH v6 00/14] drm/trace: Mirror DRM debug logs to tracefs
 2021-07-29 20:33 UTC  (4+ messages)
` [RESEND PATCH v6 14/14] drm/print: Add tracefs support to the drm logging helpers

[PATCH 0/5] drm/msm/dp: Allow variation in register regions
 2021-07-29 20:02 UTC  (3+ messages)
` [PATCH 1/5] dt-bindings: msm/dp: Change reg definition

[PATCH v4 0/3] Support Adreno 7c Gen 3 gpu
 2021-07-29 19:51 UTC  (4+ messages)
` [PATCH v4 1/3] drm/msm/a6xx: Fix llcc configuration for a660 gpu
` [PATCH v4 2/3] drm/msm/a6xx: Use rev to identify SKU
` [PATCH v4 3/3] drm/msm/a6xx: Add support for Adreno 7c Gen 3 gpu

[PATCH 0/6] drm/panel: atna33xc20: Fix the Samsung ATNA33XC20 panel
 2021-07-29 19:42 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 read-only IMAP folder(s) and NNTP newsgroup(s).