summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-04agp: intel: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-04agp: amd-k7: constify pci_device_id.Arvind Yadav1-2/+2
2017-08-04agp: uninorth: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-03drm: rcar-du: Use new iterator macrosMaarten Lankhorst1-34/+38
2017-08-03drm: rcar-du: Repair vblank for DRM page flips using the VSPKieran Bingham9-21/+34
2017-08-03drm: rcar-du: Fix race condition when disabling planes at CRTC stopLaurent Pinchart2-6/+60
2017-08-03drm: rcar-du: Wait for flip completion instead of vblank in commit tailLaurent Pinchart1-1/+1
2017-08-03drm: rcar-du: Use the VBK interrupt for vblank eventsLaurent Pinchart1-1/+1
2017-08-03drm: rcar-du: Add HDMI outputs to R8A7796 device descriptionLaurent Pinchart1-2/+7
2017-08-03drm: rcar-du: Remove an unneeded NULL checkDan Carpenter1-1/+1
2017-08-03drm: rcar-du: Setup planes before enabling CRTC to avoid flickerLaurent Pinchart3-29/+43
2017-08-03drm: rcar-du: Configure DPAD0 routing through last group on Gen3Laurent Pinchart1-6/+14
2017-08-03drm: rcar-du: Restrict DPLL duty cycle workaround to H3 ES1.xLaurent Pinchart1-10/+27
2017-08-03drm: rcar-du: Support multiple sources from the same VSPLaurent Pinchart5-33/+108
2017-08-03drm: rcar-du: Fix comments to comply with the kernel coding styleLaurent Pinchart8-48/+96
2017-08-03drm: rcar-du: Use of_graph_get_remote_endpoint()Kuninori Morimoto1-1/+1
2017-08-03v4l: vsp1: Add support for header display lists in continuous modeLaurent Pinchart2-69/+127
2017-08-03v4l: vsp1: Add support for multiple DRM pipelinesLaurent Pinchart2-94/+141
2017-08-03v4l: vsp1: Add support for multiple LIF instancesLaurent Pinchart7-30/+46
2017-08-03v4l: vsp1: Add support for new VSP2-BS, VSP2-DL and VSP2-D instancesLaurent Pinchart2-2/+37
2017-08-02drm: arcpgu: Allow some clock deviation in crtc->mode_valid() callbackJose Abreu1-3/+4
2017-08-02drm: arcpgu: Fix module unloadJose Abreu1-1/+1
2017-08-02drm: arcpgu: Fix mmap() callbackJose Abreu1-23/+1
2017-08-02arcpgu: Simplify driver nameAlexey Brodkin1-1/+1
2017-08-02drm/arcpgu: Opt in debugfsAlexey Brodkin1-0/+29
2017-08-02drm/ast: Actually load DP501 firmware when requiredEgbert Eich3-11/+18
2017-08-02drm/ast: Add an crtc_disable callback to the crtc helper funcsEgbert Eich1-0/+16
2017-08-02drm/ast: Fix memleak in error path in ast_bo_create()Egbert Eich1-5/+6
2017-08-02drm/ast: Free container instead of member in ast_user_framebuffer_destroy()Egbert Eich1-1/+1
2017-08-02drm/ast: Simplify function ast_bo_unpin()Egbert Eich1-6/+2
2017-07-29v4l: vsp1: Add support for the BRS entityLaurent Pinchart11-60/+136
2017-07-29v4l: vsp1: Add pipe index argument to the VSP-DU APILaurent Pinchart3-14/+28
2017-07-29v4l: vsp1: Don't create links for DRM pipelineLaurent Pinchart3-58/+12
2017-07-29v4l: vsp1: Store source and sink pointers as vsp1_entityLaurent Pinchart4-18/+18
2017-07-29v4l: vsp1: Don't set WPF sink pointerLaurent Pinchart1-1/+0
2017-07-29v4l: vsp1: Don't recycle active list at display startLaurent Pinchart5-35/+4
2017-07-29v4l: vsp1: Fill display list headers without holding dlm spinlockLaurent Pinchart1-2/+4
2017-07-27drm/amdgpu: fix header on gfx9 clear stateAlex Deucher1-20/+21
2017-07-27drm: linux-next: build failure after merge of the drm-misc treeStephen Rothwell1-3/+2
2017-07-26drm/hisilicon: fix build error without fbdev emulationArnd Bergmann2-9/+2
2017-07-26drm/atomic: implement drm_atomic_helper_commit_tail for runtime_pm usersMaxime Ripard4-61/+37
2017-07-26drm: Improve kerneldoc for drm_modeset_lockLiviu Dudau1-2/+10
2017-07-26drm/hisilicon: Remove custom FB helper deferred setupThierry Reding1-10/+10
2017-07-26drm/exynos: Remove custom FB helper deferred setupThierry Reding2-27/+5
2017-07-26drm/fb-helper: Support deferred setupDaniel Vetter2-35/+90
2017-07-26dma-fence: Don't BUG_ON when not absolutely neededDaniel Vetter2-4/+4
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring25-80/+72
2017-07-26drm/syncobj: Fix kerneldocDaniel Vetter2-3/+1
2017-07-26drm/atomic: Allow drm_atomic_helper_swap_state to failMaarten Lankhorst1-8/+7
2017-07-26drm/atomic: Add __must_check to drm_atomic_helper_swap_state.Maarten Lankhorst1-1/+2