Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
78501eac34f372bfbeb4e1d9de688c13efa916f6
/
drivers
/
gpu
78501ea
drm/i915/ringbuffer: Drop the redundant dev from the vfunc interface
by Chris Wilson
· 14 years ago
dd2b379
drm/i915: Fix typo from "Enable DisplayPort Audio"
by Takashi Iwai
· 14 years ago
c48c43e
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
135cba0
vmwgfx: Implement a proper GMR eviction mechanism
by Thomas Hellstrom
· 14 years ago
8f895da
drm/radeon/kms: fix r6xx/7xx 1D tiling CS checker v2
by Alex Deucher
· 14 years ago
3e4d3af
mm: stack based kmap_atomic()
by Peter Zijlstra
· 14 years ago
881fe6c
drm/radeon/kms: properly compute group_size on 6xx/7xx
by Alex Deucher
· 14 years ago
354da65
drm/radeon/kms: fix 2D tile height alignment in the r600 CS checker
by Alex Deucher
· 14 years ago
2281a37
drm/radeon/kms/evergreen: set the clear state to the blit state
by Alex Deucher
· 14 years ago
c3cceed
drm/radeon/kms: don't poll dac load detect.
by Dave Airlie
· 14 years ago
e26fd11
gpu: Add Intel GMA500(Poulsbo) Stub Driver
by Lee, Chun-Yi
· 14 years ago
b7d8cce
drm/radeon/kms: MC vram map needs to be >= pci aperture size
by Alex Deucher
· 14 years ago
f9d9c36
drm/radeon/kms: implement display watermark support for evergreen
by Alex Deucher
· 14 years ago
71901cc
drm/radeon/kms/evergreen: add some additional safe regs v2
by Alex Deucher
· 14 years ago
f30df2f
drm/radeon/r600: fix tiling issues in CS checker.
by Dave Airlie
· 14 years ago
e3ce8a0
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
by Dave Airlie
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
6419340
drm/i915: Move gpu_write_list to per-ring
by Chris Wilson
· 14 years ago
a8d7be8
i2c: Remove unneeded inclusions of <linux/i2c-id.h>
by Jean Delvare
· 14 years ago
b665145
drm/i915: Invalidate the to-ring, flush the old-ring when updating domains
by Chris Wilson
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
5704e44
Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
297b0c5
drm/i915/ringbuffer: Write the value passed in to the tail register
by Chris Wilson
· 14 years ago
878a3c3
drm/i915: Fix flushing regression from 9af90d19f
by Chris Wilson
· 14 years ago
e27d853
drm/i915/sdvo: Remove unused encoding member
by Chris Wilson
· 14 years ago
3c17fe4
i915: enable AVI infoframe for intel_hdmi.c [v4]
by David Härdeman
· 14 years ago
dc3f82c
drm/i915: Fix current fb blocking for page flip
by Chia-I Wu
· 14 years ago
f00a3dd
drm/i915: IS_IRONLAKE is synonymous with gen == 5
by Chris Wilson
· 14 years ago
549f736
drm/i915: Enable SandyBridge blitter ring
by Chris Wilson
· 14 years ago
e36c1cd
drm/i915/ringbuffer: Remove broken intel_fill_struct()
by Chris Wilson
· 14 years ago
c717966
drm/i915/ringbuffer: Fix emit batch buffer regression from 8187a2b
by Chris Wilson
· 14 years ago
6de5bd1
BKL: introduce CONFIG_BKL.
by Arnd Bergmann
· 14 years ago
e1efc9b
drm/ttm: Optimize delayed buffer destruction
by Thomas Hellstrom
· 14 years ago
40d857b
drm/ttm: Avoid using the ttm_mem_type_manager::put_locked function
by Thomas Hellstrom
· 14 years ago
b5dc608
drm/i915: Copy the updated reloc->presumed_offset back to the user
by Chris Wilson
· 14 years ago
69dc498
drm/i915: Track objects in global active list (as well as per-ring)
by Chris Wilson
· 14 years ago
87acb0a
drm/i915: Simplify most HAS_BSD() checks
by Chris Wilson
· 14 years ago
9af90d1
drm/i915: cache the last object lookup during pin_and_relocate()
by Chris Wilson
· 14 years ago
1d7cfea
drm/i915: Do interrupible mutex lock first to avoid locking for unreference
by Chris Wilson
· 14 years ago
139d363
drivers: gpu: drm: i915: Fix a typo.
by Andrea Gelmini
· 14 years ago
4f27b75
drm/i915: rearrange mutex acquisition for pread
by Chris Wilson
· 14 years ago
fbd5a26
drm/i915: Rearrange acquisition of mutex during pwrite
by Chris Wilson
· 14 years ago
b5e4feb
drm/i915: Attempt to prefault user pages for pread/pwrite
by Chris Wilson
· 14 years ago
202f2fe
drm/i915: Avoid taking the mutex for dropping the refcnt upon creation
by Chris Wilson
· 14 years ago
f0c43d9
drm/i915: Perform relocations in CPU domain [if in CPU domain]
by Chris Wilson
· 14 years ago
2549d6c
drm/i915: Avoid vmallocing a buffer for the relocations
by Chris Wilson
· 14 years ago
55b7d6e8
drm/i915/hdmi: Add 'force_audio' property
by Chris Wilson
· 14 years ago
7f36e7e
drm/i915/sdvo: Add 'force_audio' property
by Chris Wilson
· 14 years ago
f684960
drm/i915/dp: Add 'force_audio' property
by Chris Wilson
· 14 years ago
2e3d600
drm/i915: Enable HDMI audio for monitor with audio support
by Zhenyu Wang
· 14 years ago
a9756bb
drm/i915: Enable DisplayPort audio
by Zhenyu Wang
· 14 years ago
8fe9790
drm/edid: add helper function to detect monitor audio capability
by Zhenyu Wang
· 14 years ago
6d139a8
drm/i915: Initialize panel timing registers if VBIOS did not
by Bryan Freed
· 14 years ago
e60a0b1
drm/i915: Sleep whilst waiting for the ring
by Chris Wilson
· 14 years ago
7b5337d
drm/i915: Fix GPIO pin to register mapping
by Zhenyu Wang
· 14 years ago
8b99e68
drm/i915: restore fixed FDI link rate on Sandybridge
by Chris Wilson
· 14 years ago
736085b
drm/i915/dp: down the DP link even if the reg indicates it's already down
by Jesse Barnes
· 14 years ago
701394c
drm/i915: Fix oops on HWS unload
by Daniel Vetter
· 14 years ago
939fe4d
drm/i915: Remove duplicate set of ADPA definitions
by Chris Wilson
· 14 years ago
83e41eb
Revert "drm/i915: Prevent module unload to avoid random memory corruption"
by Chris Wilson
· 14 years ago
fb9a90f
Merge remote branch 'airlied/drm-core-next' into tmp
by Chris Wilson
· 14 years ago
21c74a8
drm, kdb, kms: Change mode_set_base_atomic() enter argument to be an enum
by Jason Wessel
· 14 years ago
9923102
kdb, kms: Save and restore the LUT on atomic KMS enter/exit
by Jason Wessel
· 14 years ago
38ed0fc
Revert "radeon, kdb, kms: Save and restore the LUT on atomic KMS enter/exit"
by Jason Wessel
· 14 years ago
965d380
drm/ttm: Simplify ttm_bo_wait_unreserved
by Jean Delvare
· 14 years ago
5480f72
Revert "drm/radeon/kms: remove some pll algo flags"
by Dave Airlie
· 14 years ago
c9220b0
drm/ttm: add unlocked variant of new manager put node.
by Dave Airlie
· 14 years ago
b7ae505
Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-next
by Dave Airlie
· 14 years ago
631dd1a
Update broken web addresses in the kernel.
by Justin P. Mattock
· 14 years ago
6a2a11d
drm/radeon/kms: avivo cursor workaround applies to evergreen as well
by Alex Deucher
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
a8c051f
drm/radeon/kms: Silent spurious error message
by Jean Delvare
· 14 years ago
d31dba5
drm/radeon/kms: fix bad cast/shift in evergreen.c
by Alex Deucher
· 14 years ago
40f76d8
drm/radeon/kms: make TV/DFP table info less verbose
by Alex Deucher
· 14 years ago
3555e53
drm/radeon/kms: leave certain CP int bits enabled
by Alex Deucher
· 14 years ago
c919b37
drm/radeon/kms: avoid corner case issue with unmappable vram V2
by Jerome Glisse
· 14 years ago
6939a5a
drm/i915: Prevent module unload to avoid random memory corruption
by Chris Wilson
· 14 years ago
2d7b836
drm/i915: Update hotplug interrupts register definitions for Sandybridge
by Yuanhan Liu
· 14 years ago
1510a97
drm/i915/crt: Make sure the hotplug interrupt is enabled
by Yuanhan Liu
· 14 years ago
382b093
drm/i915: diasable clock gating for the panel power sequencer
by Jesse Barnes
· 14 years ago
298b0b3
drm/i915/dp: make eDP PLL functions work as advertised
by Jesse Barnes
· 14 years ago
895692b
drm/i915/dp: don't bother with DP PLL for PCH attached eDP
by Jesse Barnes
· 14 years ago
869184a
drm/i915/dp: use VBT provided eDP params if available
by Jesse Barnes
· 14 years ago
8966738
drm/i915/dp: cache eDP DPCD data
by Jesse Barnes
· 14 years ago
8088699
drm/i915: don't program FDI RX/TX in mode_set
by Jesse Barnes
· 14 years ago
17f6766
drm/i915: fix ironlake CRTC enable/disable
by Jesse Barnes
· 14 years ago
8324012
drm/i915: use DPLL_DVO_HIGH_SPEED for PCH eDP
by Jesse Barnes
· 14 years ago
1cb1b75
drm/i915: use 120MHz refclk in PCH eDP case too
by Jesse Barnes
· 14 years ago
7f82328
drm/i915: fix PCH eDP SSC support
by Jesse Barnes
· 14 years ago
5b2adf8
drm/i915: add Ironlake clock gating workaround for FDI link training
by Jesse Barnes
· 14 years ago
9f0e7ff
drm/i915: fetch eDP configuration data from the VBT
by Jesse Barnes
· 14 years ago
723bfd7
drm/i915: add _DSM support
by Jesse Barnes
· 14 years ago
01cb9ea
drm/i915/dp: eDP power sequencing fixes
by Jesse Barnes
· 14 years ago
5c5313c
drm/i915: fix CPU vs PCH eDP confusion
by Jesse Barnes
· 14 years ago
1d85036
drm/i915: remove broken intel_pch_has_edp function
by Jesse Barnes
· 14 years ago
814948a
drm/i915: add eDP checking functions for the display code
by Jesse Barnes
· 14 years ago
5119066
drm/i915/dp: correct eDP lane count and bpp
by Jesse Barnes
· 14 years ago
4d92646
drm/i915/dp: remove redundant is_pch_edp checks
by Jesse Barnes
· 14 years ago
cfcb0fc
drm/i915/dp: convert eDP checks to functions and document
by Jesse Barnes
· 14 years ago
e59f2ba
drm/i915: Wait for pending flips on the GPU
by Chris Wilson
· 14 years ago
Next »