dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-23 22:05:14 to 2021-04-26 23:50:02 UTC [more...]

[PATCH] drm/msm: Do not unpin/evict exported dma-buf's
 2021-04-26 23:53 UTC 

[PATCH 00/21] drm/i915/gem: ioctl clean-ups
 2021-04-26 23:44 UTC  (26+ messages)
` [PATCH 01/21] drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZE
` [PATCH 02/21] drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAP
` [PATCH 03/21] drm/i915/gem: Set the watchdog timeout directly in intel_context_set_gem
` [PATCH 04/21] drm/i915/gem: Return void from context_apply_all
` [PATCH 05/21] drm/i915: Drop the CONTEXT_CLONE API
` [PATCH 06/21] drm/i915: Implement SINGLE_TIMELINE with a syncobj (v3)
` [PATCH 07/21] drm/i915: Drop getparam support for I915_CONTEXT_PARAM_ENGINES
` [PATCH 08/21] drm/i915/gem: Disallow bonding of virtual engines
  ` [PATCH 08/20] drm/i915/gem: Disallow bonding of virtual engines (v2)
` [PATCH 09/21] drm/i915/gem: Disallow creating contexts with too many engines
` [PATCH 10/21] drm/i915/request: Remove the hook from await_execution
` [PATCH 11/21] drm/i915: Stop manually RCU banging in reset_stats_ioctl
` [PATCH 12/21] drm/i915/gem: Add a separate validate_priority helper
` [PATCH 13/21] drm/i915/gem: Add an intermediate proto_context struct
` [PATCH 14/21] drm/i915/gem: Return an error ptr from context_lookup
` [PATCH 15/21] drm/i915/gt: Drop i915_address_space::file
` [PATCH 16/21] drm/i915/gem: Delay context creation
  ` [Intel-gfx] "
` [PATCH 17/21] drm/i915/gem: Don't allow changing the VM on running contexts
` [PATCH 18/21] drm/i915/gem: Don't allow changing the engine set "
` [PATCH 19/21] drm/i915/selftests: Take a VM in kernel_context()
` [PATCH 20/21] i915/gem/selftests: Assign the VM at context creation in igt_shared_ctx_exec
` [PATCH 21/21] drm/i915/gem: Roll all of context creation together

[PATCH 0/2] drm/msm: rework display snapshotting
 2021-04-26 22:56 UTC  (9+ messages)
` [PATCH 1/2] drm/msm: pass dump state as a function argument
` [PATCH 2/2] drm/msm: make msm_disp_state transient data struct
      ` [Freedreno] "

[v3 0/2] drm: Add support for backlight control of eDP panel on ti-sn65dsi86 bridge
 2021-04-26 21:04 UTC  (6+ messages)
` [v3 1/2] dt-bindings: backlight: add DisplayPort aux backlight
` [v3 2/2] backlight: Add DisplayPort aux backlight driver

[RFC] Linux Graphics Next: Explicit fences everywhere and no BO fences - initial proposal
 2021-04-26 20:59 UTC  (9+ messages)
      ` [Mesa-dev] "

[PATCH v2] drm/drm_file.c: Define drm_send_event_helper() as 'static'
 2021-04-26 20:00 UTC 

[PATCH v2 00/13] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-04-26 20:00 UTC  (4+ messages)
` [PATCH v2 01/13] vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICE
` [PATCH v2 08/13] vfio/gvt: Convert to use vfio_register_group_dev()
` [PATCH v2 11/13] vfio/mdev: Remove mdev_parent_ops

[PATCH] drm/ttm: cleanup ttm_agp_backend
 2021-04-26 19:47 UTC  (3+ messages)

[PATCH v3] drm/amd/amdgpu: Replace drm_modeset_lock_all with drm_modeset_lock
 2021-04-26 19:28 UTC 

[PATCH 00/12] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-04-26 19:11 UTC  (11+ messages)
` [PATCH 01/12] vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICE
` [PATCH 08/12] vfio/gvt: Convert to use vfio_register_group_dev()
` [PATCH 10/12] vfio/mdev: Remove mdev_parent_ops

[RFC PATCH 0/3] A drm_plane API to support HDR planes
 2021-04-26 19:08 UTC  (7+ messages)
` [RFC PATCH 1/3] drm/color: Add RGB Color encodings
` [RFC PATCH 2/3] drm/color: Add Color transfer functions for HDR/SDR
` [RFC PATCH 3/3] drm/color: Add sdr boost property

[PATCH] drm/amd/amdgpu/amdgpu_drv.c: Replace drm_modeset_lock_all with drm_modeset_lock
 2021-04-26 19:06 UTC  (4+ messages)
  ` [Outreachy kernel] "

[PATCH v4 0/9] drm: Support simple-framebuffer devices and firmware fbs
 2021-04-26 19:05 UTC  (9+ messages)

[PATCH][next] drm/amdkfd: Fix spelling mistake "unregisterd" -> "unregistered"
 2021-04-26 18:46 UTC  (3+ messages)

[PATCH v2] drm/bochs: Add screen blanking support
 2021-04-26 18:44 UTC  (2+ messages)

[PATCH] drm: i915: fix build when ACPI is disabled and BACKLIGHT=m
 2021-04-26 18:35 UTC 

[PATCH] drm/ast: Fix missing conversions to managed API
 2021-04-26 18:01 UTC  (2+ messages)

[PATCH v4 0/4] drm/vkms: add overlay plane support
 2021-04-26 17:31 UTC  (10+ messages)
` [PATCH v4 1/4] drm/vkms: init plane using drmm_universal_plane_alloc
` [PATCH v4 2/4] drm/vkms: rename cursor to plane on ops of planes composition
` [PATCH v4 3/4] drm/vkms: add XRGB "
` [PATCH v4 4/4] drm/vkms: add overlay support

[PATCH v2 0/1] Document drm_mode_get_plane
 2021-04-26 17:30 UTC  (7+ messages)
` [PATCH v2 1/1] drm/doc: document drm_mode_get_plane

[PATCH 0/4] drm/i915: Fix older platforms
 2021-04-26 17:18 UTC  (6+ messages)
` [PATCH 4/4] drm/i915: Rewrite CL/CTG L-shaped memory detection
  ` [Intel-gfx] "

[PATCH v5 00/16] Restricted DMA
 2021-04-26 16:38 UTC  (10+ messages)
` [PATCH v5 05/16] swiotlb: Add restricted DMA pool initialization
` [PATCH v5 08/16] swiotlb: Update is_swiotlb_active to add a struct device argument
` [PATCH v5 16/16] of: Add plumbing for restricted DMA pool

[PATCH 1/7] drm/i915/dg1: Fix mapping type for default state object
 2021-04-26 16:42 UTC  (11+ messages)
` [PATCH 2/7] drm/i915: Update the helper to set correct mapping
` [PATCH 3/7] drm/i915/gtt: map the PD up front
` [PATCH 4/7] drm/i915/gtt/dgfx: place the PD in LMEM
` [PATCH 5/7] drm/i915/fbdev: Use lmem physical addresses for fb_mmap() on discrete
` [PATCH 6/7] drm/i915/lmem: Bypass aperture when lmem is available
` [PATCH 7/7] drm/i915: Return error value when bo not in LMEM for discrete

[PATCH 1/9] drm/doc/rfc: i915 DG1 uAPI
 2021-04-26 16:32 UTC  (13+ messages)
` [PATCH 2/9] drm/i915: mark stolen as private
` [PATCH 3/9] drm/i915/query: Expose memory regions through the query uAPI
` [PATCH 4/9] drm/i915: rework gem_create flow for upcoming extensions
` [PATCH 5/9] drm/i915/uapi: introduce drm_i915_gem_create_ext
` [PATCH 6/9] drm/i915/uapi: implement object placement extension
` [PATCH 7/9] drm/i915/lmem: support optional CPU clearing for special internal use
` [PATCH 8/9] drm/i915/gem: clear userspace buffers for LMEM
` [PATCH 9/9] drm/i915/gem: hide new uAPI behind CONFIG_BROKEN

[PATCH] drm/drm_file.c: Define drm_send_event_helper() as 'static'
 2021-04-26 16:16 UTC  (2+ messages)

[PATCH v2] drm/i915: Invoke BXT _DSM to enable MUX on HP Workstation laptops
 2021-04-26 15:37 UTC  (7+ messages)

[PATCH v2 1/2] gpu: drm: init set panel orientation property earlier
 2021-04-26 15:33 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: mt8183: Add panel rotation

[PATCH v3] drm/i915: Invoke another _DSM to enable MUX on HP Workstation laptops
 2021-04-26 15:24 UTC 

[PATCH v3 1/4] drm/i915/uapi: hide kernel doc warnings
 2021-04-26 15:22 UTC  (14+ messages)
` [PATCH v3 4/4] drm/doc/rfc: i915 DG1 uAPI
                      ` [Mesa-dev] "

[PATCH] drm/omap: Fix issue with clocks left on after resume
 2021-04-26 14:12 UTC 

[PATCH] display: Fix typo issue
 2021-04-26 14:02 UTC  (2+ messages)

[drm-intel:drm-intel-next 3/4] drivers/gpu/drm/i915/display/intel_dp_hdcp.c:582 intel_dp_hdcp2_read_msg() error: uninitialized symbol 'msg_end'
 2021-04-26 13:42 UTC  (2+ messages)

[PATCH] drm/i9i5/gt: Fix a double free in gen8_preallocate_top_level_pdp
 2021-04-26 12:43 UTC 

[RESEND PATCH v6 1/4] mfd: rt4831: Adds support for Richtek RT4831
 2021-04-26 12:24 UTC  (7+ messages)
` [RESEND PATCH v6 2/4] backlight: rt4831: Adds DT binding document for Richtek RT4831 backlight
` [RESEND PATCH v6 3/4] mfd: rt4831: Adds DT binding document for Richtek RT4831
` [RESEND PATCH v6 4/4] backlight: rt4831: Adds support for Richtek RT4831 backlight

[PATCH] SPI: meson-spifc add missed calls to remove function
 2021-04-26 11:56 UTC  (5+ messages)

[PATCH 1/2] mm/vmscan: add sync_shrinkers function
 2021-04-26 11:15 UTC  (5+ messages)
` [PATCH 2/2] drm/ttm: optimize the pool shrinker a bit v2

[v2 0/2] drm: Add support for backlight control of eDP panel on ti-sn65dsi86 bridge
 2021-04-26 11:11 UTC  (4+ messages)
` [v2 2/2] backlight: Add DisplayPort aux backlight driver

[REGRESSION] drm/etnaviv: command buffer outside valid memory window
 2021-04-26 10:21 UTC 

[PATCH v2] drm/amdgpu: Register VGA clients after init can no longer fail
 2021-04-26 10:50 UTC 

[PATCH v13 0/4] drm/panfrost: Add support for mt8183 GPU
 2021-04-26  9:58 UTC  (2+ messages)

Split render/display SoCs, Mesa's renderonly, and Wayland dmabuf hints
 2021-04-26  9:47 UTC  (4+ messages)

[Bug 212469] New: plymouth animation freezes during shutdown
 2021-04-26  9:40 UTC  (2+ messages)
` [Bug 212469] "

[PATCH 00/19] More DG1 enabling
 2021-04-26  9:21 UTC  (16+ messages)
` [PATCH 11/19] drm/i915: Update the helper to set correct mapping
  ` [Intel-gfx] "

[PATCH] drm: bridge: add missing word in Analogix help text
 2021-04-26  8:59 UTC  (4+ messages)

[PATCH] drm/vkms: update the current status of todo list
 2021-04-26  7:43 UTC  (3+ messages)

[PATCH v3 0/3] drm/bridge: nwl-dsi: Get MIPI DSI controller and PHY ready in ->mode_set()
 2021-04-26  7:43 UTC  (2+ messages)

[PATCH 0/2] drm/tegra: Fix device/module refs for DP
 2021-04-26  7:42 UTC  (3+ messages)
` [PATCH 1/2] drm/tegra: Get ref for DP AUX channel, not its ddc adapter

[PULL] drm-misc-next-fixes
 2021-04-26  7:35 UTC  (3+ messages)

[PATCH 1/2] drm/mediatek: set panel orientation before drm_dev_register()
 2021-04-26  5:19 UTC  (3+ messages)

[PATCH] video/logo: CONFIG_LOGO conflicts with FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER
 2021-04-25  2:20 UTC 

[PATCH v5 0/6] Add Unisoc's drm kms module
 2021-04-25 12:36 UTC  (7+ messages)
` [PATCH v5 1/6] dt-bindings: display: add Unisoc's drm master bindings
` [PATCH v5 2/6] drm/sprd: add Unisoc's drm kms master
` [PATCH v5 3/6] dt-bindings: display: add Unisoc's dpu bindings
` [PATCH v5 4/6] drm/sprd: add Unisoc's drm display controller driver
` [PATCH v5 5/6] dt-bindings: display: add Unisoc's mipi dsi controller bindings
` [PATCH v5 6/6] drm/sprd: add Unisoc's drm mipi dsi&dphy driver

[PATCH v5] dma-buf: Add DmaBufTotal counter in meminfo
 2021-04-25  8:40 UTC  (12+ messages)

[PATCH] vfio/gvt: fix DRM_I915_GVT dependency on VFIO_MDEV
 2021-04-25  3:23 UTC  (6+ messages)

[Bug 211807] New: [drm:drm_dp_mst_dpcd_read] *ERROR* mstb 000000004e6288dd port 3: DPCD read on addr 0x60 for 1 bytes NAKed
 2021-04-25  2:50 UTC  (2+ messages)
` [Bug 211807] "

[PATCH v2] drm/amd/pm/powerplay/hwmgr: Fix kernel-doc syntax in documentation
 2021-04-24 22:19 UTC 

[PATCH v2] drm/amdgpu: Added missing prototype
 2021-04-24 18:29 UTC  (2+ messages)

[PATCH] drm/amd/amdkfd/kfd_process.c: Fix kernel-doc syntax error
 2021-04-24 18:28 UTC  (2+ messages)

[PATCH] drm/amd/pm/powerplay/hwmgr/ppatomctrl.c: Fix kerne-doc syntax in comments
 2021-04-24 16:42 UTC 

[PATCH v2 0/2] drm/msm/dsi: support CPHY mode for 7nm pll/phy
 2021-04-24 14:27 UTC  (3+ messages)
` [PATCH v2 1/2] "

[PATCH] drm/amdgpu: Added missing prototype
 2021-04-24  9:27 UTC  (3+ messages)

[PATCH v3] drm: rcar: unbreak the R-Car menu items
 2021-04-24  3:46 UTC 

[PATCH] drm/msm: fix LLC not being enabled for mmu500 targets
 2021-04-24  1:49 UTC 

[PATCH v3 0/5] mediatek: hdmi: add MT8167 configuration
 2021-04-24  0:25 UTC  (7+ messages)
` [PATCH v3 3/5] gpu/drm: mediatek: hdmi: add check for CEA modes only
` [PATCH v3 4/5] gpu/drm: mediatek: hdmi: add optional limit on maximal HDMI mode clock
` [PATCH v3 5/5] gpu/drm: mediatek: hdmi: add MT8167 configuration

[PATCH v2] drm: rcar-du: fix linker undefined references
 2021-04-24  0:12 UTC 

[PATCH 1/4] drm/panel: seperate panel power control from panel prepare/unprepare
 2021-04-23 23:50 UTC  (3+ messages)
` [PATCH 4/4] drm/mediatek: add dsi module reset driver

[pull] amdgpu, radeon drm-next-5.13
 2021-04-23 22:39 UTC 

linux-next: build warning after merge of the amdgpu tree
 2021-04-23 22:39 UTC  (3+ messages)

[PATCH] drm: rcar-du: fix linker undefined references
 2021-04-23 22:05 UTC  (5+ 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).