dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-18 07:56:15 to 2020-02-19 11:10:35 UTC [more...]

[PATCH 00/52] drm_device managed resources
 2020-02-19 11:10 UTC  (57+ messages)
` [PATCH 01/52] mm/sl[uo]b: export __kmalloc_track(_node)_caller
` [PATCH 02/52] drm/i915: Don't clear drvdata in ->release
` [PATCH 03/52] drm: add managed resources tied to drm_device
` [PATCH 04/52] drm: Set final_kfree in drm_dev_alloc
` [PATCH 05/52] drm/mipi_dbi: Use drmm_add_final_kfree in all drivers
` [PATCH 06/52] drm/udl: Use drmm_add_final_kfree
` [PATCH 07/52] "
` [PATCH 08/52] drm/qxl: "
` [PATCH 09/52] drm/i915: "
` [PATCH 10/52] drm/cirrus: "
` [PATCH 11/52] drm/v3d: "
` [PATCH 12/52] drm/tidss: "
` [PATCH 13/52] drm/mcde: "
` [PATCH 14/52] drm/vgem: "
` [PATCH 15/52] drm/vkms: "
` [PATCH 16/52] drm/repaper: "
` [PATCH 17/52] drm/inigenic: "
` [PATCH 18/52] drm/gm12u320: "
` [PATCH 19/52] drm/<drivers>: "
` [PATCH 20/52] drm: Cleanups after drmm_add_final_kfree rollout
` [PATCH 21/52] drm: Handle dev->unique with drmm_
` [PATCH 22/52] drm: Use drmm_ for drm_dev_init cleanup
` [PATCH 23/52] drm: manage drm_minor cleanup with drmm_
` [PATCH 24/52] drm: Manage drm_gem_init "
` [PATCH 25/52] drm: Manage drm_vblank_cleanup "
` [PATCH 26/52] drm: Garbage collect drm_dev_fini
` [PATCH 27/52] drm: Manage drm_mode_config_init with drmm_
` [PATCH 28/52] drm/bochs: Remove leftover drm_atomic_helper_shutdown
` [PATCH 29/52] drm/bochs: Drop explicit drm_mode_config_cleanup
` [PATCH 30/52] drm/cirrus: Drop explicit drm_mode_config_cleanup call
` [PATCH 31/52] drm/cirrus: Fully embrace devm_
` [PATCH 32/52] drm/ingenic: Drop explicit drm_mode_config_cleanup call
` [PATCH 33/52] drm/mcde: "
` [PATCH 34/52] drm/mcde: More devm_drm_dev_init
` [PATCH 35/52] drm/meson: Drop explicit drm_mode_config_cleanup call
` [PATCH 36/52] drm/pl111: "
` [PATCH 37/52] drm/rcar-du: "
` [PATCH 38/52] drm/rockchip: "
` [PATCH 39/52] drm/stm: "
` [PATCH 40/52] drm/shmob: "
` [PATCH 41/52] drm/mtk: "
` [PATCH 42/52] drm/tidss: "
` [PATCH 43/52] drm/gm12u320: More drmm_
` [PATCH 44/52] drm/gm12u320: Use devm_drm_dev_init
` [PATCH 45/52] drm/gm12u320: Use helpers for shutdown/suspend/resume
` [PATCH 46/52] drm/gm12u320: Simplify upload work
` [PATCH 47/52] drm/repaper: Drop explicit drm_mode_config_cleanup call
` [PATCH 48/52] drm/mipi-dbi: Move drm_mode_config_init into mipi library
` [PATCH 49/52] drm/mipi-dbi: Drop explicit drm_mode_config_cleanup call
` [PATCH 50/52] drm/udl: "
` [PATCH 51/52] drm/udl: drop drm_driver.release hook
` [PATCH 52/52] drm: Add docs for managed resources

[PATCH 0/3] drm/mst: Add support for simultaneous down replies
 2020-02-19 11:00 UTC  (10+ messages)
` [PATCH 3/3] drm/dp_mst: Remove single tx msg restriction

[RFC PATCH 0/3] KVM: x86: honor guest memory type
 2020-02-19 10:00 UTC  (13+ messages)

[Bug 206519] New: [amdgpu] kernel NULL pointer dereference on shutdown
 2020-02-19  8:32 UTC  (5+ messages)
` [Bug 206519] "
` [Bug 206519] [amdgpu] kernel NULL pointer dereference on shutdown when CONFIG_DRM_AMD_DC_HDCP=y

[PATCH v2 0/8] do not store GPU address in TTM
 2020-02-18 18:04 UTC  (9+ messages)
` [PATCH v2 1/8] drm/amdgpu: move ttm bo->offset to amdgpu_bo
` [PATCH v2 2/8] drm/radeon: don't use ttm bo->offset
` [PATCH v2 3/8] drm/vmwgfx: "
` [PATCH v2 4/8] drm/nouveau: "
` [PATCH v2 5/8] drm/qxl: "
` [PATCH v2 6/8] drm/vram-helper: "
` [PATCH v2 7/8] drm/bochs: use drm_gem_vram_offset to get bo offset
` [PATCH v2 8/8] drm/ttm: do not keep GPU dependent addresses

[PATCH] drm/arc: make arcpgu_debugfs_init return 0
 2020-02-19  6:00 UTC  (18+ messages)
` [PATCH] drm/arm: make hdlcd_debugfs_init "
` [PATCH 1/2] drm/debugfs: remove checks for return value of drm_debugfs functions
` [PATCH] drm/etnaviv: remove check for return value of drm_debugfs function
` [PATCH] drm/i915: make i915_debugfs_register return void
` [PATCH] drm/nouveau: remove checks for return value of debugfs functions
  ` [Nouveau] "
` [PATCH] drm/v3d: make v3d_debugfs_init return 0
` [PATCH] drm/vc4: remove check of return value of drm_debugfs functions
` [PATCH] drm/vram-helper: make drm_vram_mm_debugfs_init return 0
` [PATCH 2/2] drm: convert drm_debugfs functions to return void

[PATCH] drm/hisilicon: Set preferred mode resolution and maximum resolution
 2020-02-19  2:51 UTC 

LED backlight on Droid 4 and others
 2020-02-19  7:47 UTC  (7+ messages)

[PATCH 0/2] Support virtio cross-device resources
 2020-02-19  8:06 UTC  (3+ messages)
` [PATCH 1/2] virtio: add dma-buf support for exported objects
` [PATCH 2/2] drm/virtio: Support virtgpu exported resources

RFC: Unpinned DMA-buf handling
 2020-02-19  6:42 UTC  (9+ messages)
` [PATCH 5/5] drm/amdgpu: implement amdgpu_gem_prime_move_notify v2

[PATCH] drm/tegra: remove checks for debugfs functions return value
 2020-02-18 15:55 UTC  (2+ messages)
` [PATCH] drm/tilcdc: remove check for return value of debugfs functions

[PATCH] dma-buf: free dmabuf->name in dma_buf_release()
 2020-02-18 18:41 UTC  (3+ messages)

[PATCH 1/1] Support LVDS output on Allwinner A20
 2020-02-18 17:50 UTC  (10+ messages)
` [PATCH v2 2/2] ARM: sun7i: dts: Add LVDS panel support on A20

[PATCH] video: fbdev: radeon: Remove dead code
 2020-02-18 16:15 UTC 

[PATCH] drm/hisilicon: Fixed pcie resource conflict between drm and firmware
 2020-02-19  8:15 UTC  (2+ messages)

stable-rc 5.5.5-rc1: [drm:ade_irq_handler [kirin_drm]] *ERROR* LDI underflow!
 2020-02-18  8:54 UTC 

[PATCH v2 RESEND] drm/i915/gvt: make gvt oblivious of kvmgt data structures
 2020-02-18 13:33 UTC  (3+ messages)

[PATCH] drm: kirin: Revert "Fix for hikey620 display offset problem"
 2020-02-19  4:37 UTC 

[PATCH v3 0/5] dt-bindings: convert timing + panel-dpi to DT schema
 2020-02-19  3:02 UTC  (10+ messages)
` [PATCH v3 3/5] dt-bindings: display: convert "
` [PATCH v3 4/5] dt-bindings: display: add data-mapping to panel-dpi
` [RFC PATCH v3 5/5] drm/panel: simple: add panel-dpi support

[PATCH 1/5 v3] drm/virtio: use consistent names for drm_files
 2020-02-19  2:21 UTC  (6+ messages)
` [PATCH 2/5 v3] drm/virtio: factor out context create hyercall
` [PATCH 3/5 v3] drm/virtio: track whether or not a context has been initiated
  ` [PATCH 3/5 v4] "
` [PATCH 4/5 v3] drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctl
` [PATCH 5/5 v3] drm/virtio: add virtio_gpu_context_type

[PATCH v2 0/2] Security mitigation for Intel Gen7/7.5 HWs
 2020-02-18 16:21 UTC  (3+ messages)
` [PATCH v2 1/2] drm/i915: Add mechanism to submit a context WA on ring submission
` [PATCH v2 2/2] drm/i915/gen7: Clear all EU/L3 residual contexts

[PATCH v2] drm/msm: devcoredump should dump MSM_SUBMIT_BO_DUMP buffers
 2020-02-18 23:07 UTC  (2+ messages)

[PATCH] drm/msm: devcoredump should dump MSM_SUBMIT_BO_DUMP buffers
 2020-02-18 23:06 UTC  (2+ messages)
` [Freedreno] "

[Bug 205915] New: AMDGPU: Screen flicker after resume from suspend
 2020-02-18 22:13 UTC  (3+ messages)
` [Bug 205915] "

[PATCH v3 00/12] drm/i915: Add support for HDCP 1.4 over MST connectors
 2020-02-18 22:07 UTC  (4+ messages)
` [PATCH v3 08/12] drm/i915: Don't fully disable HDCP on a port if multiple pipes are using it

[Bug 206393] New: amdgpu: garbled screen after resume
 2020-02-18 22:06 UTC  (2+ messages)
` [Bug 206393] "

[Bug 206575] New: [amdgpu] [drm] No video signal on resume from suspend, R9 380
 2020-02-18 22:06 UTC  (5+ messages)
` [Bug 206575] "

[PATCH v4 00/14] drm/i915: Add support for HDCP 1.4 over MST connectors
 2020-02-18 22:02 UTC  (15+ messages)
` [PATCH v4 01/14] drm/i915: Fix sha_text population code
` [PATCH v4 02/14] drm/i915: Clear the repeater bit on HDCP disable
` [PATCH v4 03/14] drm/i915: WARN if HDCP signalling is enabled upon disable
` [PATCH v4 04/14] drm/i915: Intercept Aksv writes in the aux hooks
` [PATCH v4 05/14] drm/i915: Use the cpu_transcoder in intel_hdcp to toggle HDCP signalling
` [PATCH v4 06/14] drm/i915: Factor out hdcp->value assignments
` [PATCH v4 07/14] drm/i915: Protect workers against disappearing connectors
` [PATCH v4 08/14] drm/i915: Don't fully disable HDCP on a port if multiple pipes are using it
` [PATCH v4 09/14] drm/i915: Support DP MST in enc_to_dig_port() function
` [PATCH v4 10/14] drm/i915: Use ddi_update_pipe in intel_dp_mst
` [PATCH v4 11/14] drm/i915: Factor out HDCP shim functions from dp for use by dp_mst
` [PATCH v4 12/14] drm/i915: Add connector to hdcp_shim->check_link()
` [PATCH v4 13/14] drm/mst: Add support for QUERY_STREAM_ENCRYPTION_STATUS MST sideband message
` [PATCH v4 14/14] drm/i915: Add HDCP 1.4 support for MST connectors

[PATCH] drm/msm/a5xx: Always set an OPP supported hardware value
 2020-02-18 21:58 UTC  (2+ messages)

[RFC 0/9] Regmap over USB for Multifunction USB Device (gpio, display, ...)
 2020-02-18 21:31 UTC  (3+ messages)

[PATCH v7 00/13] arm/arm64: mediatek: Fix mmsys device probing
 2020-02-18 20:31 UTC  (3+ messages)
` [PATCH v7 02/13] dt-bindings: display: mediatek: Add mmsys binding description

[RESEND][PATCH] drm/bridge: analogix-anx78xx: Fix drm_dp_link helper removal
 2020-02-18 19:12 UTC  (2+ messages)

[PATCH 0/8] do not store GPU address in TTM
 2020-02-18 19:06 UTC  (14+ messages)
` [PATCH 8/8] drm/ttm: do not keep GPU dependent addresses
                ` [Nouveau] "

[RESEND][PATCH] drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
 2020-02-18 15:54 UTC 

[PATCH v2] drm/bridge: Fix the bridge kernel doc
 2020-02-18 15:51 UTC  (3+ messages)

[RESEND][PATCH] drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
 2020-02-18 15:47 UTC 

[RESEND][PATCH] drm/bridge: analogix-anx6345: Fix drm_dp_link helper removal
 2020-02-18 15:47 UTC 

[RESEND][PATCH] drm/bridge: analogix-anx78xx: Fix drm_dp_link helper removal
 2020-02-18 15:47 UTC 

[PATCH v2 0/5] HDCP misc
 2020-02-18 15:43 UTC  (7+ messages)
` [PATCH v2 1/5] drm/hdcp: optimizing the srm handling
  ` [Intel-gfx] "
` [PATCH v2 3/5] drm/i915: terminate reauth at stream management failure
` [PATCH v2 4/5] drm/i915: dont retry stream management at seq_num_m roll over
  ` [Intel-gfx] "

[PATCH] drm/bridge: Fix the bridge kernel doc
 2020-02-18 14:49 UTC 

RFC: Unpinned DMA-buf handling
 2020-02-18 14:14 UTC  (5+ messages)
` [PATCH 1/5] dma-buf: add dynamic DMA-buf handling v14

[PATCH v2 0/4] drm: Provide a simple encoder
 2020-02-18  8:48 UTC  (5+ messages)
` [PATCH v2 1/4] drm/simple-kms: Add drm_simple_encoder_{init, create}()
` [PATCH v2 2/4] drm/ast: Use simple encoder
` [PATCH v2 3/4] drm/mgag200: "
` [PATCH v2 4/4] drm/qxl: "

[PATCH 1/3] arm64: dts: mt8183: Add gce setting in display node
 2020-02-18  8:22 UTC  (4+ messages)
` [PATCH 2/3] drm/mediatek: make sure previous message done or be aborted before send

[PATCH 1/2] arm64: dts: mt8183: Add gce setting in display node
 2020-02-18  7:59 UTC  (4+ messages)
` [PATCH 2/2] drm/mediatek: move gce event property to mutex device node


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