dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-16 13:42:13 to 2016-06-17 16:37:52 UTC [more...]

[RFC PATCH 00/13] Add support for Tegra DPAUX pinctrl
 2016-06-17 16:37 UTC  (23+ messages)
` [RFC PATCH 02/13] drm/tegra: Add helper functions for setting up DPAUX pads
` [RFC PATCH 04/13] drm/tegra: Add sor-safe clock for DPAUX on Tegra210
` [RFC PATCH 05/13] drm/tegra: Prepare DPAUX for supporting generic PM domains
  ` [RFC PATCH 01/13] drm/tegra: Clean-up if probing DPAUX fails
  ` [RFC PATCH 03/13] dt-bindings: drm/tegra: Update DPAUX documentation
  ` [RFC PATCH 06/13] pinctrl: pinconf: Add generic helper function for freeing mappings
  ` [RFC PATCH 13/13] arm64: tegra: Add DPAUX pinctrl bindings
` [RFC PATCH 07/13] dt-bindings: i2c: Add support for 'i2c-bus' subnode
` [RFC PATCH 08/13] i2c: core: "
` [RFC PATCH 09/13] dt-bindings: drm/tegra: Add DPAUX pinctrl documentation
` [RFC PATCH 10/13] drm/tegra: Add pinctrl support for DPAUX
` [RFC PATCH 11/13] arm64: tegra: Add SOR power-domain node
` [RFC PATCH 12/13] arm64: tegra: Add sor-safe clock to DPAUX binding

[patch v2] drm/amdgpu: missing bounds check in amdgpu_set_pp_force_state()
 2016-06-17 16:34 UTC  (3+ messages)

Bad flicker on skylake HQD due to code in the 4.7 merge window
 2016-06-17 16:08 UTC  (12+ messages)
          ` [Intel-gfx] "

[Mesa-dev] [RFC] New dma_buf -> EGLImage EGL extension - Final spec published!
 2016-06-17 15:44 UTC  (5+ messages)

[PATCH] drm: Deal with rotation in drm_plane_helper_check_update()
 2016-06-17 14:41 UTC  (3+ messages)
` [PATCH v2] "

[Bug 96326] Heavy screen flickering in OpenGL apps on R9 390
 2016-06-17 13:50 UTC  (2+ messages)

[PATCH V8 0/3] soc/tegra: Add support for IO pads power and voltage control
 2016-06-17 13:06 UTC  (4+ messages)
  ` [PATCH V8 1/3] soc/tegra: pmc: Use BIT macro for register field definition
` [PATCH V8 2/3] soc/tegra: pmc: Correct type of variable for tegra_pmc_readl()
` [PATCH V8 3/3] soc/tegra: pmc: Add support for IO pads power state and voltage

[PATCH 1/5] drm/imx: disable outputs in lastclose when framebuffer emulation is disabled
 2016-06-17 12:48 UTC  (7+ messages)
` [PATCH 2/5] drm/imx: imx-ldb: check return code on panel attach
` [PATCH 3/5] drm/imx: imx-ldb: detach panel on unbind
` [PATCH 4/5] drm/imx: drop deprecated load/unload drm_driver ops
` [PATCH 5/5] drm/imx: don't destroy mode objects manually on driver unbind

Make connector registration automatic
 2016-06-17 12:43 UTC  (10+ messages)
` [PATCH 1/7] drm: Automatically register/unregister all connectors
` [PATCH 2/7] drm/arc: Remove redundant calls to drm_connector_register_all()
` [PATCH 3/7] drm/atmel-hlcdc: "
` [PATCH 4/7] drm/hisilicon: "
` [PATCH 5/7] drm/mediatek: "
  ` [PATCH 6/7] drm/msm: "
` [PATCH 7/7] drm/rcar-du: "

Early init drm_dp_aux for internal use before i2c-core is ready
 2016-06-17 12:42 UTC  (4+ messages)
` [PATCH 1/2] drm: Pass the drm_dp_aux->hw_mutex to i2c for its locking
` [PATCH 2/2] drm: Minimally initialise drm_dp_aux

[Bug 88458] The monitor turns off when playing starcraft 2 in wine
 2016-06-17 12:37 UTC  (2+ messages)

[PATCH 00/38] nonblocking atomic commits for everyone!
 2016-06-17 12:27 UTC  (9+ messages)
` [PATCH 19/38] drm/hisilicon: Implement some semblance of vblank event handling
` [PATCH 37/38] drm/sti: Don't call drm_helper_disable_unused_functions

[PATCH 1/3] RFC: drm: Restrict vblank ioctl to master
 2016-06-17 12:00 UTC  (8+ messages)

[PATCH 1/2] drm: sti: rework init sequence
 2016-06-17 11:48 UTC 

RS780 UVD cause hpet_readl() very slow
 2016-06-17 11:47 UTC  (2+ messages)

[PATCH 2/2] drm/sti: adjust delay for AWG
 2016-06-17 11:46 UTC 

[PATCHv16 00/13] HDMI CEC framework
 2016-06-17 11:37 UTC  (23+ messages)
` [PATCHv16 04/13] cec: add "
` [PATCHv16 05/13] cec/TODO: add TODO file so we know why this is still in staging
` [PATCHv16 07/13] cec.txt: add CEC framework documentation
` [PATCHv16 08/13] DocBook/media: add CEC documentation
` [PATCHv16 09/13] cec: adv7604: add cec support
` [PATCHv16 10/13] cec: adv7842: "

[PATCH 00/16] More drm master and SET_UNIQUE cleanups
 2016-06-17 11:12 UTC  (24+ messages)
` [PATCH 01/16] drm: Only do the hw.lock cleanup in master_relase for !MODESET
` [PATCH 02/16] drm: Move authmagic cleanup into drm_master_release
` [PATCH 03/16] drm: Protect authmagic with master_mutex
` [PATCH 04/16] drm: Mark authmagic ioctls as unlocked
` [PATCH 05/16] drm: Mark set/drop master ioctl "
` [PATCH 06/16] drm: Move master pointer from drm_minor to drm_device
` [PATCH 07/16] drm: Clean up drm_crtc.h
  ` [Intel-gfx] "
` [PATCH 08/16] drm: Use dev->name as fallback for dev->unique
` [PATCH 09/16] drm/vgem: Stop calling drm_drv_set_unique
` [PATCH 10/16] drm: Don't call drm_dev_set_unique from platform drivers
` [PATCH 11/16] drm: Nuke SET_UNIQUE ioctl
` [PATCH 12/16] drm: Lobotomize set_busid nonsense for !pci drivers
` [PATCH 13/16] drm: Refactor drop/set master code a bit
` [PATCH 14/16] drm: Extract drm_is_current_master
` [PATCH 15/16] drm: Clear up master tracking booleans
` [PATCH 16/16] drm: document drm_auth.c

[PATCH 1/2] drm/etnaviv: improve error reporting in GPU init path
 2016-06-17 10:42 UTC  (2+ messages)
` [PATCH 2/2] drm/etnaviv: remove generic GPU init failure reporting

[PATCH v5 0/8] drm/tilcdc Fixes and cleanups
 2016-06-17  9:48 UTC  (10+ messages)
` [PATCH v5 1/8] drm/tilcdc: Restore old dpms state in pm_resume()
` [PATCH v5 2/8] drm/tilcdc: Move LCDC_SYNC_LOST handling inside if (ver == 2) statement
` [PATCH v5 3/8] drm/tilcdc: Write to LCDC_END_OF_INT_IND_REG at the end of IRQ function
` [PATCH v5 4/8] drm/tilcdc: Move waiting of LCDC_FRAME_DONE IRQ into stop()
` [PATCH v5 5/8] drm/tilcdc: Increase time out for waiting frame done interrupt
` [PATCH v5 6/8] drm/tilcdc: Call drm_crtc_vblank_on() and *_off() in start() and stop()
` [PATCH v5 7/8] drm/tilcdc: Refer to panel.txt and tfp410.txt bindings in tilcdc.txt
` [PATCH v5 8/8] drm/tilcdc: Avoid error print by of_graph_get_next_endpoint()

[PATCH v5 2/8] drm/tilcdc: Move LCDC_SYNC_LOST handling in side if (ver == 2) statement
 2016-06-17  9:22 UTC 

RS780 UVD cause hpet_readl() very slow
 2016-06-17  8:52 UTC 

[PATCH v4 0/7] drm/tilcdc Fixes and cleanups
 2016-06-17  7:58 UTC  (8+ messages)
` [PATCH v4 1/7] drm/tilcdc: Restore old dpms state in pm_resume()
` [PATCH v4 2/7] drm/tilcdc: Write to LCDC_END_OF_INT_IND_REG at the end of IRQ function
` [PATCH v4 3/7] drm/tilcdc: Move waiting of LCDC_FRAME_DONE IRQ into stop()
` [PATCH v4 4/7] drm/tilcdc: Increase time out for waiting frame done interrupt
` [PATCH v4 5/7] drm/tilcdc: Call drm_crtc_vblank_on() and *_off() in start() and stop()
` [PATCH v4 6/7] drm/tilcdc: Refer to panel.txt and tfp410.txt bindings in tilcdc.txt
` [PATCH v4 7/7] drm/tilcdc: Avoid error print by of_graph_get_next_endpoint()

[PATCH v2 0/5] Exynos DRM: add support for ARM 64bit arch with IOMMU
 2016-06-17  7:54 UTC  (6+ messages)
` [PATCH v2 1/5] drm/exynos: iommu: move dma_params configuration code to separate functions
` [PATCH v2 2/5] drm/exynos: iommu: add a check if all sub-devices have iommu controller
` [PATCH v2 3/5] drm/exynos: iommu: remove unused entries from exynos_drm_private strcuture
` [PATCH v2 4/5] drm/exynos: iommu: move ARM specific code to exynos_drm_iommu.h
` [PATCH v2 5/5] drm/exynos: iommu: add support for ARM64 specific code for IOMMU glue

[PATCH v5 0/7] drm/i2c: adv7511: ADV7533 support
 2016-06-17  7:53 UTC  (10+ messages)
` [PATCH v6 0/8] "
  ` [PATCH v6 1/8] drm/i2c: adv7511: Convert to drm_bridge
  ` [PATCH v6 2/8] drm/i2c: adv7511: Move to bridge folder
  ` [PATCH v6 3/8] drm/bridge: adv7511: Fix mutex deadlock when interrupts are disabled
  ` [PATCH v6 4/8] drm/bridge: adv7533: Initial support for ADV7533
  ` [PATCH v6 5/8] drm/bridge: adv7533: Create a MIPI DSI device
  ` [PATCH v6 6/8] drm/bridge: adv7533: Use internal timing generator
  ` [PATCH v6 7/8] drm/bridge: adv7533: Change number of DSI lanes dynamically
  ` [PATCH v6 8/8] dt-bindings: drm/bridge: Update bindings for ADV7533

[PATCH 02/44] drm: Add a callback from connector registering
 2016-06-17  7:44 UTC  (4+ messages)
` [PATCH 04/44] drm: Automatically unregister the connector during cleanup

[PATCH v7 00/12] Support non-lru page migration
 2016-06-17  7:28 UTC  (11+ messages)

[Bug 92974] Fiji Nano long boot up and long X startup with amdgpu-powerplay enabled
 2016-06-17  6:57 UTC  (4+ messages)

of_reserved_mem_device_init_by_idx() returns -EINVAL if "memory-region" is missing
 2016-06-17  6:47 UTC  (3+ messages)

[Bug 93475] Saints Row IV causes GPU lockup on Linux
 2016-06-17  6:04 UTC  (4+ messages)

[PATCH v2] drm/fsl-dcu: Exchange fail_encoder and fail_connector
 2016-06-17  4:02 UTC  (2+ messages)

[PATCH v2 0/2] drm/mediatek: MT8173 gamma & dither support
 2016-06-17  1:58 UTC  (3+ messages)
` [PATCH v2 1/2] drm/mediatek: Add gamma correction
` [PATCH v2 2/2] drm/mediatek: set mt8173 dithering function

[PATCH] drm/i915/vlv: Enable polling when we shut off all power domains
 2016-06-16 22:05 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 00/10] drm/msm: some stuff I'm working on for 4.8
 2016-06-16 21:22 UTC  (11+ messages)
` [PATCH 01/10] drm/msm: use mutex_lock_interruptible for submit ioctl
` [PATCH 02/10] drm/msm: add madvise ioctl
` [PATCH 03/10] drm/msm: add put_iova() helper
` [PATCH 04/10] drm/msm: shrinker support
  ` [PATCH 05/10] drm/msm: change gem->vmap() to get/put
` [PATCH 06/10] drm/msm: wire up vmap shrinker
` [PATCH 07/10] drm/msm: deal with arbitrary # of cmd buffers
` [PATCH 08/10] drm/msm: bump kernel api version
` [PATCH 09/10] drm/msm/rd: split out snapshot_buf helper
` [PATCH 10/10] drm/msm/rd: add module param to dump all bo's

[Bug 96444] GRID Autosport crash on loading race
 2016-06-16 20:56 UTC  (2+ messages)

[PATCH 00/14] Cruft removal around drm_master
 2016-06-16 20:04 UTC  (5+ messages)
` [PATCH 03/14] drm: Link directly from drm_master to drm_device
  ` [Intel-gfx] "

[PATCH 1/2 v16] Documentation: bridge: Add documentation for ps8640 DT properties
 2016-06-16 19:14 UTC  (3+ messages)
` [PATCH 2/2 v16] drm/bridge: Add I2C based driver for ps8640 bridge

[PATCH v2 1/2] drm/dsi: Implement dcs set/get display brightness
 2016-06-16 17:02 UTC  (3+ messages)
` [PATCH v5 2/2] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

[Bug 91294] [R7 370] DPM and power profile change crash the system
 2016-06-16 16:22 UTC  (2+ messages)

[PATCH] drm/atomic-helpers: Clear up cleanup_done a bit
 2016-06-16 16:11 UTC  (3+ messages)

[PATCH] drm/radeon: fix asic initialization for virtualized environments
 2016-06-16 15:43 UTC  (6+ messages)

[GIT PULL] drm/mediatek: MT8173 HDMI support
 2016-06-16 14:41 UTC  (3+ messages)

[PATCH v3 0/7] drm/tilcdc Fixes and cleanups
 2016-06-16 13:42 UTC  (8+ messages)
` [PATCH v3 1/7] drm/tilcdc: Restore old dpms state in pm_resume()
` [PATCH v3 2/7] drm/tilcdc: Write to LCDC_END_OF_INT_IND_REG at the end of IRQ function
` [PATCH v3 3/7] drm/tilcdc: Move waiting of LCDC_FRAME_DONE IRQ into stop()
` [PATCH v3 4/7] drm/tilcdc: Increase time out for waiting frame done interrupt
` [PATCH v3 5/7] drm/tilcdc: Call drm_crtc_vblank_on() and *_off() in start() and stop()
` [PATCH v3 6/7] drm/tilcdc: Refer to panel.txt and tfp410.txt bindings in tilcdc.txt
` [PATCH v3 7/7] drm/tilcdc: Avoid error print by of_graph_get_next_endpoint()


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