summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2016-10-12drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson1-4/+2
2016-10-12drm/nouveau: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson1-12/+9
2016-10-12drm/etnaviv: Remove manual call to reservation_object_test_signaled_rcu befor...Chris Wilson1-14/+10
2016-10-12drm/amdgpu: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson1-4/+2
2016-10-10drm: Release resources with a safer functionChristophe JAILLET1-4/+4
2016-10-10drm: Fix up kerneldoc for new drm_gem_dmabuf_export()Chris Wilson1-1/+2
2016-10-10drm/bridge: Drop drm_connector_unregister and call drm_connector_cleanup dire...Marek Vasut3-22/+3
2016-10-10drm/bridge: Add RGB to VGA bridge supportMaxime Ripard3-0/+231
2016-10-05drm/prime: Take a ref on the drm_dev when exporting a dma_bufChris Wilson5-5/+33
2016-10-05drm/prime: Pass the right module owner through to dma_buf_export()Chris Wilson1-7/+10
2016-10-05drm/bridge: Call drm_connector_cleanup directlyMarek Vasut3-18/+3
2016-10-05drm: simple_kms_helper: Add prepare_fb and cleanup_fb hooksMarek Vasut1-0/+26
2016-10-05drm: Release resources with a safer functionChristophe JAILLET1-2/+2
2016-10-04drm/rockchip: analogix_dp: Refuse to enable PSR if panel doesn't support itTomeu Vizoso1-0/+3
2016-10-04drm/bridge: analogix_dp: Add analogix_dp_psr_supportedTomeu Vizoso1-0/+8
2016-10-04drm: Document caveats around atomic event handlingDaniel Vetter1-2/+30
2016-10-04drm: Simplify drm_printk to reduce object size quite a bitJoe Perches1-2/+3
2016-10-04drm/i915: Account for sink max TMDS clock when checking the port clockVille Syrjälä1-1/+8
2016-10-04drm/i915: Replace a bunch of connector->base.display_info with a local variableVille Syrjälä1-7/+7
2016-10-04drm/edid: Move dvi_dual/max_tmds_clock parsing out from drm_edid_to_eld()Ville Syrjälä1-29/+35
2016-10-04drm/edid: Clear the old cea_rev when there's no CEA extension in the new EDIDVille Syrjälä1-0/+1
2016-10-04drm/edid: Reduce the number of times we parse the CEA extension blockVille Syrjälä1-97/+88
2016-10-04drm/edid: Don't pass around drm_display_info needlesslyVille Syrjälä1-4/+4
2016-10-04drm/edid: Move dvi_dual/max_tmds_clock to drm_display_infoVille Syrjälä3-10/+12
2016-10-04drm/edid: Make max_tmds_clock kHz instead of MHzVille Syrjälä3-3/+3
2016-10-04drm/edid: Clear old dvi_dual/max_tmds_clock before parsing the new EDIDVille Syrjälä1-0/+3
2016-10-04drm/edid: Clear old audio latency values before parsing the new EDIDVille Syrjälä1-0/+7
2016-10-04drm: Convert prime dma-buf <-> handle to rbtreeChris Wilson1-11/+74
2016-10-04drm/mediatek: mark symbols static where possibleBaoyou Xie1-5/+6
2016-10-04drm/rockchip: mark symbols static where possibleBaoyou Xie1-2/+2
2016-10-04drm/rockchip: add missing header dependenciesBaoyou Xie1-0/+1
2016-10-04drm: virtio: reinstate drm_virtio_set_busid()Laszlo Ersek3-0/+12
2016-10-04drm: Undo damage to page_flip_ioctlDaniel Vetter1-42/+39
2016-10-04drm: Restore lost drm_framebuffer_unreference in drm_mode_page_flip_ioctlChris Wilson1-0/+2
2016-10-01drm/exynos: g2d: simplify g2d_free_runqueue_node()Tobias Jakobi1-3/+0
2016-10-01drm/exynos: g2d: use autosuspend mode for PM runtimeTobias Jakobi1-2/+7
2016-10-01drm/exynos: g2d: wait for engine to finishTobias Jakobi1-7/+77
2016-10-01drm/exynos: g2d: remove runqueue nodes in g2d_{close,remove}()Tobias Jakobi1-15/+33
2016-10-01drm/exynos: g2d: move PM management to runqueue workerTobias Jakobi1-22/+56
2016-10-01Revert "drm/exynos: g2d: fix system and runtime pm integration"Tobias Jakobi1-7/+22
2016-10-01drm/exynos: use drm core to handle page-flip eventAndrzej Hajda8-78/+21
2016-10-01drm/exynos: mark exynos_dp_crtc_clock_enable() staticBaoyou Xie1-1/+1
2016-10-01drm/exynos/fimd: add clock rate checkingAndrzej Hajda1-11/+28
2016-10-01drm/exynos: fix pending update handlingAndrzej Hajda3-60/+2
2016-10-01drm/exynos/vidi: use timer for vblanks instead of sleeping workerAndrzej Hajda1-46/+20
2016-10-01drm/exynos: g2d: beautify probing messageTobias Jakobi1-1/+1
2016-10-01drm/exynos: mixer: simplify loop in vp_win_reset()Tobias Jakobi1-2/+2
2016-10-01drm/exynos: mixer: convert booleans to flags in mixer contextTobias Jakobi1-25/+30
2016-10-01gpu: drm: exynos_hdmi: Remove duplicate initialization of regulator bulk cons...Milo Kim1-3/+2
2016-10-01gpu: drm: exynos_hdmi: Move PHY logic into single functionMilo Kim1-30/+33