dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-19 19:03:01 to 2023-07-20 16:45:42 UTC [more...]

[PATCH v6 0/9] Update AUX invalidation sequence
 2023-07-20 16:44 UTC  (5+ messages)
` [PATCH v6 1/9] drm/i915/gt: Cleanup aux invalidation registers
` [PATCH v6 2/9] drm/i915: Add the has_aux_ccs device property
` [PATCH v6 3/9] drm/i915/gt: Ensure memory quiesced before invalidation
` [PATCH v6 4/9] drm/i915/gt: Rename flags with bit_group_X according to the datasheet

[PATCH] backlight: gpio_backlight: Drop output gpio direction check for initial power state
 2023-07-20 16:28 UTC  (6+ messages)

[PATCH -next] drm/amdgpu: Fix one kernel-doc comment
 2023-07-20 16:16 UTC  (3+ messages)

[PATCH v6 00/11] MediaTek DisplayPort: support eDP and aux-bus
 2023-07-20 15:59 UTC  (24+ messages)
` [PATCH v6 01/11] drm/mediatek: dp: Add missing error checks in mtk_dp_parse_capabilities
` [PATCH v6 02/11] drm/mediatek: dp: Move AUX and panel poweron/off sequence to function
` [PATCH v6 03/11] drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer()
` [PATCH v6 04/11] drm/mediatek: dp: Use devm variant of drm_bridge_add()
` [PATCH v6 05/11] drm/mediatek: dp: Move AUX_P0 setting to mtk_dp_initialize_aux_settings()
` [PATCH v6 06/11] drm/mediatek: dp: Enable event interrupt only when bridge attached
` [PATCH v6 07/11] drm/mediatek: dp: Avoid mutex locks if audio is not supported/enabled
` [PATCH v6 08/11] drm/mediatek: dp: Move PHY registration to new function
` [PATCH v6 09/11] drm/mediatek: dp: Add support for embedded DisplayPort aux-bus
` [PATCH v6 10/11] drm/mediatek: dp: Add .wait_hpd_asserted() for AUX bus
` [PATCH v6 11/11] drm/mediatek: dp: Don't register HPD interrupt handler for eDP case

[PATCH] drm/msm: Check for the GPU IOMMU during bind
 2023-07-20 15:52 UTC  (3+ messages)

[PATCH 6.4] drm/client: Send hotplug event after registering a client
 2023-07-18  4:23 UTC 

[PATCH 6.1] drm/client: Send hotplug event after registering a client
 2023-07-18  4:22 UTC 

[PATCH 0/2] Avoid -Wconstant-logical-operand in nsecs_to_jiffies_timeout()
 2023-07-20 15:16 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: "

[PATCH v6 0/9] Update AUX invalidation sequence
 2023-07-20 14:44 UTC  (6+ messages)
` [PATCH v6 5/9] drm/i915/gt: Refactor intel_emit_pipe_control_cs() in a single function
` [PATCH v6 6/9] drm/i915/gt: Ensure memory quiesced before invalidation for all engines

[PATCH v2 00/11] drm: kunit: Switch to kunit actions
 2023-07-20 14:37 UTC  (13+ messages)
` [PATCH v2 01/11] drm/tests: helpers: "
` [PATCH v2 02/11] drm/tests: client-modeset: Remove call to drm_kunit_helper_free_device()
` [PATCH v2 03/11] drm/tests: modes: "
` [PATCH v2 04/11] drm/tests: probe-helper: "
` [PATCH v2 05/11] drm/tests: helpers: Create a helper to allocate a locking ctx
` [PATCH v2 06/11] drm/tests: helpers: Create a helper to allocate an atomic state
` [PATCH v2 07/11] drm/vc4: tests: pv-muxing: Remove call to drm_kunit_helper_free_device()
` [PATCH v2 08/11] drm/vc4: tests: mock: Use a kunit action to unregister DRM device
` [PATCH v2 09/11] drm/vc4: tests: pv-muxing: Switch to managed locking init
` [PATCH v2 10/11] drm/vc4: tests: Switch to atomic state allocation helper
` [PATCH v2 11/11] drm/vc4: tests: pv-muxing: Document test scenario

[PATCH v3] drm/i915: Refactor PAT/object cache handling
 2023-07-20 13:59 UTC  (6+ messages)

[PATCH 1/3] dt-bindings: vendor-prefixes: add ShenZhen New Display Co
 2023-07-20 13:52 UTC  (8+ messages)
` [PATCH 2/3] dt-bindings: display: panel: Add panels based on ILITEK ILI9806E

[pull] amdgpu drm-fixes-6.5
 2023-07-20 13:34 UTC 

[PATCH v2 2/5] drm: Add an HPD poll helper to reschedule the poll work
 2023-07-20 12:54 UTC  (2+ messages)
` [PATCH v2 3/5] drm/i915: Fix HPD polling, reenabling the output poll work as needed

[PATCH v3,0/3] Add compatible to increase MT8188 audio control
 2023-07-20 12:49 UTC  (13+ messages)
` [PATCH v3, 1/3] dt-bindings: display: mediatek: dp: Add compatible for MediaTek MT8188
` [PATCH v3, 2/3] drm/mediatek: dp: Add the audio packet flag to mtk_dp_data struct
  ` [PATCH v3,2/3] "
` [PATCH v3, 3/3] drm/mediatek: dp: Add the audio divider "
  ` [PATCH v3,3/3] "

[PATCH v3 1/2] dt-bindings: display: add bindings for pcd8544 displays
 2023-07-20 12:40 UTC  (2+ messages)
` [PATCH v3 2/2] drm/tiny: add display driver for philips pcd8544 display controller

[PATCH next] drm/loongson: Fix error handling in lsdc_pixel_pll_setup()
 2023-07-20 12:39 UTC 

[LINUX KERNEL PATCH v3 0/1] add S3 support for virtgpu
 2023-07-20 11:58 UTC  (2+ messages)
` [LINUX KERNEL PATCH v3 1/1] virtgpu: init vq during resume and notify qemu guest status

[PATCH 00/11] drm: kunit: Switch to kunit actions
 2023-07-20 11:06 UTC  (28+ messages)
` [PATCH 01/11] drm/tests: helpers: "
` [PATCH 05/11] drm/tests: helpers: Create an helper to allocate a locking ctx
  ` [05/11] "
` [PATCH 06/11] drm/tests: helpers: Create an helper to allocate an atomic state
` [PATCH 07/11] drm/vc4: tests: pv-muxing: Remove call to drm_kunit_helper_free_device()
` [PATCH 08/11] drm/vc4: tests: mock: Use a kunit action to unregister DRM device
` [PATCH 09/11] drm/vc4: tests: pv-muxing: Switch to managed locking init
  ` [09/11] "
` [PATCH 10/11] drm/vc4: tests: Switch to atomic state allocation helper
` [PATCH 11/11] drm/vc4: tests: pv-muxing: Document test scenario

[PATCH] accel/habanalabs/gaudi2: prepare to remove cpu_rst_status
 2023-07-20 10:58 UTC 

[RFC v5 00/17] DRM cgroup controller with scheduling control and memory stats
 2023-07-20 10:55 UTC  (3+ messages)

[PATCH drm-misc-next v8 00/12] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-07-20 10:51 UTC  (15+ messages)
` [PATCH drm-misc-next v8 01/12] drm: manager to keep track of GPUs VA mappings
` [PATCH drm-misc-next v8 02/12] drm: debugfs: provide infrastructure to dump a DRM GPU VA space
` [PATCH drm-misc-next v8 03/12] drm/nouveau: new VM_BIND uapi interfaces
` [PATCH drm-misc-next v8 04/12] drm/nouveau: get vmm via nouveau_cli_vmm()
` [PATCH drm-misc-next v8 05/12] drm/nouveau: bo: initialize GEM GPU VA interface
` [PATCH drm-misc-next v8 06/12] drm/nouveau: move usercopy helpers to nouveau_drv.h
` [PATCH drm-misc-next v8 07/12] drm/nouveau: fence: separate fence alloc and emit
` [PATCH drm-misc-next v8 08/12] drm/nouveau: fence: fail to emit when fence context is killed
` [PATCH drm-misc-next v8 09/12] drm/nouveau: chan: provide nouveau_channel_kill()
` [PATCH drm-misc-next v8 10/12] drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm
` [PATCH drm-misc-next v8 11/12] drm/nouveau: implement new VM_BIND uAPI
` [PATCH drm-misc-next v8 12/12] drm/nouveau: debugfs: implement DRM GPU VA debugfs

[PATCH v3] drm/ssd130x: Fix an oops when attempting to update a disabled plane
 2023-07-20 10:42 UTC  (3+ messages)

[PATCH] accel/habanalabs: add more debugfs stub helpers
 2023-07-20 10:36 UTC  (5+ messages)

[PATCH] drm/ioctl: turn on -Woverride-init for IOCTL table
 2023-07-20 10:31 UTC 

[PATCH v2 0/2] drm/mipi-dbi: Allow using same the D/C GPIO for multiple displays
 2023-07-20 10:26 UTC  (3+ messages)
` [PATCH v2 1/2] drm/mipi-dbi: Lock SPI bus before setting D/C GPIO
` [PATCH v2 2/2] drm/tiny: panel-mipi-dbi: Allow sharing the "

[PATCH 0/3] DRM scheduler documentation & bug fixes
 2023-07-19 18:16 UTC  (8+ messages)
` [PATCH 3/3] drm/scheduler: Clean up jobs when the scheduler is torn down

[PATCH 0/2] drm/panel: ilitek-ili9881c: Add TDO TL050HDV35-H1311A LCD panel
 2023-07-19 10:26 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: ili9881c: Add TDO TL050HDV35 "
` [PATCH 2/2] drm/panel: ilitek-ili9881c: "

[PATCH v2 0/4] mm: convert to vma_is_initial_heap/stack()
 2023-07-20  8:28 UTC  (6+ messages)
` [PATCH v2 3/4] selinux: use vma_is_initial_stack() and vma_is_initial_heap()

[PATCH 0/9] Add DRM driver for StarFive SoC JH7110
 2023-07-20 10:00 UTC  (4+ messages)
` [PATCH 4/9] drm/verisilicon: Add gem driver for JH7110 SoC

[PATCH v5 0/9] Fix cursor planes with virtualized drivers
 2023-07-20  9:54 UTC  (14+ messages)
` [PATCH v5 1/9] drm: Disable the cursor plane on atomic contexts "
` [PATCH v5 2/9] drm/atomic: Add support for mouse hotspots
` [PATCH v5 8/9] drm: Introduce DRM_CLIENT_CAP_CURSOR_PLANE_HOTSPOT
` [PATCH v5 9/9] drm: Introduce documentation for hotspot properties

[PATCH] drm/syncobj: add DRM_IOCTL_SYNCOBJ_IMPORT/EXPORT_SYNC_FILE
 2023-07-20  9:43 UTC  (2+ messages)

[PATCH v3] drm/i915: Fix premature release of request's reusable memory
 2023-07-20  9:35 UTC 

[PATCH 00/19] DSC misc fixes
 2023-07-20  9:31 UTC  (9+ messages)
` [PATCH 05/19] drm/i915/dp: Update Bigjoiner interface bits for computing compressed bpp
` [PATCH 06/19] drm/i915/display: Account for DSC not split case while computing cdclk
` [PATCH 07/19] drm/i915/intel_cdclk: Add vdsc with bigjoiner constraints on min_cdlck
` [PATCH 13/19] drm/i915/dp: Avoid left shift of DSC output bpp by 4

[PATCH v3 0/9] PCI/VGA: Improve the default VGA device selection
 2023-07-20  9:17 UTC  (3+ messages)

[RFC v1 0/3] udmabuf: Replace pages when there is FALLOC_FL_PUNCH_HOLE in memfd
 2023-07-20  9:00 UTC  (5+ messages)
` [RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)

[PATCH v2,0/2] Add compatible to increase MT8188 audio control
 2023-07-20  8:22 UTC  (6+ messages)
` [PATCH v2, 2/2] drm/mediatek: dp: Add the audio control to mtk_dp_data struct
  ` [PATCH v2,2/2] "

[PULL] drm-intel-fixes
 2023-07-20  8:22 UTC 

[PULL] drm-misc-fixes
 2023-07-20  7:58 UTC 

[PATCH v2] drm/mediatek: fix uninitialized symbol
 2023-07-20  7:52 UTC  (4+ messages)

[PATCH] drm: adv7511: Fix low refresh rate register for ADV7533/5
 2023-07-20  7:44 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v3 00/15] drm/msm: Add SM6125 MDSS/DPU hardware and enable Sony Xperia 10 II panel
 2023-07-20  7:42 UTC  (9+ messages)
` [PATCH v3 02/15] arm64: dts: qcom: sm6125: Sort spmi_bus node numerically by reg
` [PATCH v3 06/15] dt-bindings: display/msm: sc7180-dpu: Describe SM6125

[PATCH] drm/i915: fix application of sizeof to pointer
 2023-07-20  7:35 UTC 

[PATCH v2 0/9] drm/bridge: imx: Add i.MX93 MIPI DSI support
 2023-07-20  7:10 UTC  (10+ messages)
` [PATCH v2 1/9] drm/bridge: synopsys: dw-mipi-dsi: Add dw_mipi_dsi_get_bridge() helper
` [PATCH v2 2/9] drm/bridge: synopsys: dw-mipi-dsi: Add input bus format negotiation support
` [PATCH v2 3/9] drm/bridge: synopsys: dw-mipi-dsi: Force input bus flags
` [PATCH v2 4/9] drm/bridge: synopsys: dw-mipi-dsi: Add mode fixup support
` [PATCH v2 5/9] drm/bridge: synopsys: dw-mipi-dsi: Use pixel clock rate to calculate lbcc
` [PATCH v2 6/9] drm/bridge: synopsys: dw-mipi-dsi: Set minimum lane byte clock cycles for HSA and HBP
` [PATCH v2 7/9] drm/bridge: synopsys: dw-mipi-dsi: Disable HSTX and LPRX timeout check
` [PATCH v2 8/9] dt-bindings: display: bridge: Document Freescale i.MX93 MIPI DSI
` [PATCH v2 9/9] drm/bridge: imx: Add i.MX93 MIPI DSI support

[PATCH v2 0/2] Init flow fixes for Samsung DSIM and TI SN65DSI84
 2023-07-20  6:37 UTC  (9+ messages)
` [PATCH v2 1/2] drm: bridge: samsung-dsim: Fix i.MX8M enable flow to meet spec

[drm-misc:for-linux-next 2/2] drivers/gpu/drm/drm_debugfs.c:212:28: warning: cast from pointer to integer of different size
 2023-07-20  6:25 UTC 

[drm-misc:for-linux-next 1/2] drivers/gpu/drm/drm_gpuva_mgr.c:622:48: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int'
 2023-07-20  6:25 UTC 

[PATCH v2] fb: Explicitly include correct DT includes
 2023-07-20  6:19 UTC  (2+ messages)

[PATCH 1/7] vgacon: switch vgacon_scrolldelta() and vgacon_restore_screen()
 2023-07-20  6:16 UTC  (2+ messages)

[PATCH][next][V2] video: fbdev: kyro: make some const read-only arrays static and reduce type size
 2023-07-20  5:47 UTC  (2+ messages)

[PATCH] vt: remove spaces after '*'
 2023-07-20  3:32 UTC 

[PATCH v2 0/2] drm: Refactor plane size calculation by core helper functions
 2023-07-20  2:19 UTC  (3+ messages)
` [PATCH v2 1/2] drm: Remove plane hsub/vsub alignment requirement for core helpers
` [PATCH v2 2/2] drm: Replace drm_framebuffer plane size functions with its equivalents

[RFC PATCH 00/10] Device Memory TCP
 2023-07-19 23:24 UTC  (13+ messages)

[PATCH v3 4/9] PCI/VGA: Improve the default VGA device selection
 2023-07-19 22:51 UTC  (5+ messages)

[PATCH v2 00/41] drm: renesas: shmobile: Atomic conversion + DT support
 2023-07-19 22:08 UTC  (3+ messages)
` [PATCH v2 02/41] dt-bindings: display: Add Renesas SH-Mobile LCDC bindings

[PATCH v3 3/9] PCI/VGA: Switch to aperture_contain_firmware_fb_nonreloc()
 2023-07-19 22:04 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH v2 00/15] drm/msm: Add SM6125 MDSS/DPU hardware and enable Sony Xperia 10 II panel
 2023-07-19 21:52 UTC  (6+ messages)
` [PATCH v2 10/15] dt-bindings: msm: dsi-phy-14nm: Document SM6125 variant

[PATCH 2/6] PCI/VGA: Deal with PCI VGA compatible devices only
 2023-07-19 21:27 UTC  (7+ messages)

[Bug 217664] New: Laptop doesnt wake up from suspend mode
 2023-07-19 21:22 UTC  (2+ messages)
` [Bug 217664] "

[PATCH v3 1/9] video/aperture: Add a helper to detect if an aperture contains firmware FB
 2023-07-19 21:18 UTC  (3+ messages)

[PATCH] drm/pl111: Fix missing unwind goto in pl111_amba_probe()
 2023-07-19 21:04 UTC  (2+ messages)

[PATCH] drm/shmem-helper: Remove duplicate include
 2023-07-19 20:57 UTC  (2+ messages)

[PATCH 1/2] drm/mipi-dbi: Lock SPI bus before setting D/C GPIO
 2023-07-19 20:37 UTC  (2+ messages)

[PATCH v5 1/2] dt-bindings: display/msm: mdss-common: add memory-region property
 2023-07-19 20:09 UTC  (2+ messages)

[PATCH v5] Documentation/gpu: Add a VM_BIND async draft document
 2023-07-19 19:50 UTC  (2+ messages)
` [Intel-xe] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox