index
:
~mperes/linux
backlight
dp-compliance
linux-next
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-23
i915: remove backlight initialization
backlight
Marta Lofstedt
1
-9
/
+0
2017-01-23
i915: use drm backlight
Marta Lofstedt
1
-0
/
+5
2017-01-23
drm: handle dpms for drm backlight
Marta Lofstedt
2
-1
/
+42
2017-01-23
drm: make use of the get_property callback
Marta Lofstedt
2
-0
/
+32
2017-01-23
drm: add a get_property callback for drm properties
Marta Lofstedt
2
-2
/
+30
2017-01-23
drm: link connectors to backlight devices
David Herrmann
12
-1
/
+527
2017-01-23
backlight: expose the current brightness in the new kernel API
Marta Lofstedt
2
-0
/
+7
2017-01-23
backlight: add kernel-internal backlight API
David Herrmann
2
-0
/
+81
2017-01-23
backlight: use static initializers
David Herrmann
1
-6
/
+3
2017-01-23
drm-tip: 2017y-01m-23d-07h-27m-24s UTC integration manifest
Daniel Vetter
1
-0
/
+22
2017-01-23
Merge remote-tracking branch 'drm-misc/drm-misc-fixes' into drm-tip
Daniel Vetter
7
-43
/
+48
2017-01-23
Merge remote-tracking branch 'drm-misc/drm-misc-next' into drm-tip
Daniel Vetter
47
-495
/
+928
2017-01-23
Merge remote-tracking branch 'danvet/topic/core-for-CI' into drm-tip
Daniel Vetter
12
-134
/
+121
2017-01-23
Merge remote-tracking branch 'takashi/for-linus' into drm-tip
Daniel Vetter
17
-62
/
+151
2017-01-23
Merge remote-tracking branch 'takashi/for-next' into drm-tip
Daniel Vetter
60
-331
/
+400
2017-01-23
Merge remote-tracking branch 'airlied/drm-next' into drm-tip
Daniel Vetter
32
-852
/
+662
2017-01-23
Merge remote-tracking branch 'danvet/drm-intel-next-queued' into drm-tip
Daniel Vetter
400
-8427
/
+18969
2017-01-23
Merge remote-tracking branch 'airlied/drm-fixes' into drm-tip
Daniel Vetter
30
-126
/
+218
2017-01-23
drm/i915: Update DRIVER_DATE to 20170123
Daniel Vetter
1
-2
/
+2
2017-01-23
drm/mgag200: Added support for the new device G200eH3
Mathieu Larouche
4
-19
/
+61
2017-01-23
Merge tag 'drm-amdkfd-next-2017-01-16' of git://people.freedesktop.org/~gabba...
Dave Airlie
2
-4
/
+6
2017-01-23
Merge tag 'omapdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...
Dave Airlie
17
-479
/
+441
2017-01-23
Merge tag 'sti-drm-next-2017-01-06' of https://github.com/vinceab/linux into ...
Dave Airlie
9
-350
/
+154
2017-01-21
drm/i915: reinstate call to trace_i915_vma_bind
Daniele Ceraolo Spurio
1
-0
/
+1
2017-01-21
drm/i915: Assert that created vma has a whole number of pages
Chris Wilson
1
-0
/
+2
2017-01-21
drm/i915: Assert the drm_mm_node is allocated when on the VM lists
Chris Wilson
2
-0
/
+4
2017-01-21
drm/i915: Treat an error from i915_vma_instance() as unlikely
Chris Wilson
1
-1
/
+1
2017-01-21
drm/i915: Reject vma creation larger than address space
Chris Wilson
1
-3
/
+16
2017-01-21
drm/i915: Use common LRU inactive vma bumping for unpin_from_display
Chris Wilson
1
-2
/
+1
2017-01-21
drm/i915: Do an unlocked wait before set-cache-level ioctl
Chris Wilson
1
-10
/
+19
2017-01-20
drm/i915/huc: Assert that HuC vma is placed in GuC accessible range
Michał Winiarski
1
-1
/
+1
2017-01-20
drm/i915/huc: Avoid attempting to authenticate non-existent fw
Michał Winiarski
1
-0
/
+3
2017-01-20
drm/i915: Set adjustment to zero on Up/Down interrupts if freq is already max...
Sagar Arun Kamble
1
-0
/
+6
2017-01-19
drm: qxl: Open code teardown function for qxl
Gabriel Krisman Bertazi
3
-20
/
+9
2017-01-19
drm: qxl: Open code probing sequence for qxl
Gabriel Krisman Bertazi
5
-48
/
+74
2017-01-19
drm/i915: Remove the double handling of 'flags from intel_mode_from_pipe_conf...
Ville Syrjälä
1
-1
/
+0
2017-01-19
drm/i915: Remove crtc->config usage from intel_modeset_readout_hw_state()
Ville Syrjälä
1
-14
/
+24
2017-01-19
drm/i915: Release temporary load-detect state upon switching
Chris Wilson
1
-0
/
+1
2017-01-19
drm/i915: Remove i915_gem_object_to_ggtt()
Chris Wilson
3
-33
/
+6
2017-01-19
drm/i915: Remove i915_vma_create from VMA API
Chris Wilson
8
-45
/
+13
2017-01-19
drm/i915: Add a check that the VMA instance we lookup matches the request
Chris Wilson
1
-0
/
+1
2017-01-19
drm/i915: Rename some warts in the VMA API
Chris Wilson
7
-60
/
+103
2017-01-19
drm/i915: Track pinned vma in intel_plane_state
Chris Wilson
7
-135
/
+104
2017-01-19
drm/i915/get_params: Add HuC status to getparams
Anusha Srivatsa
2
-0
/
+8
2017-01-19
drm/i915/huc: Support HuC authentication
Anusha Srivatsa
4
-0
/
+53
2017-01-19
drm/i915/huc: Add debugfs for HuC loading status check
Anusha Srivatsa
1
-0
/
+31
2017-01-19
drm/i915/HuC: Add KBL huC loading Support
Anusha Srivatsa
1
-0
/
+13
2017-01-19
drm/i915/huc: Add BXT HuC Loading Support
Anusha Srivatsa
1
-0
/
+11
2017-01-19
drm/i915/huc: Add HuC fw loading support
Anusha Srivatsa
7
-3
/
+292
2017-01-19
ACPICA: Tables: Remove a hidden logic related to acpi_tb_install_standard_tab...
Lv Zheng
2
-9
/
+17
[next]