dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-21 10:43:41 to 2020-02-22 12:10:59 UTC [more...]

[PATCH] drm/bridge: analogix-anx6345: fix set of link bandwidth
 2020-02-21 17:13 UTC  (2+ messages)

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

[PATCH] drm/tidss: Use drm_for_each_bridge_in_chain()
 2020-02-22 11:07 UTC 

[PATCH RFC v3 0/6] Add Unisoc's drm kms module
 2020-02-22 10:49 UTC  (12+ messages)
` [PATCH RFC v3 1/6] dt-bindings: display: add Unisoc's drm master bindings
` [PATCH RFC v3 2/6] drm/sprd: add Unisoc's drm kms master
` [PATCH RFC v3 3/6] dt-bindings: display: add Unisoc's dpu bindings
` [PATCH RFC v3 4/6] drm/sprd: add Unisoc's drm display controller driver
` [PATCH RFC v3 5/6] dt-bindings: display: add Unisoc's mipi dsi&dphy bindings
` [PATCH RFC v3 6/6] drm/sprd: add Unisoc's drm mipi dsi&dphy driver

Looking for guidance to reproduce a bug in drm/vkms reported by syzkaller
 2020-02-22 10:07 UTC  (2+ messages)

[PATCH v6 00/51] drm/omap: Replace custom display drivers with drm_bridge and drm_panel
 2020-02-22  9:02 UTC  (20+ messages)
` [PATCH v6 02/51] drm/connector: Add helper to get a connector type name
` [PATCH v6 04/51] drm/bridge: Add connector-related bridge operations and data
` [PATCH v6 45/51] drm/omap: dpi: Register a drm_bridge
` [PATCH v6 48/51] drm/omap: Hardcode omap_connector type to DSI
` [PATCH v6 49/51] drm/omap: dss: Remove unused omap_dss_device operations

[PATCH 2/7] docs: dt: fix several broken references due to renames
 2020-02-22  9:00 UTC  (3+ messages)
` [PATCH 3/7] docs: fix broken references to text files
` [PATCH 7/7] docs: gpu: i915.rst: fix warnings due to file renames

[PATCH 0/5] drm/lima: add error debug functionality
 2020-02-22  2:42 UTC  (6+ messages)
` [PATCH 1/5] drm/lima: save process info for debug usage
` [PATCH 2/5] drm/lima: add max_error_tasks module parameter
` [PATCH 3/5] drm/lima: save task info dump when task fail
` [PATCH 4/5] drm/lima: add error sysfs to export error task dump
` [PATCH 5/5] drm/lima: add LIMA_BO_FLAG_FORCE_VA

[PATCH 1/4 v6] drm/virtio: use consistent names for drm_files
 2020-02-22  0:54 UTC  (4+ messages)
` [PATCH 4/4 v6] drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctl

[PATCH v4 00/14] drm/i915: Add support for HDCP 1.4 over MST connectors
 2020-02-22  0:53 UTC  (2+ messages)

[Bug] virtio-gpu broken with qemu/kvm on arm64 on kernel 5.5+
 2020-02-22  0:47 UTC  (5+ messages)

[Bug 206475] New: amdgpu under load drop signal to monitor until hard reset
 2020-02-21 21:13 UTC  (2+ messages)
` [Bug 206475] "

[PATCH 00/52] drm_device managed resources
 2020-02-21 21:13 UTC  (8+ messages)
` [PATCH 04/52] drm: Set final_kfree in drm_dev_alloc
` [PATCH 52/52] drm: Add docs for managed resources

[git pull] drm fixes for 5.6-rc3
 2020-02-21 21:10 UTC  (2+ messages)

[PATCHv4 06/36] drm/gem-fb-helper: Add method to allocate struct drm_framebuffer
 2020-02-21 19:54 UTC  (4+ messages)
` [PATCHv5 00/34] Add AFBC support for Rockchip

[PATCH 5/5] drm/amdgpu: implement amdgpu_gem_prime_move_notify v2
 2020-02-21 19:45 UTC  (12+ messages)

[PATCH v2 0/4] drm: Provide a simple encoder
 2020-02-21 19:03 UTC  (6+ messages)
` [PATCH v2 3/4] drm/mgag200: Use "

[PATCH v2] drm/virtio: fix resource id creation race
 2020-02-21 18:37 UTC  (2+ messages)

[RFC PATCH 0/3] KVM: x86: honor guest memory type
 2020-02-21 18:21 UTC  (12+ messages)

[PATCH 00/12] drm: Put drm_display_mode on diet
 2020-02-21 17:49 UTC  (21+ messages)
` [PATCH 01/12] drm: Nuke mode->hsync
  ` [Intel-gfx] "
` [PATCH 09/12] drm: Shrink drm_display_mode timings
` [PATCH 11/12] drm: Shrink mode->private_flags
    ` [Intel-gfx] [PATCH 00/12] drm: Put drm_display_mode on diet

[PATCH resend 0/1] drm: Add DRM_MODE_TYPE_USERDEF flag to probed modes
 2020-02-21 17:33 UTC  (2+ messages)
` [PATCH resend] drm: Add DRM_MODE_TYPE_USERDEF flag to probed modes matching a video= argument

[PATCH resend 1/2] drm/i915: panel: Use intel_panel_compute_brightness() from pwm_setup_backlight()
 2020-02-21 17:29 UTC  (2+ messages)
` [PATCH resend 2/2] drm/i915: Add invert-brightness quirk for Thundersoft TST178 tablet

Support for early wakeup in DRM
 2020-02-21 17:20 UTC  (4+ messages)

[PATCH v8 0/6] arm/arm64: mediatek: Fix mmsys device probing
 2020-02-21 11:53 UTC  (19+ messages)
` [PATCH v8 1/6] drm/mediatek: Use regmap for register access
` [PATCH v8 2/6] drm/mediatek: Omit warning on probe defers
` [PATCH v8 3/6] media: mtk-mdp: Check return value of of_clk_get
` [PATCH v8 4/6] clk: mediatek: mt8173: Switch MMSYS to platform driver
` [PATCH v8 5/6] drm/mediatek: Move MMSYS configuration to include/linux/platform_data
` [PATCH v8 6/6] clk/drm: mediatek: Fix mediatek-drm device probing

[PATCH -next] drm/amd/display: remove set but not used variable 'mc_vm_apt_default'
 2020-02-21 13:24 UTC 

[PATCH -next] drm/amd/powerplay: Use bitwise instead of arithmetic operator for flags
 2020-02-21 12:21 UTC 

[PATCH] drm/sun4i: tcon: Support LVDS on the A33
 2020-02-21 13:26 UTC  (3+ messages)

[PATCH] dma-buf: Precheck for a valid dma_fence before acquiring the reference
 2020-02-21 16:34 UTC  (5+ messages)

[PATCH] video: Replace zero-length array with flexible-array member
 2020-02-21 16:00 UTC 

[RESEND2][PATCH] drm/bridge: analogix-anx6345: Fix drm_dp_link helper removal
 2020-02-21 15:05 UTC  (4+ messages)

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

[PATCH v3 0/8] do not store GPU address in TTM
 2020-02-21 13:27 UTC  (8+ messages)
` [PATCH 2/8] drm/radeon: don't use ttm bo->offset
` [PATCH 6/8] drm/vram-helper: don't use ttm bo->offset v2

[PATCH] thinkpad_acpi: Add sysfs entry for lcdshadow feature
 2020-02-21 12:45 UTC  (8+ messages)
  ` [External] "

[PATCH v3 0/4] Add support for iMX8MQ Display Controller Subsystem
 2020-02-21 12:15 UTC  (2+ messages)

[PATCH v6 0/4] add mt8183 dpi driver
 2020-02-21 11:28 UTC  (5+ messages)
` [PATCH v6 1/4] dt-bindings: display: mediatek: update dpi supported chips
` [PATCH v6 2/4] drm/mediatek: dpi dual edge support
` [PATCH v6 3/4] drm/mediatek: add mt8183 dpi clock factor
` [PATCH v6 4/4] drm/mediatek: set dpi pin mode to gpio low to avoid leakage current

[PATCH] nv50_disp_chan_mthd: ensure mthd is not NULL
 2020-02-20 18:09 UTC  (4+ messages)
  ` [Nouveau] "

[PATCH 1/1] Support LVDS output on Allwinner A20
 2020-02-20 18:19 UTC  (13+ messages)
` PATCH v4
  ` [PATCH 1/5] drm/sun4i: tcon: Introduce LVDS setup routine setting
  ` [PATCH 2/5] drm/sun4i: tcon: Separate quirks for tcon0 and tcon1 on A20
  ` [PATCH 3/5] ARM: dts: sun7i: Add LVDS panel support "
  ` [PATCH 4/5] dt-bindings: display: sun4i: New compatibles for A20 tcons
  ` [PATCH 5/5] drm/sun4i: tcon: Support LVDS output on Allwinner A20

[PATCH] MAINTAINERS: Update myself email address
 2020-02-21  0:58 UTC  (4+ messages)

[PATCH] GPU: DRM: VC4/V3D Replace wait_for macros in to remove use of msleep
 2020-02-20  9:44 UTC  (3+ messages)

[PATCH 0/4] drm/sun4i: Support clock and data polarities on LVDS output
 2020-02-20 18:00 UTC  (7+ messages)
` [PATCH 1/4] drm/connector: Add data polarity flags
` [PATCH 2/4] dt-bindings: panel: lvds: Add properties for clock and data polarities

[PATCH] drm/hisilicon: Fixed pcie resource conflict using the general API
 2020-02-21  8:56 UTC  (4+ messages)

[PULL] drm-misc-next
 2020-02-21 10:09 UTC 

[PATCH 0/6] Add LCD support for Pine64 Pinebook 1080p
 2020-02-21 11:05 UTC  (4+ messages)
` [PATCH 1/6] drm/bridge: anx6345: Fix getting anx6345 regulators

[PATCH 1/2] dt-bindings: display: sun4i-tcon: Add LVDS Dual Link property
 2020-02-20 17:53 UTC  (7+ messages)

mmotm 2020-02-19-19-51 uploaded (gpu/drm/i915/ + HDRTEST)
 2020-02-21  4:00 UTC 

[PATCH] backlight: add led-backlight driver
 2020-02-20 15:09 UTC  (6+ messages)

[PATCH 0/3] drm/omap: fix am4 evm lcd
 2020-02-21 10:43 UTC  (6+ messages)
` [PATCH 3/3] drm/panel: simple: fix osd070t1718_19ts sync drive edge


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).