summaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-30drm: use .hword to represent 16-bit numbersJavi Merino1-3/+3
2017-03-30Revert unrelated part of "drm: simplify the locking in the GETCRTC ioctl"Maarten Lankhorst1-5/+0
2017-03-30drm: Fixup failure paths in drm_atomic_helper_set_configDaniel Vetter1-1/+2
2017-03-29drm: Peek at the current counter/timestamp for vblank queriesChris Wilson1-0/+26
2017-03-29drm: Refactor vblank sequence number comparisonChris Wilson1-6/+10
2017-03-29drm: vblank cannot be enabled if dev->irq_enabled is falseChris Wilson1-4/+3
2017-03-29drm: Mark up accesses of vblank->enabled outside of its spinlockChris Wilson1-9/+14
2017-03-29drm: Make the decision to keep vblank irq enabled earlierChris Wilson1-8/+12
2017-03-29drm/atomic-helper: Remove the backoff hack from set_configDaniel Vetter2-20/+2
2017-03-29drm: Add acquire ctx parameter to ->set_configDaniel Vetter17-23/+38
2017-03-29drm: Add explicit acquire ctx handling around ->set_configDaniel Vetter1-7/+19
2017-03-29drm: Restrict drm_mode_set_config_internal to non-atomic driversDaniel Vetter1-13/+21
2017-03-29drm: simplify the locking in the GETCRTC ioctlDaniel Vetter2-3/+13
2017-03-29drm/atomic-helper: remove backoff hack from page_flipDaniel Vetter2-39/+2
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter16-21/+43
2017-03-29drm: Roll out acquire context for the page_flip ioctlDaniel Vetter1-2/+19
2017-03-29drm/atomic-helper: remove backoff hack from disable/update_planeDaniel Vetter2-49/+2
2017-03-29drm: Add acquire ctx parameter to ->plane_disableDaniel Vetter9-16/+26
2017-03-29drm: drm_plane_force_disable is not for atomic driversDaniel Vetter1-0/+8
2017-03-29drm: Add acquire ctx parameter to ->update_planeDaniel Vetter12-17/+34
2017-03-29drm: Wire up proper acquire ctx for plane functionsDaniel Vetter1-10/+42
2017-03-29drm: document the all the atomic iteratorsDaniel Vetter1-1/+158
2017-03-29drm: Document kms locking a bit betterDaniel Vetter4-34/+152
2017-03-29drm/doc: remove standard connector props from the csv fileDaniel Vetter1-5/+0
2017-03-28drm: Add description for scdc variableShashank Sharma1-0/+1
2017-03-27drm/tegra: Don't use modeset_lock_crtcDaniel Vetter1-4/+4
2017-03-27drm: bochs: Prevent double-free of fb helperGabriel Krisman Bertazi1-1/+3
2017-03-27drm/atomic: Introduce drm_atomic_helper_shutdownDaniel Vetter6-25/+57
2017-03-27drm/tinydrm: Fix drm_driver.fops.ownerNoralf Trønnes3-18/+4
2017-03-27drm: dw_hdmi: Don't rely on the status of the bridge for updating HPDRomain Perier1-1/+1
2017-03-25drm/vblank: Remove DRM_VBLANKTIME_IN_VBLANKDaniel Vetter2-9/+0
2017-03-25drm/todo: Add tinydrm refactoring ideasDaniel Vetter1-0/+70
2017-03-25drm: Extract drm_ioctl.hDaniel Vetter3-60/+104
2017-03-25drm/tilcdc: Drop calls to modeset_lock_crtcDaniel Vetter1-6/+6
2017-03-24drm/rockchip/dsi: correct the grf_switch_reg nameChris Zhong1-2/+2
2017-03-24drm/rockchip/dsi: enable the grf clk before writing grf registersChris Zhong1-1/+25
2017-03-24dt-bindings: add the grf clock for dw-mipi-dsiChris Zhong1-1/+1
2017-03-24drm/rockchip/dsi: check phy_cfg_clk only for RK3399Chris Zhong1-6/+8
2017-03-24drm/rockchip: Refactor the component match logic.Jeffy Chen10-108/+118
2017-03-24drm/debugfs: Add kerneldocDaniel Vetter5-52/+74
2017-03-24drm: document driver interface for CRC capturingDaniel Vetter3-12/+13
2017-03-24drm: Extract drm_debugfs.hDaniel Vetter3-44/+82
2017-03-24drm: drop extern from function declsDaniel Vetter9-85/+85
2017-03-23drm/scdc: declare drm_scdc_get_scrambling_statusJani Nikula1-0/+2
2017-03-22drm/dp: Split drm_dp_mst_allocate_vcpiPandiyan, Dhinakaran5-16/+19
2017-03-22drm/dp: Kill unused MST vcpi slot availability trackingPandiyan, Dhinakaran2-12/+8
2017-03-22drm/dp: Kill total_pbn and total_slots in struct drm_dp_mst_topology_mgrPandiyan, Dhinakaran2-11/+3
2017-03-22drm/doc: Document feature merge deadlinesDaniel Vetter2-0/+26
2017-03-22drm: Add mode_config .get_format_info() hookVille Syrjälä6-4/+54
2017-03-22drm: Remove fb hsub/vsub alignment requirementVille Syrjälä1-4/+4