Age | Commit message (Expand) | Author | Files | Lines |
2016-10-17 | drm: Add reference counting to drm_atomic_state | Chris Wilson | 16 | -129/+72 |
2016-10-17 | drm: atomic: Clarify documentation around drm_atomic_crtc_needs_modeset | Brian Starkey | 1 | -4/+5 |
2016-10-13 | drm/savage: dereferencing an error pointer | Dan Carpenter | 1 | -0/+1 |
2016-10-13 | drm/gma500: add comments for new parameters | Jiang Biao | 1 | -0/+2 |
2016-10-13 | drm/gma500: remove useless comment | Jiang Biao | 1 | -1/+0 |
2016-10-13 | gpu: drm: gma500: Use vma_pages() | Shyam Saini | 1 | -1/+1 |
2016-10-12 | dma-buf: Restart reservation_object_test_signaled_rcu() after writes | Chris Wilson | 1 | -20/+10 |
2016-10-12 | dma-buf: Restart reservation_object_wait_timeout_rcu() after writes | Chris Wilson | 1 | -6/+5 |
2016-10-12 | dma-buf: Restart reservation_object_get_fences_rcu() after writes | Chris Wilson | 1 | -40/+31 |
2016-10-12 | drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before wait | Chris Wilson | 1 | -4/+2 |
2016-10-12 | drm/nouveau: Remove call to reservation_object_test_signaled_rcu before wait | Chris Wilson | 1 | -12/+9 |
2016-10-12 | drm/etnaviv: Remove manual call to reservation_object_test_signaled_rcu befor... | Chris Wilson | 1 | -14/+10 |
2016-10-12 | drm/amdgpu: Remove call to reservation_object_test_signaled_rcu before wait | Chris Wilson | 1 | -4/+2 |
2016-10-10 | drm: Release resources with a safer function | Christophe JAILLET | 1 | -4/+4 |
2016-10-10 | drm: Fix up kerneldoc for new drm_gem_dmabuf_export() | Chris Wilson | 1 | -1/+2 |
2016-10-10 | drm/bridge: Drop drm_connector_unregister and call drm_connector_cleanup dire... | Marek Vasut | 3 | -22/+3 |
2016-10-10 | drm/bridge: Add RGB to VGA bridge support | Maxime Ripard | 3 | -0/+231 |
2016-10-05 | drm/prime: Take a ref on the drm_dev when exporting a dma_buf | Chris Wilson | 5 | -5/+33 |
2016-10-05 | drm/prime: Pass the right module owner through to dma_buf_export() | Chris Wilson | 1 | -7/+10 |
2016-10-05 | drm/bridge: Call drm_connector_cleanup directly | Marek Vasut | 3 | -18/+3 |
2016-10-05 | drm: simple_kms_helper: Add prepare_fb and cleanup_fb hooks | Marek Vasut | 1 | -0/+26 |
2016-10-05 | drm: Release resources with a safer function | Christophe JAILLET | 1 | -2/+2 |
2016-10-04 | drm/rockchip: analogix_dp: Refuse to enable PSR if panel doesn't support it | Tomeu Vizoso | 1 | -0/+3 |
2016-10-04 | drm/bridge: analogix_dp: Add analogix_dp_psr_supported | Tomeu Vizoso | 1 | -0/+8 |
2016-10-04 | drm: Document caveats around atomic event handling | Daniel Vetter | 1 | -2/+30 |
2016-10-04 | drm: Simplify drm_printk to reduce object size quite a bit | Joe Perches | 1 | -2/+3 |
2016-10-04 | drm/i915: Account for sink max TMDS clock when checking the port clock | Ville Syrjälä | 1 | -1/+8 |
2016-10-04 | drm/i915: Replace a bunch of connector->base.display_info with a local variable | Ville Syrjälä | 1 | -7/+7 |
2016-10-04 | drm/edid: Move dvi_dual/max_tmds_clock parsing out from drm_edid_to_eld() | Ville Syrjälä | 1 | -29/+35 |
2016-10-04 | drm/edid: Clear the old cea_rev when there's no CEA extension in the new EDID | Ville Syrjälä | 1 | -0/+1 |
2016-10-04 | drm/edid: Reduce the number of times we parse the CEA extension block | Ville Syrjälä | 1 | -97/+88 |
2016-10-04 | drm/edid: Don't pass around drm_display_info needlessly | Ville Syrjälä | 1 | -4/+4 |
2016-10-04 | drm/edid: Move dvi_dual/max_tmds_clock to drm_display_info | Ville Syrjälä | 3 | -10/+12 |
2016-10-04 | drm/edid: Make max_tmds_clock kHz instead of MHz | Ville Syrjälä | 3 | -3/+3 |
2016-10-04 | drm/edid: Clear old dvi_dual/max_tmds_clock before parsing the new EDID | Ville Syrjälä | 1 | -0/+3 |
2016-10-04 | drm/edid: Clear old audio latency values before parsing the new EDID | Ville Syrjälä | 1 | -0/+7 |
2016-10-04 | drm: Convert prime dma-buf <-> handle to rbtree | Chris Wilson | 1 | -11/+74 |
2016-10-04 | drm/mediatek: mark symbols static where possible | Baoyou Xie | 1 | -5/+6 |
2016-10-04 | drm/rockchip: mark symbols static where possible | Baoyou Xie | 1 | -2/+2 |
2016-10-04 | drm/rockchip: add missing header dependencies | Baoyou Xie | 1 | -0/+1 |
2016-10-04 | drm: virtio: reinstate drm_virtio_set_busid() | Laszlo Ersek | 3 | -0/+12 |
2016-10-04 | drm: Undo damage to page_flip_ioctl | Daniel Vetter | 1 | -42/+39 |
2016-10-04 | drm: Restore lost drm_framebuffer_unreference in drm_mode_page_flip_ioctl | Chris Wilson | 1 | -0/+2 |
2016-09-30 | drm/exynos: g2d: simplify g2d_free_runqueue_node() | Tobias Jakobi | 1 | -3/+0 |
2016-09-30 | drm/exynos: g2d: use autosuspend mode for PM runtime | Tobias Jakobi | 1 | -2/+7 |
2016-09-30 | drm/exynos: g2d: wait for engine to finish | Tobias Jakobi | 1 | -7/+77 |
2016-09-30 | drm/exynos: g2d: remove runqueue nodes in g2d_{close,remove}() | Tobias Jakobi | 1 | -15/+33 |
2016-09-30 | drm/exynos: g2d: move PM management to runqueue worker | Tobias Jakobi | 1 | -22/+56 |
2016-09-30 | Revert "drm/exynos: g2d: fix system and runtime pm integration" | Tobias Jakobi | 1 | -7/+22 |
2016-09-30 | drm/exynos: use drm core to handle page-flip event | Andrzej Hajda | 8 | -78/+21 |