dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-20 22:49:37 to 2022-09-22 05:18:44 UTC [more...]

[PATCH v1] drivers:amdgpu: check the return value of amdgpu_bo_kmap
 2022-09-22  2:11 UTC  (2+ messages)

[PATCH v2] drivers/amd/pm: check the return value of amdgpu_bo_kmap
 2022-09-22  4:23 UTC  (2+ messages)

[PATCH v3 00/15] Tidy up vfio_device life cycle
 2022-09-22  5:18 UTC  (9+ messages)
` [PATCH v3 06/15] vfio/mtty: Use the new device life cycle helpers
` [PATCH v3 15/15] vfio: Add struct device to vfio_device

[PATCH] drm/i915: Remove unused function parameter
 2022-09-22  4:43 UTC 

[PATCH 00/12] slab: Introduce kmalloc_size_roundup()
 2022-09-22  4:18 UTC  (14+ messages)
` [PATCH 01/12] "
` [PATCH 02/12] skbuff: Proactively round up to kmalloc bucket size
` [PATCH 03/12] net: ipa: "
` [PATCH 04/12] btrfs: send: "
` [PATCH 05/12] dma-buf: "
` [PATCH 06/12] coredump: "
` [PATCH 07/12] igb: "
` [PATCH 08/12] openvswitch: "
` [PATCH 09/12] x86/microcode/AMD: Track patch allocation size explicitly
` [PATCH 10/12] iwlwifi: Track scan_cmd "
` [PATCH 11/12] slab: Remove __malloc attribute from realloc functions
` [PATCH 12/12] slab: Restore __alloc_size attribute to __kmalloc_track_caller

[PATCH 0/7] drm/i915: Add HWMON support
 2022-09-22  3:17 UTC  (18+ messages)
` [PATCH 1/7] drm/i915/hwmon: Add HWMON infrastructure
  ` [Intel-gfx] "
` [PATCH 2/7] drm/i915/hwmon: Add HWMON current voltage support
` [PATCH 3/7] drm/i915/hwmon: Power PL1 limit and TDP setting
    ` [Intel-gfx] "
` [PATCH 4/7] drm/i915/hwmon: Show device level energy usage
` [PATCH 5/7] drm/i915/hwmon: Expose card reactive critical power

[PATCH 00/18] unify register access and macros
 2022-09-22  2:36 UTC  (34+ messages)
` [PATCH 01/18] phy: mediatek: add a new helper to update bitfield
` [PATCH 04/18] phy: mediatek: ufs: use common register access helpers
` [PATCH 05/18] phy: mediatek: pcie: use new helper to update register bits
` [PATCH 06/18] phy: mediatek: hdmi: mt2701: use GENMASK and BIT to generate mask and bits
` [PATCH 07/18] phy: mediatek: hdmi: mt2701: use FIELD_PREP to prepare bits field
` [PATCH 08/18] phy: mediatek: hdmi: mt2701: use common helper to access registers
` [PATCH 09/18] phy: mediatek: hdmi: mt8173: use GENMASK to generate bits mask
` [PATCH 10/18] phy: mediatek: hdmi: mt8173: use FIELD_PREP to prepare bits field
` [PATCH 11/18] phy: mediatek: hdmi: mt8173: use common helper to access registers
` [PATCH 12/18] phy: mediatek: hdmi: remove register access helpers
` [PATCH 13/18] phy: mediatek: mipi: mt8173: use GENMASK to generate bits mask
` [PATCH 14/18] phy: mediatek: mipi: mt8173: use FIELD_PREP to prepare bits field
` [PATCH 15/18] phy: mediatek: mipi: mt8173: use common helper to access registers
` [PATCH 16/18] phy: mediatek: mipi: mt8183: use GENMASK to generate bits mask
` [PATCH 17/18] phy: mediatek: mipi: mt8183: use common helper to access registers
` [PATCH 18/18] phy: mediatek: mipi: remove register access helpers

[PATCH] drm/ttm: clean the redundant assignment
 2022-09-22  0:49 UTC 

[PATCH 1/2] drm/msm/dsi: add a helper method to compute the dsi byte clk
 2022-09-22  0:49 UTC  (2+ messages)
` [PATCH 2/2] drm/msm/dsi: implement opp table based check for dsi_mgr_bridge_mode_valid()

[PATCH v2 0/7] drm/msm/dp: Support for external displays
 2022-09-22  0:14 UTC  (6+ messages)
` [PATCH v2 1/7] dt-bindings: msm/dp: Add SDM845 and SC8280XP compatibles

[GIT PULL] mediatek drm fixes for 6.0
 2022-09-21 23:56 UTC 

[PATCH 2/2] power: supply: Add Lenovo Yoga C630 EC driver
 2022-09-21 22:10 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 483fed3b5dc8ce3644c83d24240cf5756fb0993e
 2022-09-21 22:09 UTC 

[pull] amdgpu drm-fixes-6.0
 2022-09-21 22:06 UTC 

[PULL] drm-intel-fixes
 2022-09-21 20:33 UTC 

[PATCH v2] Documentation: fb: udlfb: clean up text and formatting
 2022-09-21 20:12 UTC  (2+ messages)

[PATCH] drm/i915: Split GAM and MSLICE steering
 2022-09-21 19:46 UTC  (6+ messages)
` [Intel-gfx] "

[PATCH v3 0/8] Support for NVDEC on Tegra234
 2022-09-21 18:54 UTC  (8+ messages)
` [PATCH v3 1/8] memory: tegra: Add API for retrieving carveout bounds

[PATCH v4] drm/sched: Add FIFO sched policy to run queue v3
 2022-09-21 18:28 UTC 

[RFC v4 00/14] drm/i915/vm_bind: Add VM_BIND functionality
 2022-09-21 18:17 UTC  (21+ messages)
` [RFC v4 01/14] drm/i915/vm_bind: Expose vm lookup function
` [RFC v4 02/14] drm/i915/vm_bind: Add __i915_sw_fence_await_reservation()
  ` [Intel-gfx] "
` [RFC v4 03/14] drm/i915/vm_bind: Expose i915_gem_object_max_page_size()
  ` [Intel-gfx] "
` [RFC v4 04/14] drm/i915/vm_bind: Implement bind and unbind of object
` [RFC v4 05/14] drm/i915/vm_bind: Support for VM private BOs
` [RFC v4 06/14] drm/i915/vm_bind: Handle persistent vmas
` [RFC v4 07/14] drm/i915/vm_bind: Add out fence support
` [RFC v4 08/14] drm/i915/vm_bind: Abstract out common execbuf functions
  ` [Intel-gfx] "
` [RFC v4 09/14] drm/i915/vm_bind: Implement I915_GEM_EXECBUFFER3 ioctl
` [RFC v4 10/14] drm/i915/vm_bind: Update i915_vma_verify_bind_complete()
` [RFC v4 11/14] drm/i915/vm_bind: Handle persistent vmas in execbuf3
` [RFC v4 12/14] drm/i915/vm_bind: userptr dma-resv changes
` [RFC v4 13/14] drm/i915/vm_bind: Skip vma_lookup for persistent vmas
` [RFC v4 14/14] drm/i915/vm_bind: Add uapi for user to enable vm_bind_mode

[PATCH] drm/vmwgfx: Protect pin_user_pages with mmap_lock
 2022-09-21 16:46 UTC 

[PATCH v2 00/10] drm: Add driver for PowerPC OF displays
 2022-09-21 16:48 UTC  (16+ messages)
` [PATCH v2 07/10] drm/ofdrm: Add ofdrm for Open Firmware framebuffers
` [PATCH v2 08/10] drm/ofdrm: Add CRTC state
` [PATCH v2 09/10] drm/ofdrm: Add per-model device function
` [PATCH v2 10/10] drm/ofdrm: Support color management

[PATCH v3 0/6] Change mmsys compatible for mt8195 mediatek-drm
 2022-09-21 16:47 UTC  (6+ messages)
` [PATCH v3 1/6] dt-bindings: arm: mediatek: mmsys: change compatible for MT8195

[PATCH V2 0/3] drm/panel: Add NewVision NV3051D Panels
 2022-09-21 16:17 UTC  (11+ messages)
` [PATCH V2 1/3] dt-bindings: vendor-prefixes: add NewVision vendor prefix
` [PATCH V2 2/3] dt-bindings: display: panel: Add NewVision NV3051D bindings

[PATCH AUTOSEL 5.4 3/5] drm/amdgpu: use dirty framebuffer helper
 2022-09-21 15:54 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 4/5] drm/amd/display: Limit user regamma to a valid value
` [PATCH AUTOSEL 5.4 5/5] drm/rockchip: Fix return type of cdn_dp_connector_mode_valid

[PATCH AUTOSEL 4.19 2/3] drm/amd/display: Limit user regamma to a valid value
 2022-09-21 15:54 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 3/3] drm/rockchip: Fix return type of cdn_dp_connector_mode_valid

[PATCH AUTOSEL 5.15 02/10] drm/gma500: Fix BUG: sleeping function called from invalid context errors
 2022-09-21 15:54 UTC  (8+ messages)
` [PATCH AUTOSEL 5.15 04/10] drm/amd/pm: disable BACO entry/exit completely on several sienna cichlid cards
` [PATCH AUTOSEL 5.15 05/10] drm/amdgpu: use dirty framebuffer helper
` [PATCH AUTOSEL 5.15 06/10] drm/amd/display: Limit user regamma to a valid value
` [PATCH AUTOSEL 5.15 07/10] drm/amd/display: Reduce number of arguments of dml31's CalculateWatermarksAndDRAMSpeedChangeSupport()
` [PATCH AUTOSEL 5.15 08/10] drm/amd/display: Reduce number of arguments of dml31's CalculateFlipSchedule()
` [PATCH AUTOSEL 5.15 09/10] drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usage
` [PATCH AUTOSEL 5.15 10/10] drm/rockchip: Fix return type of cdn_dp_connector_mode_valid

[PATCH AUTOSEL 5.10 2/7] drm/gma500: Fix BUG: sleeping function called from invalid context errors
 2022-09-21 15:54 UTC  (5+ messages)
` [PATCH AUTOSEL 5.10 4/7] drm/amdgpu: use dirty framebuffer helper
` [PATCH AUTOSEL 5.10 5/7] drm/amd/display: Limit user regamma to a valid value
` [PATCH AUTOSEL 5.10 6/7] drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usage
` [PATCH AUTOSEL 5.10 7/7] drm/rockchip: Fix return type of cdn_dp_connector_mode_valid

[PATCH AUTOSEL 5.19 02/16] drm/gma500: Fix BUG: sleeping function called from invalid context errors
 2022-09-21 15:53 UTC  (13+ messages)
` [PATCH AUTOSEL 5.19 03/16] drm/gma500: Fix WARN_ON(lock->magic != lock) error
` [PATCH AUTOSEL 5.19 04/16] drm/gma500: Fix (vblank) IRQs not working after suspend/resume
` [PATCH AUTOSEL 5.19 06/16] drm/amd/pm: disable BACO entry/exit completely on several sienna cichlid cards
` [PATCH AUTOSEL 5.19 07/16] drm/amdgpu: use dirty framebuffer helper
` [PATCH AUTOSEL 5.19 08/16] drm/amdgpu: change the alignment size of TMR BO to 1M
` [PATCH AUTOSEL 5.19 09/16] drm/amdgpu: add HDP remap functionality to nbio 7.7
` [PATCH AUTOSEL 5.19 10/16] drm/amdgpu: Skip reset error status for psp v13_0_0
` [PATCH AUTOSEL 5.19 11/16] drm/amd/display: Limit user regamma to a valid value
` [PATCH AUTOSEL 5.19 12/16] drm/amd/display: Reduce number of arguments of dml31's CalculateWatermarksAndDRAMSpeedChangeSupport()
` [PATCH AUTOSEL 5.19 13/16] drm/amd/display: Reduce number of arguments of dml31's CalculateFlipSchedule()
` [PATCH AUTOSEL 5.19 14/16] drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usage
` [PATCH AUTOSEL 5.19 15/16] drm/rockchip: Fix return type of cdn_dp_connector_mode_valid

[PATCH v2 00/41] drm: Analog TV Improvements
 2022-09-21 15:05 UTC  (19+ messages)
` [PATCH v2 10/41] drm/modes: Add a function to generate analog display modes

[PATCH v10 0/9] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-09-21 14:10 UTC  (4+ messages)
` [PATCH v10 3/9] compiler_types.h: Add assert_type to catch type mis-match while compiling

[PATCH v6,0/3] Add dpi output format control for MT8186
 2022-09-21 13:44 UTC  (7+ messages)
` [PATCH v6,2/3] drm: mediatek: Adjust the dpi output format to MT8186
` [PATCH v6,3/3] drm: mediatek: Add mt8186 dpi compatible to mtk_dpi.c

[PATCH] drm/panfrost: Give name to anonymous coredump object union
 2022-09-21 12:26 UTC  (7+ messages)
` [PATCH 1/2] drm/panfrost: Remove type name from internal structs
  ` [PATCH 2/2] drm/panfrost: replace endian-specific types with generic ones

[PATCH] virt: acrn: obtain pa from VMA with PFNMAP flag
 2022-09-21 12:23 UTC  (2+ messages)

[PATCH v9 01/10] dt-bindings: power: supply: Add MediaTek MT6370 Charger
 2022-09-21 11:47 UTC  (4+ messages)
` [PATCH v9 09/10] leds: flash: mt6370: Add MediaTek MT6370 flashlight support

[PATCH 0/5] drm/damage-helper: Improve damage-clipping heuristics
 2022-09-21 10:49 UTC  (8+ messages)
` [PATCH 4/5] drm/damage-helper: Do partial updates if framebuffer has not been changed

[PATCH v5 00/21] Move all drivers to a common dma-buf locking convention
 2022-09-21 10:29 UTC  (4+ messages)
` [PATCH v5 15/21] dma-buf: Move dma_buf_vmap() to dynamic locking specification

[PATCH] drm/bridge: ti-sn65dsi83: Add and use hs_rate and lp_rate
 2022-09-21  9:40 UTC  (5+ messages)

[PATCH v2 0/7] drm/vc4: Fix the core clock behaviour
 2022-09-21  9:17 UTC  (4+ messages)
` [PATCH v2 2/7] firmware: raspberrypi: Move the clock IDs to the firmware header

[PATCH] PM: runtime: Return properly from rpm_resume() if dev->power.needs_force_resume flag is set
 2022-09-21  9:16 UTC 

[PATCH] drm/i915/gvt: fix double-free bug in split_2MB_gtt_entry
 2022-09-21  9:13 UTC  (3+ messages)

[PATCH v3] drm/sched: Add FIFO sched policy to run queue v3
 2022-09-21  9:08 UTC  (4+ messages)

[PATCH] drm/mediatek: dsi: Move mtk_dsi_stop() call back to mtk_dsi_poweroff()
 2022-09-21  8:49 UTC  (4+ messages)

[PATCH] drm/i915: Do not cleanup obj with NULL bo->resource
 2022-09-21  8:27 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH] drm/amdgpu: initialize r variable into amdgpu_cs_submit function
 2022-09-20 12:32 UTC  (3+ messages)

[PATCH V2 0/2] drm/panel: Add Samsung AMS495QA01 Panel
 2022-09-21  7:23 UTC  (3+ messages)
` [PATCH V2 1/2] dt-bindings: display: panel: Add Samsung AMS495QA01 bindings

[RFC PATCH v3 00/17] drm/i915/vm_bind: Add VM_BIND functionality
 2022-09-21  7:21 UTC  (14+ messages)
` [RFC PATCH v3 04/17] drm/i915: Implement bind and unbind of object
` [RFC PATCH v3 07/17] drm/i915/vm_bind: Handle persistent vmas
  ` [Intel-gfx] "
` [RFC PATCH v3 10/17] drm/i915/vm_bind: Implement I915_GEM_EXECBUFFER3 ioctl
  ` [Intel-gfx] "

[PATCH 1/1] drm/i915/mtl: enable local stolen memory
 2022-09-21  6:32 UTC  (6+ messages)
` [Intel-gfx] "

[PATCH] drm/hisilicon/kirin: Fix typo in kirin_drm_drv.c
 2022-09-21  4:08 UTC 

[PATCH v4 00/15] Tidy up vfio_device life cycle
 2022-09-21 10:44 UTC  (16+ messages)
` [PATCH v4 01/15] vfio: Add helpers for unifying "
` [PATCH v4 02/15] vfio/pci: Use the new device life cycle helpers
` [PATCH v4 03/15] vfio/mlx5: "
` [PATCH v4 04/15] vfio/hisi_acc: "
` [PATCH v4 05/15] vfio/mdpy: "
` [PATCH v4 06/15] vfio/mtty: "
` [PATCH v4 07/15] vfio/mbochs: "
` [PATCH v4 08/15] drm/i915/gvt: "
` [PATCH v4 09/15] vfio/ap: "
` [PATCH v4 10/15] vfio/fsl-mc: "
` [PATCH v4 11/15] vfio/platform: "
` [PATCH v4 12/15] vfio/amba: "
` [PATCH v4 13/15] vfio/ccw: "
` [PATCH v4 14/15] vfio: Rename vfio_device_put() and vfio_device_try_get()
` [PATCH v4 15/15] vfio: Add struct device to vfio_device

[PATCH v1 00/17] Add MT8195 HDMI support
 2022-09-21  2:48 UTC  (3+ messages)
` [PATCH v1 01/17] dt-bindings: clk: mediatek: Add MT8195 DPI clocks

[PATCH -next] drm/amd/display: clean up one inconsistent indenting
 2022-09-21  1:19 UTC 

[PATCH 1/2] drm/amd/display: Reduce number of arguments of dml314's CalculateWatermarksAndDRAMSpeedChangeSupport()
 2022-09-21  1:12 UTC  (5+ messages)

[PATCH v4] drm/msm/dp: add atomic_check to bridge ops
 2022-09-20 23:27 UTC  (2+ messages)

[BUG] ls1046a: eDMA does not transfer data from I2C
 2022-09-20 23:05 UTC  (8+ 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).