summaryrefslogtreecommitdiffstats
path: root/Documentation/laptops (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-19drm/amd/display/dc/bios_parser2: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-02-19drm/amdkfd: Optimize out sdma doorbell array in kgd2kfd_shared_resourcesYong Zhao3-38/+23
2019-02-19drm/amdkfd: Fix bugs regarding CP queue doorbell mask on SOC15Yong Zhao4-18/+38
2019-02-19drm/amdgpu: Add first_non_cp and last_non_cp in amdgpu_doorbell_indexYong Zhao3-0/+17
2019-02-18drm/amdkfd: Move a constant definition aroundYong Zhao1-5/+6
2019-02-15drm/amdgpu: remove some old unused dpm helpersAlex Deucher2-97/+0
2019-02-15drm/amdgpu: Add command to override the context priority.Bas Nieuwenhuizen2-2/+42
2019-02-15drm/amdgpu: Check if fd really is an amdgpu fd.Bas Nieuwenhuizen3-3/+25
2019-02-15drm/amdgpu: Only add rqs for initialized rings.Bas Nieuwenhuizen1-3/+8
2019-02-15drm/sched: Fix entities with 0 rqs.Bas Nieuwenhuizen1-13/+26
2019-02-13drm/amdgpu: don't clamp debugfs register access to the BAR sizeAlex Deucher1-3/+0
2019-02-13drm/amdgpu: fix several indentation issuesColin Ian King6-6/+6
2019-02-13drm/amdgpu/powerplay: declare firmware for CI cardsAlex Deucher1-0/+4
2019-02-13drm/amd/display: Fix deadlock with display during hanged ring recovery.Andrey Grodzovsky1-6/+13
2019-02-13drm/amdgpu: Delete user queue doorbell variablesYong Zhao3-12/+0
2019-02-13drm/amdgpu: Fix bugs in setting CP RB/MEC DOORBELL_RANGE registersYong Zhao2-9/+29
2019-02-13drm/amdgpu: Simplify eviction fence handlingFelix Kuehling1-123/+11
2019-02-13drm/amdgpu: Avoid setting off KFD eviction fences in amdgpu_vmFelix Kuehling1-3/+3
2019-02-13drm/amdgpu: Replace ttm_bo_wait with amdgpu_bo_sync_waitFelix Kuehling1-2/+2
2019-02-13drm/amdgpu: Add helper to wait for BO fences using a sync objectFelix Kuehling3-27/+28
2019-02-13drm/amdgpu: tighten gpu_recover in mailbox_flr to avoid duplicate recover in ...wentalou1-1/+2
2019-02-13drm/amdgpu: cleanup amdgpu_ih_process a bit moreChristian König4-39/+21
2019-02-11drm/virtio: do NOT reuse resource idsGerd Hoffmann1-0/+13
2019-02-08drm: rcar-du: Turn LVDS clock output on/off for DPAD0 output on D3/E3Laurent Pinchart3-0/+38
2019-02-08drm: rcar-du: lvds: Add API to enable/disable clock outputLaurent Pinchart4-11/+96
2019-02-08drm: rcar-du: lvds: Don't fail probe if output is not connected on D3/E3Laurent Pinchart1-2/+15
2019-02-08drm: rcar-du: Simplify encoder registrationLaurent Pinchart3-52/+6
2019-02-08drm: rcar-du: lvds: Add r8a7744 supportBiju Das1-0/+1
2019-02-08dt-bindings: display: renesas: lvds: Document r8a7744 bindingsBiju Das1-0/+1
2019-02-08drm: rcar-du: add missing of_node_putJulia Lawall1-0/+2
2019-02-07drm/amd/display: Check hpd_gpio for NULL before accessing itHarry Wentland1-3/+4
2019-02-07drm/i915: Update DRIVER_DATE to 20190207Rodrigo Vivi1-2/+2
2019-02-07drm/i915: Move LUT programming to happen after vblank waitsVille Syrjälä2-30/+42
2019-02-07drm/i915: Split color mgmt based on single vs. double buffered registersVille Syrjälä4-35/+46
2019-02-07drm/i915: Pull GAMMA_MODE write out from haswell_load_luts()Ville Syrjälä1-16/+20
2019-02-07drm/i915: Constify the state arguments to the color management stuffVille Syrjälä3-68/+80
2019-02-07drm/i915: Precompute gamma_modeVille Syrjälä1-9/+12
2019-02-07drm/i915: Split the gamma/csc enable bits from the plane_ctl() functionVille Syrjälä3-46/+139
2019-02-07drm/amdgpu: fix NULL ptr dref in the VM codeChristian König1-3/+5
2019-02-07drm/amd/powerplay: add override pcie parameters for Vega20 (v2)Harish Kasiviswanathan1-20/+27
2019-02-07drm/amdgpu: Fix pci platform speed and widthHarish Kasiviswanathan1-12/+46
2019-02-07gpu: host1x: Continue CDMA execution starting with a next jobDmitry Osipenko2-26/+11
2019-02-07gpu: host1x: Don't complete a completed jobDmitry Osipenko1-8/+14
2019-02-07gpu: host1x: Cancel only job that actually got stuckDmitry Osipenko1-26/+7
2019-02-07drm/tegra: sor: Support device tree crossbar configurationThierry Reding1-2/+17
2019-02-07dt-bindings: display: tegra: Support SOR crossbar configurationThierry Reding1-0/+3
2019-02-07drm/tegra: vic: Support stream ID register programmingThierry Reding2-0/+30
2019-02-07drm/tegra: vic: Do not clear driver dataThierry Reding1-1/+0
2019-02-07drm/tegra: Restrict IOVA space to DMA maskThierry Reding1-2/+3
2019-02-07drm/tegra: Setup shared IOMMU domain after initializationThierry Reding1-25/+29