dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-03 03:59:01 to 2020-04-04 14:06:58 UTC [more...]

[PATCH v5 0/5] Add support for devices in the Energy Model
 2020-04-03 17:18 UTC  (4+ messages)
` [PATCH v5 3/5] thermal: devfreq_cooling: Use PM QoS to set frequency limits

[PATCH v14 0/3] mt8183 dpi support pin mode swap
 2020-04-04 14:06 UTC  (5+ messages)
` [PATCH v14 1/3] dt-bindings: display: mediatek: control dpi pins mode to avoid leakage
` [PATCH v14 2/3] dt-bindings: display: mediatek: convert the document format from txt to yaml
` [PATCH v14 3/3] drm/mediatek: set dpi pin mode to gpio low to avoid leakage current

[PULL] drm-misc-next-fixes
 2020-04-04  9:00 UTC 

[PATCH v3] drm/i915: Synchronize active and retire callbacks
 2020-04-04  2:41 UTC 

mainline/master bisection: baseline.login on peach-pi
 2020-04-04  9:06 UTC  (3+ messages)

[PATCH v2 1/1] lib/vsprintf: Add support for printing V4L2 and DRM fourccs
 2020-04-04  0:21 UTC  (20+ messages)

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

[PATCH 2/5] video: Add missing annotation for cyber2000fb_enable_ddc() and cyber2000fb_disable_ddc()
 2020-04-03 16:05 UTC 

[PATCH] drm/amdgpu: Fix oops when pp_funcs is unset in ACPI event
 2020-04-03 20:36 UTC  (2+ messages)

[PATCH v5 1/2] dt-bindings: display: convert rockchip vop bindings to yaml
 2020-04-03 14:22 UTC  (2+ messages)
` [PATCH v5 2/2] dt-bindings: display: rockchip-vop: add additional properties

lima, panfrost: multiple definition of `of_devfreq_cooling_register_power'
 2020-04-03 20:54 UTC  (4+ messages)

[PATCH] drm/bridge: dw-mipi-dsi.c: remove unused header file
 2020-04-03 13:30 UTC 

How to handle disconnection of eDP panels due to dynamic display mux switches
 2020-04-03 19:59 UTC  (8+ messages)

[PATCH] drm/amd/display: Fix a compilation warning
 2020-04-03 20:15 UTC 

[PATCH v2] dt-bindings: display: convert rockchip rk3066 hdmi bindings to yaml
 2020-04-03 13:36 UTC 

[PATCH] drm/bridge: dw-mipi-dsi.c: Add VPG runtime config through debugfs
 2020-04-04 10:56 UTC  (2+ messages)

INFO: trying to register non-static key in try_to_wake_up
 2020-04-03  8:57 UTC  (7+ messages)

Aliases for DRI connectors?
 2020-04-03 10:03 UTC  (4+ messages)

[drm-tip:drm-tip 9/10] drivers/staging/rtl8712/rtl8712_xmit.c:360:18: error: incompatible pointer types initializing 'struct tx_desc *' with an expression of type 'u8 *' (aka 'unsigned char *')
 2020-04-04 11:30 UTC 

[Bug 206987] New: [drm] [amdgpu] Whole system crashes when the driver is in mode_support_and_system_configuration
 2020-04-04  7:42 UTC  (4+ messages)
` [Bug 206987] "

[PATCH v2 00/17] drm: Put drm_display_mode on diet
 2020-04-04  2:01 UTC  (21+ messages)
` [PATCH v2 01/17] drm: Nuke mode->hsync
` [PATCH v2 02/17] drm/i915: Introduce some local intel_dp variables
` [PATCH v2 03/17] drm: Nuke mode->vrefresh
` [PATCH v2 04/17] drm/msm/dpu: Stop copying around mode->private_flags
` [PATCH v2 05/17] drm: Shrink {width,height}_mm to u16
` [PATCH v2 06/17] drm: Shrink mode->type to u8
` [PATCH v2 07/17] drm: Make mode->flags u32
` [PATCH v2 08/17] drm: Shrink drm_display_mode timings
` [PATCH v2 09/17] drm: Flatten drm_mode_vrefresh()
` [PATCH v2 10/17] drm: Shrink mode->private_flags
` [PATCH v2 11/17] drm: pahole struct drm_display_mode
` [PATCH v2 12/17] drm/mcde: Use mode->clock instead of reverse calculating it from the vrefresh
` [PATCH v2 13/17] drm/i915: Stop using mode->private_flags
` [PATCH v2 14/17] drm/i915: Replace I915_MODE_FLAG_INHERITED with a boolean
` [PATCH v2 15/17] drm/gma500: Stop using mode->private_flags
` [PATCH v2 16/17] drm: Nuke mode->private_flags
` [PATCH v2 17/17] drm: Replace mode->export_head with a boolean

[PATCH 00/44] devm_drm_dev_alloc, no more drmm_add_final_kfree
 2020-04-03 22:31 UTC  (64+ messages)
` [PATCH 01/44] drivers/base: Always release devres on device_del
` [PATCH 02/44] drm: Add devm_drm_dev_alloc macro
` [PATCH 03/44] drm/device: Deprecate dev_private harder
` [PATCH 04/44] drm/vgem: Use devm_drm_dev_alloc
` [PATCH 05/44] drm/vkms: "
` [PATCH 06/44] drm/vboxvideo: drop DRM_MTRR_WC #define
` [PATCH 07/44] drm/vboxvideo: Use devm_drm_dev_alloc
` [PATCH 08/44] drm/vboxvideo: Stop using drm_device->dev_private
` [PATCH 09/44] drm/vboxvidoe: use managed pci functions
` [PATCH 10/44] drm/vboxvideo: Use devm_gen_pool_create
` [PATCH 11/44] drm/v3d: Don't set drm_device->dev_private
` [PATCH 12/44] drm/v3d: Use devm_drm_dev_alloc
` [PATCH 13/44] drm/v3d: Delete v3d_dev->dev
` [PATCH 14/44] drm/v3d: Delete v3d_dev->pdev
` [PATCH 15/44] drm/udl: Use demv_drm_dev_alloc
` [PATCH 16/44] drm/udl: don't set drm_device->dev_private
` [PATCH 17/44] drm/st7735r: Use devm_drm_dev_alloc
` [PATCH 18/44] drm/st7586: "
` [PATCH 19/44] drm/repaper: "
` [PATCH 20/44] drm/mi0283qt: "
` [PATCH 21/44] drm/ili9486: "
` [PATCH 22/44] drm/ili9341: "
` [PATCH 23/44] drm/ili9225: "
` [PATCH 24/44] drm/hx8357d: "
` [PATCH 25/44] drm/gm12u320: "
` [PATCH 26/44] drm/gm12u320: Don't use drm_device->dev_private
` [PATCH 27/44] drm/tidss: Use devm_drm_dev_alloc
` [PATCH 28/44] drm/tidss: Don't use drm_device->dev_private
` [PATCH 29/44] drm/tidss: Delete tidss->saved_state
` [PATCH 30/44] drm/qxl: Use devm_drm_dev_alloc
` [PATCH 31/44] drm/qxl: Don't use drm_device->dev_private
` [PATCH 32/44] drm/mcde: Use devm_drm_dev_alloc
` [PATCH 33/44] drm/mcde: Don't use drm_device->dev_private
` [PATCH 34/44] drm/ingenic: Use devm_drm_dev_alloc
` [PATCH 35/44] drm/ingenic: Don't set drm_device->dev_private
` [PATCH 36/44] drm/komeda: use devm_drm_dev_alloc
` [PATCH 37/44] drm/armada: Use devm_drm_dev_alloc
` [PATCH 38/44] drm/armada: Don't use drm_device->dev_private
` [PATCH 39/44] drm/cirrus: Use devm_drm_dev_alloc
` [PATCH 40/44] drm/cirrus: Don't use drm_device->dev_private
` [PATCH 41/44] drm/i915: Use devm_drm_dev_alloc
` [PATCH 42/44] drm/i915/selftest: Create mock_destroy_device
  ` [PATCH] "
` [PATCH 43/44] drm/i915/selftests: align more to real device lifetimes
  ` [PATCH] "
` [PATCH 44/44] drm/managed: Cleanup of unused functions and polishing docs

[PATCH] drm/dp_mst: Remove drm_dp_mst_has_audio()
 2020-04-03 22:22 UTC 

[PATCH 0/4] drm/dp_mst: drm_dp_check_act_status() fixes
 2020-04-03 20:07 UTC  (5+ messages)
` [PATCH 1/4] drm/dp_mst: Improve kdocs for drm_dp_check_act_status()
` [PATCH 2/4] drm/dp_mst: Reformat drm_dp_check_act_status() a bit
` [PATCH 3/4] drm/dp_mst: Increase ACT retry timeout to 3s
` [PATCH 4/4] drm/dp_mst: Print errors on ACT timeouts

[PATCH] drm/dp_mst: Don't drop NAKs for down responses
 2020-04-03 20:03 UTC 

Curtaining API / Force blanking displays
 2020-04-03 19:56 UTC 

[git pull] drm for 5.7-rc1
 2020-04-03 17:16 UTC  (9+ messages)
  ` [PATCH] drm/legacy: Fix type for drm_local_map.offset

amdgpu dropping load callback triggers WARN_ON in __drm_mode_object_add
 2020-04-03 16:40 UTC  (3+ messages)

[PATCH v3 0/4] Move Mediatek HDMI PHY driver from DRM folder to PHY folder
 2020-04-03 15:22 UTC  (7+ messages)
` [PATCH v3 1/4] drm/mediatek: Move tz_disabled from mtk_hdmi_phy to mtk_hdmi driver

[PATCH 1/2] drm/pci: Move drm_pci_alloc/free under CONFIG_DRM_LEGACY
 2020-04-03 14:31 UTC  (4+ messages)
` [PATCH 2/2] drm: delete drm_pci.h

[PATCH v3 1/3] dt-bindings: display: panel: Convert feiyang, fy07024di26a30d to DT schema
 2020-04-03 14:24 UTC  (3+ messages)
` [PATCH v3 2/3] dt-bindings: display: panel: Convert sitronix, st7701 "
` [PATCH v3 3/3] MAINTAINERS: Update feiyang, st7701 panel bindings converted as YAML

KMS enums and bitfields UAPI
 2020-04-03 14:23 UTC  (4+ messages)

gitlab.fd.o financial situation and impact on services
 2020-04-03 14:12 UTC  (13+ messages)
` [Intel-gfx] "
  ` [Mesa-dev] "

[ANNOUNCE] libdrm 2.4.101
 2020-04-03 13:27 UTC 

[PATCH 1/1] lib/vsprintf: Add support for printing V4L2 and DRM fourccs
 2020-04-03 13:11 UTC  (5+ messages)

[PATCH v5 0/2] drm: LogiCVC display controller support
 2020-04-03 11:20 UTC  (5+ messages)
` [PATCH v5 1/2] dt-bindings: display: Document the Xylon LogiCVC display controller
` [PATCH v5 2/2] drm: Add support for the "

[PATCH 1/5] drm/virtio: random virtgpu_drv.h cleanups
 2020-04-03 10:04 UTC  (3+ messages)
` [PATCH 5/5] drm/virtio: only call virtio_gpu_cmd_create_resource for dumb resources

[PATCH v4.19.y, v4.14.y, v4.9.y] drm/etnaviv: Backport fix for mmu flushing
 2020-04-03  9:16 UTC  (2+ messages)

[PATCH v4 0/3] drm: LogiCVC display controller support
 2020-04-03  9:13 UTC  (4+ messages)
` [PATCH v4 2/3] drm: Add support for the LogiCVC display controller

[PATCH 1/6] dma-buf: add peer2peer flag
 2020-04-03  8:32 UTC  (4+ messages)

[PATCH] drm/hisilicon: Add the load and unload for hibmc_driver
 2020-04-03  7:00 UTC  (6+ messages)
` [PATCH 1/4] drm/hisilicon: Enforce 128-byte stride alignment to fix the hardware limitation
` [PATCH 2/4] drm/hisilicon: Code cleanup for hibmc_drv_vdac

[PATCH v2] staging: android: ion: Align with parenthesis
 2020-04-03  4:24 UTC 

[v3 1/3] [Do not pick] drm/msm/dpu: add support for clk and bw scaling for display
 2020-04-02 13:30 UTC  (3+ messages)
` [v3 2/3] arm64: dts: sc7180: add bus clock to mdp node for sc7180 target
` [v3 3/3] arm64: dts: sc7180: add interconnect bindings for display

[PATCH 00/33] drm/panel: Fix dotclocks
 2020-04-02 13:20 UTC  (4+ messages)
` [PATCH 05/33] drm/panel-leadtek-ltk500hd1829: Fix dotclock

[PATCH] video: fbdev: mb862xx: remove set but not used variable 'mdr'
 2020-04-03  2:25 UTC 

[PATCH 0/2] powerpc: Remove support for ppc405/440 Xilinx platforms
 2020-04-03  4:59 UTC  (10+ messages)

[PATCH] video: fbdev: matroxfb: remove dead code and set but not used variable
 2020-04-03  2:16 UTC 

linux-next: manual merge of the akpm-current tree with the drm tree
 2020-04-03  4:05 UTC 

linux-next: manual merge of the akpm-current tree with the drm tree
 2020-04-03  3:58 UTC 


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