summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-08-04agp: amd64: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-04agp: sis: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-04agp: efficeon: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-04agp: ati: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-04agp: ali: constify pci_device_id.Arvind Yadav1-1/+1
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-04Merge branch 'topic-arcpgu-updates' of https://github.com/foss-for-synopsys-d...Dave Airlie2-28/+36
2017-08-04Merge tag 'drm-next-du-20170803' of git://linuxtv.org/pinchartl/media into dr...Dave Airlie28-536/+942
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 Bingham8-20/+33
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-03drm: arcpgu: Allow some clock deviation in crtc->mode_valid() callbackJose Abreu1-3/+4
2017-08-03drm: arcpgu: Fix module unloadJose Abreu1-1/+1
2017-08-03drm: arcpgu: Fix mmap() callbackJose Abreu1-23/+1
2017-08-03arcpgu: Simplify driver nameAlexey Brodkin1-1/+1
2017-08-03drm/arcpgu: Opt in debugfsAlexey Brodkin1-0/+29
2017-08-02Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie109-1761/+4301
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 Pinchart2-10/+22
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-27Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie234-1074/+7253
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 Ripard3-61/+36