dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-22 15:42:43 to 2020-03-24 08:10:03 UTC [more...]

[PATCH V4 0/4] Add support for WLED5
 2020-03-23 17:46 UTC  (3+ messages)
` [PATCH V4 1/4] backlight: qcom-wled: convert the wled bindings to .yaml format
` [PATCH V4 4/4] backlight: qcom-wled: Add support for WLED5 peripheral in PM8150L

[PATCH 1/2] drm/prime: correct logic for mapping sg to arrays
 2020-03-23 18:51 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: fix scatter-gather mapping with user pages

[PATCH v2 hmm 0/9] Small hmm_range_fault() cleanups
 2020-03-24  1:14 UTC  (4+ messages)
` [PATCH v2 hmm 1/9] mm/hmm: remove pgmap checking for devmap pages
` [PATCH v2 hmm 8/9] mm/hmm: do not set pfns when returning an error code
` [PATCH v2 hmm 9/9] mm/hmm: return error for non-vma snapshots

[PATCH 00/89] drm/vc4: Support BCM2711 Display Pipeline
 2020-03-23 15:13 UTC  (7+ messages)
` [PATCH 07/89] clk: bcm: rpi: Allow the driver to be probed by DT
` [PATCH 27/89] clk: bcm: Add BCM2711 DVP driver

[PATCH V3 0/4] Add support for WLED5
 2020-03-23 15:36 UTC  (6+ messages)
` [PATCH V3 2/4] backlight: qcom-wled: Add callback functions

[PATCH] drm/i915: remove always-defined CONFIG_AS_MOVNTDQA
 2020-03-23 20:24 UTC  (2+ messages)

[PATCH hmm 0/6] Small hmm_range_fault() cleanups
 2020-03-23 17:44 UTC  (9+ messages)
` [PATCH hmm 3/6] mm/hmm: remove unused code and tidy comments
` [PATCH hmm 5/6] mm/hmm: remove the CONFIG_TRANSPARENT_HUGEPAGE #ifdef
` [PATCH hmm 6/6] mm/hmm: use device_private_entry_to_pfn()

[PATCH] drm/vram-helper: remove unneeded #if defined/endif guards
 2020-03-23 15:37 UTC  (3+ messages)

[git pull] feature/staging_sm5
 2020-03-23 23:54 UTC 

[PATCH 0/2] AMDGPU / DRM Fix mapping of user pages
 2020-03-23 23:51 UTC  (9+ messages)
` [PATCH 1/2] drm/prime: correct logic for mapping sg to arrays
` [PATCH 2/2] drm/amdgpu: fix scatter-gather mapping with user pages
` [PATCH v2 0/3] AMDGPU / RADEON / DRM Fix mapping of "
  ` [PATCH v2 1/3] drm/prime: correct logic for mapping sg to arrays
  ` [PATCH v2 2/3] drm/amdgpu: fix scatter-gather mapping with user pages
  ` [PATCH v2 3/3] drm/radeon: "

[PATCH 00/21] drm: mxsfb: Add i.MX7 support
 2020-03-23 23:50 UTC  (45+ messages)
` [PATCH 01/21] drm: mxsfb: Remove fbdev leftovers
` [PATCH 02/21] drm: mxsfb: Use drm_panel_bridge
` [PATCH 03/21] drm: mxsfb: Use BIT() macro to define register bitfields
` [PATCH 04/21] drm: mxsfb: Remove unused macros from mxsfb_regs.h
` [PATCH 05/21] drm: mxsfb: Clarify format and bus width configuration
` [PATCH 06/21] drm: mxsfb: Pass mxsfb_drm_private pointer to mxsfb_reset_block()
` [PATCH 07/21] drm: mxsfb: Use LCDC_CTRL register name explicitly
` [PATCH 08/21] drm: mxsfb: Remove register definitions from mxsfb_crtc.c
` [PATCH 09/21] drm: mxsfb: Remove unneeded includes
` [PATCH 10/21] drm: mxsfb: Stop using DRM simple display pipeline helper
` [PATCH 11/21] drm: mxsfb: Rename mxsfb_crtc.c to mxsfb_kms.c
` [PATCH 12/21] drm: mxsfb: Move vblank event arm to CRTC .atomic_flush()
` [PATCH 13/21] drm: mxsfb: Don't touch AXI clock in IRQ context
` [PATCH 14/21] drm: mxsfb: Enable vblank handling
` [PATCH 15/21] drm: mxsfb: Remove mxsfb_devdata unused fields
` [PATCH 16/21] drm: mxsfb: Add i.MX7 to the list of supported SoCs in Kconfig
` [PATCH 17/21] drm: mxsfb: Update internal IP version number for i.MX6SX
` [PATCH 18/21] drm: mxsfb: Drop non-OF support
` [PATCH 19/21] drm: mxsfb: Turn mxsfb_set_pixel_fmt() into a void function
` [PATCH 20/21] drm: mxsfb: Merge mxsfb_set_pixel_fmt() and mxsfb_set_bus_fmt()
` [PATCH 21/21] drm: mxsfb: Support the alpha plane

[git pull] feature/staging_sm5
 2020-03-23 23:47 UTC  (4+ messages)

[PATCH v2 00/17] drm/vmwgfx add support for GL4
 2020-03-23 23:12 UTC  (18+ messages)
` [PATCH v2 01/17] drm/vmwgfx: Also check for SVGA_CAP_DX before reading DX context support
` [PATCH v2 02/17] drm/vmwgfx: Sync legacy multisampling device capability
` [PATCH v2 03/17] drm/vmwgfx: Deprecate logic ops commands
` [PATCH v2 04/17] drm/vmwgfx: Use enum to represent graphics context capabilities
` [PATCH v2 05/17] drm/vmwgfx: Sync virtual device headers for new feature
` [PATCH v2 06/17] drm/vmwgfx: Add a new enum for SM5 graphics context capability
` [PATCH v2 07/17] drm/vmwgfx: Read new register for GB memory when available
` [PATCH v2 08/17] drm/vmwgfx: Support SM5 shader type in command buffer
` [PATCH v2 09/17] drm/vmwgfx: Add support for UA view commands
` [PATCH v2 10/17] drm/vmwgfx: Add support for indirect and dispatch commands
` [PATCH v2 11/17] drm/vmwgfx: Rename stream output target binding tracker struct
` [PATCH v2 12/17] drm/vmwgfx: Add support for streamoutput with mob commands
` [PATCH v2 13/17] drm/vmwgfx: Split surface metadata from struct vmw_surface
` [PATCH v2 14/17] drm/vmwgfx: Refactor surface_define to use vmw_surface_metadata
` [PATCH v2 15/17] drm/vmwgfx: Add surface define v4 command
` [PATCH v2 16/17] drm/vmwgfx: Add SM5 param for userspace
` [PATCH v2 17/17] drm/vmwgfx: Use vmwgfx version 2.18 to signal SM5 compatibility

[PATCH v2 00/17] drm/vmwgfx add support for GL4
 2020-03-23 23:09 UTC  (18+ messages)
` [PATCH v2 01/17] drm/vmwgfx: Also check for SVGA_CAP_DX before reading DX context support
` [PATCH v2 02/17] drm/vmwgfx: Sync legacy multisampling device capability
` [PATCH v2 03/17] drm/vmwgfx: Deprecate logic ops commands
` [PATCH v2 04/17] drm/vmwgfx: Use enum to represent graphics context capabilities
` [PATCH v2 05/17] drm/vmwgfx: Sync virtual device headers for new feature
` [PATCH v2 06/17] drm/vmwgfx: Add a new enum for SM5 graphics context capability
` [PATCH v2 07/17] drm/vmwgfx: Read new register for GB memory when available
` [PATCH v2 08/17] drm/vmwgfx: Support SM5 shader type in command buffer
` [PATCH v2 09/17] drm/vmwgfx: Add support for UA view commands
` [PATCH v2 10/17] drm/vmwgfx: Add support for indirect and dispatch commands
` [PATCH v2 11/17] drm/vmwgfx: Rename stream output target binding tracker struct
` [PATCH v2 12/17] drm/vmwgfx: Add support for streamoutput with mob commands
` [PATCH v2 13/17] drm/vmwgfx: Split surface metadata from struct vmw_surface
` [PATCH v2 14/17] drm/vmwgfx: Refactor surface_define to use vmw_surface_metadata
` [PATCH v2 15/17] drm/vmwgfx: Add surface define v4 command
` [PATCH v2 16/17] drm/vmwgfx: Add SM5 param for userspace
` [PATCH v2 17/17] drm/vmwgfx: Use vmwgfx version 2.18 to signal SM5 compatibility

[PATCH v2 0/4] Add it66121 driver
 2020-03-23 22:09 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: add ITE vendor
` [PATCH v2 2/4] dt-bindings: display: bridge: add it66121 bindings

[PATCH v3 0/4] Config mipi tx drive current and impedance
 2020-03-23 22:01 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: display: mediatek: add property to control mipi tx drive current
` [PATCH v3 2/4] dt-bindings: display: mediatek: get mipitx calibration data from nvmem

[PATCH] video: fbdev: imxfb: ensure balanced regulator usage
 2020-03-23 21:16 UTC 

[PATCH 0/2] Add support for Topwise A721 tablet
 2020-03-23 21:27 UTC  (5+ messages)
` [PATCH 1/2] drm/panel: Add Starry KR070PE2T

[v2] dt-bindings: msm: disp: add yaml schemas for DPU and DSI bindings
 2020-03-23 20:48 UTC  (2+ messages)

[PATCH v1] dt-bindings: display: rockchip: convert rockchip vop bindings to yaml
 2020-03-23 19:41 UTC  (4+ messages)

[PATCH 00/51] drm_device managed resources, v5
 2020-03-23 18:36 UTC  (54+ 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/ingenic: "
` [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/mm: Only allow sleeping if the caller permits
 2020-03-23 18:36 UTC 

[PATCH 00/17] drm/vmwgfx add support for GL4
 2020-03-23 17:02 UTC  (4+ messages)
` [PATCH 15/17] drm/vmwgfx: Add surface define v4 command

[Bug 206895] New: [amdgpu] crash while using opencl from amdgpu-pro on kernel 5.5.10
 2020-03-23 17:01 UTC  (13+ messages)
` [Bug 206895] "
` [Bug 206895] [amdgpu] crash while using opencl from amdgpu-pro on kernel 5.5.10 & 5.6.0-rc6

[PATCH] drm/mxsfb: Make supported modifiers explicit
 2020-03-23 15:51 UTC  (2+ messages)

[PATCH] drm/scheduler: fix rare NULL ptr race
 2020-03-23 14:53 UTC  (2+ messages)

[PATCH v2 0/5] Introduce drm scaling filter property
 2020-03-23 14:47 UTC  (9+ messages)
` [PATCH v2 1/5] drm: Introduce plane and CRTC scaling filter properties
` [PATCH v2 3/5] drm/i915: Introduce scaling filter related registers and bit fields
` [PATCH v2 4/5] drm/i915/display: Add Nearest-neighbor based integer scaling support
` [PATCH v2 5/5] drm/i915: Enable scaling filter for plane and CRTC

[PATCH 1/7] dma-buf: add dynamic DMA-buf handling v15
 2020-03-23 13:10 UTC  (3+ messages)

[PATCH] drm/gem: Fix a leak in drm_gem_objects_lookup()
 2020-03-23 12:13 UTC  (3+ messages)

[PATCH libdrm] intel: sync i915_pciids.h with kernel
 2020-03-23 12:04 UTC  (2+ messages)

[PATCH 00/51] drm_device managed resources, v4
 2020-03-23 11:02 UTC  (7+ messages)
` [PATCH 04/51] drm: Set final_kfree in drm_dev_alloc
` [PATCH 20/51] drm: Handle dev->unique with drmm_

[PATCH 1/2] drm/client: Dual licence the header in GPL-2 and MIT
 2020-03-23 10:01 UTC  (2+ messages)

[PATCH libdrm] modetest: call drmModeCrtcSetGamma() only if add_property_optional returns true
 2020-03-23  4:25 UTC  (9+ messages)

[PATCH] drm/msm/dpu: ensure device suspend happens during PM sleep
 2020-03-23  6:13 UTC 

[PATCH v9 0/2] Add support for rm69299 Visionox panel driver and add devicetree bindings for visionox panel
 2020-03-23  5:03 UTC  (2+ messages)
` [PATCH v9 1/2] dt-bindings: display: add visionox rm69299 panel variant

[PATCH] drm/i915: Force DPCD backlight mode for HP Spectre x360 Convertible 13t-aw100
 2020-03-23  5:35 UTC 

[PATCH v7 0/2] Add support for rm69299 Visionox panel driver and add devicetree bindings for visionox panel
 2020-03-23  5:03 UTC  (3+ messages)
` [PATCH v7 2/2] drm/panel: add support for rm69299 visionox panel driver

[PATCH v8 0/3] IT6505 cover letter
 2020-03-23  5:21 UTC  (3+ messages)
` [PATCH v8 2/3] dt-bindings: Add binding for IT6505
` [PATCH v8 3/3] drm/bridge: add it6505 driver

[PATCH v5 00/13] support gce on mt6779 platform
 2020-03-23  1:11 UTC  (4+ messages)
` [PATCH v5 02/13] mailbox: cmdq: variablize address shift in platform

[PATCH libdrm] modetest: set_gamma only if CRTC supports gamma property
 2020-03-23  5:39 UTC  (2+ messages)

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

linux-next: manual merge of the drm tree with Linus' tree
 2020-03-23  0:50 UTC 

[pull] drm/msm: msm-next for 5.7
 2020-03-22 23:29 UTC 

[PATCH] Revert "drm/dp_mst: Remove VCPI while disabling topology mgr"
 2020-03-22 15:42 UTC  (2+ 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).