dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-21 12:29:37 to 2020-02-22 15:16:46 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 15:16 UTC  (62+ 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 v7 00/54] drm/omap: Replace custom display drivers with drm_bridge and drm_panel
 2020-02-22 15:01 UTC  (55+ messages)
` [PATCH v7 01/54] video: hdmi: Change return type of hdmi_avi_infoframe_init() to void
` [PATCH v7 02/54] drm/connector: Add helper to get a connector type name
` [PATCH v7 03/54] drm/edid: Add flag to drm_display_info to identify HDMI sinks
` [PATCH v7 04/54] drm/bridge: Document the drm_encoder.bridge_chain field as private
` [PATCH v7 05/54] drm/bridge: Fix atomic state ops documentation
` [PATCH v7 06/54] drm/bridge: Improve overview documentation
` [PATCH v7 07/54] drm/bridge: Add connector-related bridge operations and data
` [PATCH v7 08/54] drm/bridge: Add interlace_allowed flag to drm_bridge
` [PATCH v7 09/54] drm/bridge: Extend bridge API to disable connector creation
` [PATCH v7 10/54] drm/bridge: dumb-vga-dac: Rename internal symbols to simple-bridge
` [PATCH v7 11/54] drm/bridge: dumb-vga-dac: Rename driver "
` [PATCH v7 12/54] drm/bridge: simple-bridge: Add support for non-VGA bridges
` [PATCH v7 13/54] drm/bridge: simple-bridge: Add support for enable GPIO
` [PATCH v7 14/54] drm/bridge: simple-bridge: Add support for the TI OPA362
` [PATCH v7 15/54] drm/bridge: Add bridge driver for display connectors
` [PATCH v7 16/54] drm/bridge: Add driver for the TI TPD12S015 HDMI level shifter
` [PATCH v7 17/54] drm/bridge: panel: Implement bridge connector operations
` [PATCH v7 18/54] drm/bridge: tfp410: Replace manual connector handling with bridge
` [PATCH v7 19/54] drm/bridge: tfp410: Allow operation without drm_connector
` [PATCH v7 20/54] drm: Add helper to create a connector for a chain of bridges
` [PATCH v7 21/54] drm/omap: dss: Cleanup DSS ports on initialisation failure
` [PATCH v7 22/54] drm/omap: Simplify HDMI mode and infoframe configuration
` [PATCH v7 23/54] drm/omap: Factor out display type to connector type conversion
` [PATCH v7 24/54] drm/omap: Use the drm_panel_bridge API
` [PATCH v7 25/54] drm/omap: dss: Fix output next device lookup in DT
` [PATCH v7 26/54] drm/omap: Add infrastructure to support drm_bridge local to DSS outputs
` [PATCH v7 27/54] drm/omap: dss: Make omap_dss_device_ops optional
` [PATCH v7 28/54] drm/omap: hdmi: Allocate EDID in the .read_edid() operation
` [PATCH v7 29/54] drm/omap: hdmi4: Rework EDID read to isolate data read
` [PATCH v7 30/54] drm/omap: hdmi5: "
` [PATCH v7 31/54] drm/omap: hdmi4: Register a drm_bridge for EDID read
` [PATCH v7 32/54] drm/omap: hdmi5: "
` [PATCH v7 33/54] drm/omap: hdmi4: Move mode set, enable and disable operations to bridge
` [PATCH v7 34/54] drm/omap: hdmi5: "
` [PATCH v7 35/54] drm/omap: hdmi4: Implement drm_bridge .hpd_notify() operation
` [PATCH v7 36/54] drm/omap: dss: Remove .set_hdmi_mode() and .set_infoframe() operations
` [PATCH v7 37/54] drm/omap: venc: Register a drm_bridge
` [PATCH v7 38/54] drm/omap: Create connector for bridges
` [PATCH v7 39/54] drm/omap: Switch the HDMI and VENC outputs to drm_bridge
` [PATCH v7 40/54] drm/omap: Remove HPD, detect and EDID omapdss operations
` [PATCH v7 41/54] drm/omap: hdmi: Remove omap_dss_device operations
` [PATCH v7 42/54] drm/omap: venc: "
` [PATCH v7 43/54] drm/omap: hdmi4: Simplify EDID read
` [PATCH v7 44/54] drm/omap: hdmi5: "
` [PATCH v7 45/54] drm/omap: dpi: Sort includes alphabetically
` [PATCH v7 46/54] drm/omap: dpi: Reorder functions in sections
` [PATCH v7 47/54] drm/omap: dpi: Simplify clock setting API
` [PATCH v7 48/54] drm/omap: dpi: Register a drm_bridge
` [PATCH v7 49/54] drm/omap: sdi: Sort includes alphabetically
` [PATCH v7 50/54] drm/omap: sdi: Register a drm_bridge
` [PATCH v7 51/54] drm/omap: Hardcode omap_connector type to DSI
` [PATCH v7 52/54] drm/omap: dss: Inline the omapdss_display_get() function
` [PATCH v7 53/54] drm/omap: dss: Remove unused omapdss_of_find_connected_device() function
` [PATCH v7 54/54] drm/omap: dss: Remove unused omap_dss_device operations

[PATCH] drm/i915/gt: remove redundant assignment to variable dw
 2020-02-22 14:42 UTC  (2+ messages)

[PATCH 00/12] drm: Put drm_display_mode on diet
 2020-02-22 12:32 UTC  (23+ messages)
` [PATCH 01/12] drm: Nuke mode->hsync
  ` [Intel-gfx] "
` [PATCH 04/12] drm: Nuke mode->vrefresh
` [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] drm/panel: ld9040: add MODULE_DEVICE_TABLE with SPI IDs
 2020-02-22 12:17 UTC  (2+ messages)

[PATCH 0/3] drm/omap: fix am4 evm lcd
 2020-02-22 12:16 UTC  (7+ messages)
` [PATCH 3/3] drm/panel: simple: fix osd070t1718_19ts sync drive edge

[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  (9+ 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

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  (16+ 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 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 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  (8+ messages)

[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  (4+ messages)
` [PATCH 2/8] drm/radeon: don't use ttm bo->offset

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


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